anl.aida.plot.io
Class PlotData

java.lang.Object
  extended by anl.aida.plot.io.PlotData

public class PlotData
extends java.lang.Object

Encapsulates Chart data read from a project file.


Field Summary
private  java.util.List<java.lang.String> formulas
           
private  java.lang.String title
           
private  PlotType type
           
 
Constructor Summary
PlotData(PlotType type, java.lang.String title)
           
 
Method Summary
 void addFormula(java.lang.String formula)
           
 java.lang.Iterable<java.lang.String> formulas()
           
 int getFormulaCount()
           
 java.lang.String getTitle()
           
 PlotType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private PlotType type

title

private java.lang.String title

formulas

private java.util.List<java.lang.String> formulas
Constructor Detail

PlotData

public PlotData(PlotType type,
                java.lang.String title)
Method Detail

getTitle

public java.lang.String getTitle()

addFormula

public void addFormula(java.lang.String formula)

getFormulaCount

public int getFormulaCount()

formulas

public java.lang.Iterable<java.lang.String> formulas()

getType

public PlotType getType()