クラス Train
java.lang.Object
net.trpfrog.medipro_game.symbol.Symbol
net.trpfrog.medipro_game.symbol.MovableSymbol
net.trpfrog.medipro_game.mini_game.galaxy_express.symbols.Train
- すべての実装されたインタフェース:
Drawable
,Suspendable
public class Train extends MovableSymbol implements Drawable, Suspendable
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Train()
-
メソッドの概要
クラスから継承されたメソッド 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
-
コンストラクタの詳細
-
Train
public Train()
-
-
メソッドの詳細
-
draw
public void draw(java.awt.Graphics2D g)インタフェースからコピーされた説明:Drawable
MainViewに描画するpaintComponentの中身を定義します。 -
suspend
public void suspend()インタフェースからコピーされた説明:Suspendable
動作の停止を定義します。- 定義:
suspend
インタフェース内Suspendable
-
resume
public void resume()インタフェースからコピーされた説明:Suspendable
動作の再開を定義します。- 定義:
resume
インタフェース内Suspendable
-