org.simBio.sim.analyzer.graph.plot
Class PlotDisplay.TitleItem

java.lang.Object
  extended by org.simBio.sim.analyzer.graph.plot.PlotDisplay.TitleItem
All Implemented Interfaces:
IPlot.Item
Enclosing class:
PlotDisplay

public class PlotDisplay.TitleItem
extends java.lang.Object

タイトル用の画面描画Itemクラス.

Author:
misaki

Constructor Summary
PlotDisplay.TitleItem()
           
 
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

PlotDisplay.TitleItem

public PlotDisplay.TitleItem()
Method Detail

draw

public void draw(java.awt.Graphics2D graphics2d,
                 int x,
                 int y)
Description copied from interface: IPlot.Item
描画を行う

Parameters:
graphics2d - 描画対象のGraphics2D
x - 左上X座標
y - 左上Y座標


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.