Uses of Interface
org.simBio.sim.analyzer.graph.plot.IPlot.Item

Packages that use IPlot.Item
org.simBio.sim.analyzer.graph.plot   
 

Uses of IPlot.Item in org.simBio.sim.analyzer.graph.plot
 

Classes in org.simBio.sim.analyzer.graph.plot that implement IPlot.Item
 class PlotDisplay.LegendItem
          凡例用の画面描画Itemクラス.
 class PlotDisplay.TitleItem
          タイトル用の画面描画Itemクラス.
 class PlotPrinter.LegendItem
          凡例用の印刷描画Itemクラス.
 class PlotPrinter.TitleItem
          タイトル用の印刷描画Itemクラス.
 

Fields in org.simBio.sim.analyzer.graph.plot declared as IPlot.Item
protected  IPlot.Item AbstractPlot.legend
           
protected  IPlot.Item AbstractPlot.title
           
 

Methods in org.simBio.sim.analyzer.graph.plot that return IPlot.Item
 IPlot.Item IPlot.getLegend()
          凡例描画用のItemオブジェクトを取得する.
 IPlot.Item AbstractPlot.getLegend()
           
 IPlot.Item IPlot.getTitle()
          タイトル描画用のItemオブジェクトを取得する.
 IPlot.Item AbstractPlot.getTitle()
           
 



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