Uses of Class
weka.gui.visualize.PlotData2D

Packages that use PlotData2D
weka.gui.explorer   
weka.gui.visualize   
 

Uses of PlotData2D in weka.gui.explorer
 

Methods in weka.gui.explorer that return PlotData2D
static PlotData2D ClustererPanel.setUpVisualizableInstances(Instances testInstances, ClusterEvaluation eval)
          Sets up the structure for the visualizable instances.
 

Uses of PlotData2D in weka.gui.visualize
 

Fields in weka.gui.visualize declared as PlotData2D
private  PlotData2D LegendPanel.LegendEntry.m_plotData
          the data for this legend entry
protected  PlotData2D Plot2D.m_masterPlot
          The master plot
protected  PlotData2D VisualizePanel.PlotPanel.m_originalPlot
          The master plot
 

Methods in weka.gui.visualize that return PlotData2D
 PlotData2D Plot2D.getMasterPlot()
          Get the master plot
 

Methods in weka.gui.visualize with parameters of type PlotData2D
 void Plot2D.setMasterPlot(PlotData2D master)
          Set the master plot.
 void Plot2D.addPlot(PlotData2D newPlot)
          Add a plot to the list of plots to display
 void VisualizePanel.setMasterPlot(PlotData2D newPlot)
          Set the master plot for the visualize panel
 void VisualizePanel.addPlot(PlotData2D newPlot)
          Set a new plot to the visualize panel
 void VisualizePanel.PlotPanel.setMasterPlot(PlotData2D newPlot)
          Clears all existing plots and sets a new master plot
 void VisualizePanel.PlotPanel.addPlot(PlotData2D newPlot)
          Adds a plot.
 

Constructors in weka.gui.visualize with parameters of type PlotData2D
LegendPanel.LegendEntry(PlotData2D data, int dataIndex)