jp.go.aist.dmrc.platform.beans.gui.chart
クラス PFCoordSystem

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.gui.chart.PFCoordSystem
すべての実装されたインタフェース:
java.io.Serializable
直系の既知のサブクラス:
PFCategoryCoordSystem, PFHistogramCoordSystem, PFXYCoordSystem

public abstract class PFCoordSystem
extends java.lang.Object
implements java.io.Serializable

グラフの座標軸を描画するためのクラス。

関連項目:
直列化された形式

コンストラクタの概要
PFCoordSystem()
           
 
メソッドの概要
 java.awt.Rectangle getChartArea()
          グラフ描画領域を返す。
abstract  void renderAxis(java.awt.Graphics2D g)
          軸を描画する。
abstract  void renderGridLine(java.awt.Graphics2D g)
          軸のグリッド線を描画する。
 void setChartArea(java.awt.Rectangle bounds)
          グラフ描画領域を設定する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFCoordSystem

public PFCoordSystem()
メソッドの詳細

getChartArea

public java.awt.Rectangle getChartArea()
グラフ描画領域を返す。

戻り値:
グラフ描画領域
関連項目:
setChartArea(Rectangle)

setChartArea

public void setChartArea(java.awt.Rectangle bounds)
グラフ描画領域を設定する。

パラメータ:
bounds - グラフ描画領域
関連項目:
getChartArea()

renderAxis

public abstract void renderAxis(java.awt.Graphics2D g)
軸を描画する。

パラメータ:
g - Graphics2D

renderGridLine

public abstract void renderGridLine(java.awt.Graphics2D g)
軸のグリッド線を描画する。

パラメータ:
g - Graphics2D