public class ActionImageSprite extends ImageSprite implements ActionSupport
| コンストラクタと説明 | 
|---|
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 Action... actions) | 
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 java.awt.image.BufferedImage image,
                 Action... actions) | 
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 java.awt.image.BufferedImage image,
                 ImagePainter model,
                 Action... actions) | 
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 SerializableImage image,
                 Action... actions) | 
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 SerializableImage image,
                 ImagePainter model,
                 Action... actions) | 
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 VectorF vector,
                 MovingModel mm,
                 java.awt.image.BufferedImage image,
                 ImagePainter dm,
                 Action... actions) | 
| ActionImageSprite(float x,
                 float y,
                 float w,
                 float h,
                 VectorF vector,
                 MovingModel mm,
                 SerializableImage image,
                 ImagePainter dm,
                 Action... actions) | 
| ActionImageSprite(float w,
                 float h,
                 VectorF vector,
                 MovingModel mm,
                 java.awt.image.BufferedImage image,
                 ImagePainter dm,
                 Action... actions) | 
| ActionImageSprite(float w,
                 float h,
                 VectorF vector,
                 MovingModel mm,
                 SerializableImage image,
                 ImagePainter dm,
                 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) | 
clone, draw, getImage, getImageHeight, getImageWidth, getPainter, getSerializableImage, setImage, setImage, setPainter, toStringgetAngle, getMovingModel, getMovingModel, getNextCenter, getNextLocation, getSpeed, getVector, move, move, move, move, setAngle, setMovingModel, setSpeed, setVectorcompareTo, 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 ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         Action... actions)
public ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         java.awt.image.BufferedImage image,
                         Action... actions)
public ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         SerializableImage image,
                         Action... actions)
public ActionImageSprite(float w,
                         float h,
                         VectorF vector,
                         MovingModel mm,
                         java.awt.image.BufferedImage image,
                         ImagePainter dm,
                         Action... actions)
public ActionImageSprite(float w,
                         float h,
                         VectorF vector,
                         MovingModel mm,
                         SerializableImage image,
                         ImagePainter dm,
                         Action... actions)
public ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         java.awt.image.BufferedImage image,
                         ImagePainter model,
                         Action... actions)
public ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         SerializableImage image,
                         ImagePainter model,
                         Action... actions)
public ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         VectorF vector,
                         MovingModel mm,
                         java.awt.image.BufferedImage image,
                         ImagePainter dm,
                         Action... actions)
public ActionImageSprite(float x,
                         float y,
                         float w,
                         float h,
                         VectorF vector,
                         MovingModel mm,
                         SerializableImage image,
                         ImagePainter dm,
                         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