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, toString
getAngle, getMovingModel, getMovingModel, getNextCenter, getNextLocation, getSpeed, getVector, move, move, move, move, setAngle, setMovingModel, setSpeed, setVector
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 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
インタフェース内 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