Uses of Class
edu.ucla.stat.SOCR.motionchart.MotionDataSet

Packages that use MotionDataSet
edu.ucla.stat.SOCR.motionchart   
 

Uses of MotionDataSet in edu.ucla.stat.SOCR.motionchart
 

Methods in edu.ucla.stat.SOCR.motionchart that return MotionDataSet
 MotionDataSet MotionChart.getDataset()
           
 

Constructors in edu.ucla.stat.SOCR.motionchart with parameters of type MotionDataSet
MotionBubbleRenderer(MotionDataSet dataset)
          Creates a new MotionBubbleRenderer instance.
MotionBubbleRenderer(MotionDataSet dataset, int scaleType)
          Constructs a new MotionBubbleRenderer with the specified type of scaling.
MotionChart(MotionDataSet dataset)
          Creates a new chart based on the supplied dataset.
MotionChart(java.lang.String title, java.awt.Font titleFont, MotionDataSet dataset, boolean createLegend)
          Creates a new chart with the given title and dataset.
MotionChart(java.lang.String title, MotionDataSet dataset)
          Creates a new chart with the given title and dataset.