Package org.jfree.chart.demo
Class XYStepChartDemo
java.lang.Object
org.jfree.chart.demo.XYStepChartDemo
public class XYStepChartDemo extends Object
A demonstration of the
XYStepRenderer class.- Author:
- Roger Studner
-
Constructor Summary
Constructors Constructor Description XYStepChartDemo() -
Method Summary
Modifier and Type Method Description static XYDatasetcreateStepXYDataset()Creates and returns a sample dataset for the XY 'Step' chart.static voidmain(String[] args)The starting point for the demonstration application.
-
Constructor Details
-
XYStepChartDemo
public XYStepChartDemo()
-
-
Method Details
-
createStepXYDataset
Creates and returns a sample dataset for the XY 'Step' chart.- Returns:
- the sample dataset.
-
main
The starting point for the demonstration application.- Parameters:
args- ignored.
-