Uses of Class
anl.aida.plot.PlotType

Packages that use PlotType
anl.aida.plot   
anl.aida.plot.io   
 

Uses of PlotType in anl.aida.plot
 

Methods in anl.aida.plot that return PlotType
static PlotType PlotType.getPlotType(java.lang.String plotType)
           
static PlotType PlotType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlotType[] PlotType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PlotType in anl.aida.plot.io
 

Fields in anl.aida.plot.io declared as PlotType
private  PlotType PlotData.type
           
 

Methods in anl.aida.plot.io that return PlotType
 PlotType PlotData.getType()
           
 

Constructors in anl.aida.plot.io with parameters of type PlotType
PlotData(PlotType type, java.lang.String title)