anl.aida.plot.io
Class PlotData
java.lang.Object
anl.aida.plot.io.PlotData
public class PlotData
- extends java.lang.Object
Encapsulates Chart data read from a project file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private PlotType type
title
private java.lang.String title
formulas
private java.util.List<java.lang.String> formulas
PlotData
public PlotData(PlotType type,
java.lang.String title)
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()