org.simBio.sim.analyzer.graph.plot
インタフェース IPlot.Item

既知の実装クラスの一覧:
PlotDisplay.LegendItem, PlotDisplay.TitleItem, PlotPrinter.LegendItem, PlotPrinter.TitleItem
含まれているインタフェース:
IPlot

public static interface IPlot.Item

タイトル/凡例描画用のオブジェクト

作成者:
misaki@seis.co.jp

メソッドの概要
 void draw(java.awt.Graphics2D graphics2d, int x, int y)
          描画を行う 画面の場合:prepareXXX() にて事前生成したタイトル/凡例を表示する。
 int getHeight(java.awt.Graphics2D graphics2d)
          描画に必要な高さを取得する.
 int getWidth(java.awt.Graphics2D graphics2d)
          描画に必要な横幅を取得する.
 boolean isOk()
          描画準備が出来ているかどうかを取得する.
 

メソッドの詳細

getHeight

int getHeight(java.awt.Graphics2D graphics2d)
描画に必要な高さを取得する.

パラメータ:
graphics2d - 描画対象のGraphics2D
戻り値:
高さ

getWidth

int getWidth(java.awt.Graphics2D graphics2d)
描画に必要な横幅を取得する.

パラメータ:
graphics2d - 描画対象のGraphics2D
戻り値:
横幅

draw

void draw(java.awt.Graphics2D graphics2d,
          int x,
          int y)
描画を行う

パラメータ:
graphics2d - 描画対象のGraphics2D
x - 左上X座標
y - 左上Y座標

isOk

boolean isOk()
描画準備が出来ているかどうかを取得する.

戻り値:
true:準備できている.


???(C) 2002-2007 ?????????????????????