|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.sim.analyzer.graph.plot.PlotPrinter.TitleItem
public class PlotPrinter.TitleItem
タイトル用の印刷描画Itemクラス.
| Constructor Summary | |
|---|---|
PlotPrinter.TitleItem()
|
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D graphics,
int x,
int y)
描画を行う 画面の場合:prepareXXX() にて事前生成したタイトル/凡例を表示する。 印刷の場合:prepareXXX() にて保存した値にて、タイトル/凡例を描画する。 |
protected java.awt.Dimension |
getDimension(java.awt.Graphics2D graphics2d)
描画のサイズを取得する. |
AttributeString |
getText()
(内部用)文字列を取得する. |
boolean |
isOk()
描画準備が出来ているかどうかを取得する. |
void |
setText(AttributeString string)
(内部用)文字列を設定する. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlotPrinter.TitleItem()
| Method Detail |
|---|
public boolean isOk()
IPlot.Item
public AttributeString getText()
public void setText(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座標
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||