Uses of Class
org.simBio.sim.analyzer.graph.plot.AttributeString

Packages that use AttributeString
org.simBio.sim.analyzer.graph.plot   
 

Uses of AttributeString in org.simBio.sim.analyzer.graph.plot
 

Methods in org.simBio.sim.analyzer.graph.plot that return AttributeString
 AttributeString PlotPrinter.TitleItem.getText()
          (内部用)文字列を取得する.
 AttributeString[] PlotPrinter.LegendItem.getTexts()
          (内部用)文字列配列を取得する.
 

Methods in org.simBio.sim.analyzer.graph.plot with parameters of type AttributeString
 void PlotPrinter.prepareLegend(java.awt.Graphics2D graphics2d, java.awt.Rectangle rectangleBounds, AttributeString[] texts)
           
 void PlotDisplay.prepareLegend(java.awt.Graphics2D baseGraphics, java.awt.Rectangle rectangleBounds, AttributeString[] texts)
           
 void IPlot.prepareLegend(java.awt.Graphics2D graphics2d, java.awt.Rectangle rectangleBounds, AttributeString[] texts)
          凡例描画の準備を行う.
 void PlotPrinter.prepareTitle(java.awt.Graphics2D graphics2d, java.awt.Rectangle rectangleBounds, AttributeString text)
           
 void PlotDisplay.prepareTitle(java.awt.Graphics2D baseGraphics, java.awt.Rectangle rectangleBounds, AttributeString text)
           
 void IPlot.prepareTitle(java.awt.Graphics2D graphics2d, java.awt.Rectangle rectangleBounds, AttributeString text)
          タイトル描画の準備を行う.
 void PlotPrinter.TitleItem.setText(AttributeString string)
          (内部用)文字列を設定する.
 void PlotPrinter.LegendItem.setTexts(AttributeString[] string)
          (内部用)文字列配列を設定する.
 



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