|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simBio.sim.analyzer.graph.plot.PlotDisplay.LegendItem
public class PlotDisplay.LegendItem
凡例用の画面描画Itemクラス.
| Constructor Summary | |
|---|---|
PlotDisplay.LegendItem()
|
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D graphics2d,
int x,
int y)
描画を行う 画面の場合:prepareXXX() にて事前生成したタイトル/凡例を表示する。 印刷の場合:prepareXXX() にて保存した値にて、タイトル/凡例を描画する。 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlotDisplay.LegendItem()
| Method Detail |
|---|
public void draw(java.awt.Graphics2D graphics2d,
int x,
int y)
IPlot.Item
graphics2d - 描画対象のGraphics2Dx - 左上X座標y - 左上Y座標
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||