クラス Rocket
java.lang.Object
net.trpfrog.medipro_game.symbol.Symbol
net.trpfrog.medipro_game.symbol.MovableSymbol
net.trpfrog.medipro_game.mini_game.moons_work.symbols.Rocket
- すべての実装されたインタフェース:
Drawable
public class Rocket extends MovableSymbol implements Drawable
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static java.awt.Image
ROCKET_IMG
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Rocket(int x, int y)
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
draw(java.awt.Graphics2D g)
MainViewに描画するpaintComponentの中身を定義します。boolean
isLeavingEarth()
boolean
isReturnedToEarth()
void
setLeavingEarth(boolean leavingEarth)
void
setReturnedToEarth(boolean returnedToEarth)
クラスから継承されたメソッド net.trpfrog.medipro_game.symbol.MovableSymbol
accelerate, getMaxSpeed, getMinSpeed, getSpeedPxPerSecond, getSpeedX, getSpeedY, getTimer, move, moveMilliseconds, setMaxSpeed, setMinSpeed, setSpeedPxPerSecond, start, stop
クラスから継承されたメソッド net.trpfrog.medipro_game.symbol.Symbol
calcSightLineX, calcSightLineY, createHitJudgementRectangle, createPoint, createTranslatedDrawer, equals, faceTo, faceTo, getAbsoluteHitBox, getAngleDegrees, getAngleRadians, getDrawer, getHitJudgeRectangle, getPoint, getPoint2D, getRelativeHitBox, getX, getY, hashCode, isTouched, isTouched, isTouched, setAngleDegrees, setDrawer, setLocation, setPoint, setRelativeHitBox, setRelativeHitJudgeRectangle, setX, setY, touches, translate, turnAnticlockwiseDegrees, turnClockwiseDegrees
クラスから継承されたメソッド java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
ROCKET_IMG
public static final java.awt.Image ROCKET_IMG
-
-
コンストラクタの詳細
-
Rocket
public Rocket(int x, int y)
-
-
メソッドの詳細
-
isReturnedToEarth
public boolean isReturnedToEarth() -
setReturnedToEarth
public void setReturnedToEarth(boolean returnedToEarth) -
isLeavingEarth
public boolean isLeavingEarth() -
setLeavingEarth
public void setLeavingEarth(boolean leavingEarth) -
draw
public void draw(java.awt.Graphics2D g)インタフェースからコピーされた説明:Drawable
MainViewに描画するpaintComponentの中身を定義します。
-