org.simBio.sim.analyzer.graph.plot
Class PlotDisplay.LegendItem
java.lang.Object
org.simBio.sim.analyzer.graph.plot.PlotDisplay.LegendItem
- All Implemented Interfaces:
- IPlot.Item
- Enclosing class:
- PlotDisplay
public class PlotDisplay.LegendItem
- extends Object
凡例用の画面描画Itemクラス.
- Author:
- misaki
Method Summary |
void |
draw(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 |
PlotDisplay.LegendItem
public PlotDisplay.LegendItem()
draw
public void draw(Graphics2D graphics2d,
int x,
int y)
- Description copied from interface:
IPlot.Item
- 描画を行う
- 画面の場合:prepareXXX() にて事前生成したタイトル/凡例を表示する。
- 印刷の場合:prepareXXX() にて保存した値にて、タイトル/凡例を描画する。
- Parameters:
graphics2d
- 描画対象のGraphics2Dx
- 左上X座標y
- 左上Y座標
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.