Uses of Class
anl.aida.plot.io.PlotData

Packages that use PlotData
anl.aida.client.gui   
anl.aida.plot   
anl.aida.plot.io   
 

Uses of PlotData in anl.aida.client.gui
 

Methods in anl.aida.client.gui with parameters of type PlotData
 java.lang.String StructuredDataPanel.createPlot(PlotData data)
          Creates a plot based on the PlotData and returns the dockable frame id of the created plot.
 

Uses of PlotData in anl.aida.plot
 

Fields in anl.aida.plot declared as PlotData
private  PlotData Dashboard.EntryInfo.data
           
 

Methods in anl.aida.plot with parameters of type PlotData
private  void Dashboard.addLabel(PlotData data)
           
 

Uses of PlotData in anl.aida.plot.io
 

Fields in anl.aida.plot.io with type parameters of type PlotData
private  java.util.List<PlotData> Project.plots
           
 

Methods in anl.aida.plot.io that return types with arguments of type PlotData
 java.lang.Iterable<PlotData> Project.plots()
           
 

Methods in anl.aida.plot.io with parameters of type PlotData
 void Project.addPlotData(PlotData plot)