public abstract class ScreenEffect extends BasicSprite implements Statable
コンストラクタと説明 |
---|
ScreenEffect(float width,
float height) |
ScreenEffect(float x,
float y,
float w,
float h) |
修飾子とタイプ | メソッドと説明 |
---|---|
abstract void |
draw(java.awt.Graphics2D g)
スプライトを描画します.
|
abstract boolean |
isEnded()
このオブジェクトが「終了した」状態であるかを検査します.
|
abstract boolean |
isRunning()
このオブジェクトが「開始している」状態であるかを検査します.
|
abstract void |
reset() |
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 ScreenEffect(float width, float height)
public ScreenEffect(float x, float y, float w, float h)
public abstract void draw(java.awt.Graphics2D g)
BasicSprite
draw
インタフェース内 Drawable
draw
クラス内 BasicSprite
g
- グラフィックスコンテキスト.public abstract boolean isEnded()
Statable
public abstract boolean isRunning()
Statable
public abstract void reset()