public class ActionTextSprite extends TextLabelSprite implements ActionSupport
コンストラクタと説明 |
---|
ActionTextSprite(java.lang.CharSequence text,
TextLabelModel labelModel,
float x,
float y,
Action... actions) |
ActionTextSprite(java.lang.String text,
TextLabelModel labelModel,
float x,
float y,
float w,
float h,
Action... actions) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addAction(Action... actions) |
void |
clearActions() |
void |
exec() |
Action |
getAction() |
Action[] |
getActions() |
boolean |
isSelected() |
void |
selected() |
void |
setActions(Action... actions) |
void |
setSelected(boolean selected) |
draw, draw, getLabelModel, getText, setLabelModel, setText
clone, getAngle, getMovingModel, getMovingModel, getNextCenter, getNextLocation, getSpeed, getVector, move, move, move, move, setAngle, setMovingModel, setSpeed, setVector, toString
compareTo, contains, getBounds, getCenter, getCenterX, getCenterY, getHeight, getHitBounds, getLocation, getName, getPersonalCenter, getPersonalCenterX, getPersonalCenterY, getSize, getWidth, getX, getY, getZ, isExist, isVisible, setBounds, setBounds, setBounds, setExist, setHeight, setLocation, setLocation, setName, setSize, setSize, setVisible, setWidth, setX, setY, setZ, update, updateCenter, updatePersonalCenter
public ActionTextSprite(java.lang.CharSequence text, TextLabelModel labelModel, float x, float y, Action... actions)
public ActionTextSprite(java.lang.String text, TextLabelModel labelModel, float x, float y, float w, float h, Action... actions)
public void addAction(Action... actions)
addAction
インタフェース内 ActionSupport
public Action[] getActions()
getActions
インタフェース内 ActionSupport
public Action getAction()
getAction
インタフェース内 ActionSupport
public void setActions(Action... actions)
setActions
インタフェース内 ActionSupport
public void exec()
exec
インタフェース内 ActionSupport
public void clearActions()
clearActions
インタフェース内 ActionSupport
public void setSelected(boolean selected)
setSelected
インタフェース内 ActionSupport
public void selected()
selected
インタフェース内 ActionSupport
public boolean isSelected()
isSelected
インタフェース内 ActionSupport