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, setTextclone, getAngle, getMovingModel, getMovingModel, getNextCenter, getNextLocation, getSpeed, getVector, move, move, move, move, setAngle, setMovingModel, setSpeed, setVector, toStringcompareTo, 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, updatePersonalCenterpublic 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 インタフェース内 ActionSupportpublic Action[] getActions()
getActions インタフェース内 ActionSupportpublic Action getAction()
getAction インタフェース内 ActionSupportpublic void setActions(Action... actions)
setActions インタフェース内 ActionSupportpublic void exec()
exec インタフェース内 ActionSupportpublic void clearActions()
clearActions インタフェース内 ActionSupportpublic void setSelected(boolean selected)
setSelected インタフェース内 ActionSupportpublic void selected()
selected インタフェース内 ActionSupportpublic boolean isSelected()
isSelected インタフェース内 ActionSupport