パッケージ net.trpfrog.medipro_game
インタフェース Drawable
- 既知の実装クラスのリスト:
Alert
,Background
,Background
,BackgroundDrawer
,Car
,Couple
,DefenceCounter
,ExplosionAnimation
,GameTimer
,ImageAnimationSymbol
,IndicatorUI
,MapDrawer
,MiniMapUI
,MouseTwinkleManager
,Rocket
,Rocket.RocketAnimation
,RocketLiveCount
,ScoreCounter
,ShootingStar
,SpaceMapDrawer
,SpeedIndicatorUI
,Star.StarVisual
,Station
,Train
,WarpSystem
public interface Drawable
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
draw(java.awt.Graphics2D g)
MainViewに描画するpaintComponentの中身を定義します。
-
メソッドの詳細
-
draw
void draw(java.awt.Graphics2D g)MainViewに描画するpaintComponentの中身を定義します。- パラメータ:
g
- MainViewのpaintComponentから渡されるGraphics2D
-