jp.co.melco.preserv.spatial
クラス psvPortrayalContext.ArcDrawer

java.lang.Object
  拡張jp.co.melco.preserv.spatial.psvPortrayalContext.AbstractDrawer
      拡張jp.co.melco.preserv.spatial.psvPortrayalContext.ArcDrawer
含まれているクラス:
psvPortrayalContext

public abstract static class psvPortrayalContext.ArcDrawer
extends psvPortrayalContext.AbstractDrawer

弧描画用の抽象クラスです。

導入されたバージョン:
Ver.6.0
作成者:
PreSerV Development Team

コンストラクタの概要
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
 

コンストラクタの詳細

psvPortrayalContext.ArcDrawer

public psvPortrayalContext.ArcDrawer()
メソッドの詳細

draw

protected void draw(psvPortrayalContext context,
                    jp.co.melco.preserv.psvPoint2D[] points)
クラス psvPortrayalContext.AbstractDrawer の記述:
指定された描画コンテキストに指定された点列をもとに描画を行います。

定義:
クラス psvPortrayalContext.AbstractDrawer 内の draw
パラメータ:
context - 描画コンテキスト
points - 点列

draw

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 - 終了位置