Package | Description |
---|---|
edu.ucla.stat.SOCR.motionchart |
Modifier and Type | Method and Description |
---|---|
MotionDataSet |
MotionChart.getDataset() |
Constructor and Description |
---|
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.
|