|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.simBio.sim.analyzer.graph.plot.PlotPrinter.LegendItem
public class PlotPrinter.LegendItem
凡例用の印刷描画Itemクラス.
| コンストラクタの概要 | |
|---|---|
PlotPrinter.LegendItem()
|
|
| メソッドの概要 | |
|---|---|
void |
draw(java.awt.Graphics2D graphics,
int x,
int y)
描画を行う 画面の場合:prepareXXX() にて事前生成したタイトル/凡例を表示する。 |
protected java.awt.Dimension |
getDimension(java.awt.Graphics2D graphics2d)
描画のサイズを取得する. |
AttributeString[] |
getTexts()
(内部用)文字列配列を取得する. |
boolean |
isOk()
描画準備が出来ているかどうかを取得する. |
void |
setTexts(AttributeString[] string)
(内部用)文字列配列を設定する. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public PlotPrinter.LegendItem()
| メソッドの詳細 |
|---|
public boolean isOk()
IPlot.Item の記述:
public AttributeString[] getTexts()
public void setTexts(AttributeString[] string)
string - 表示するテキスト,フォント,色をセットした配列protected java.awt.Dimension getDimension(java.awt.Graphics2D graphics2d)
graphics2d - 描画対象のGraphics2D
public void draw(java.awt.Graphics2D graphics,
int x,
int y)
IPlot.Item の記述:
graphics - 描画対象のGraphics2Dx - 左上X座標y - 左上Y座標
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||