|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.melco.preserv.spatial.psvPortrayalContext.AbstractDrawer
jp.co.melco.preserv.spatial.psvPortrayalContext.ArcDrawer
弧描画用の抽象クラスです。
コンストラクタの概要 | |
psvPortrayalContext.ArcDrawer()
|
メソッドの概要 | |
protected void |
draw(psvPortrayalContext context,
jp.co.melco.preserv.psvPoint2D[] points)
指定された描画コンテキストに指定された点列をもとに描画を行います。 |
protected abstract void |
draw(psvPortrayalContext context,
jp.co.melco.preserv.psvPoint2D center,
jp.co.melco.preserv.psvPoint2D start,
jp.co.melco.preserv.psvPoint2D end)
指定された中心・開始位置・終了位置を持つ弧を描画します。 |
クラス jp.co.melco.preserv.spatial.psvPortrayalContext.AbstractDrawer から継承したメソッド |
draw |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public psvPortrayalContext.ArcDrawer()
メソッドの詳細 |
protected void draw(psvPortrayalContext context, jp.co.melco.preserv.psvPoint2D[] points)
psvPortrayalContext.AbstractDrawer
の記述:
psvPortrayalContext.AbstractDrawer
内の draw
context
- 描画コンテキストpoints
- 点列protected abstract void draw(psvPortrayalContext context, jp.co.melco.preserv.psvPoint2D center, jp.co.melco.preserv.psvPoint2D start, jp.co.melco.preserv.psvPoint2D end)
context
- 描画コンテキストcenter
- 中心start
- 開始位置end
- 終了位置
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |