Package org.knowm.xchart.demo.charts.box
Class BoxChart02
- java.lang.Object
-
- org.knowm.xchart.demo.charts.box.BoxChart02
-
- All Implemented Interfaces:
ExampleChart<BoxChart>
public class BoxChart02 extends Object implements ExampleChart<BoxChart>
-
-
Constructor Summary
Constructors Constructor Description BoxChart02()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BoxChart
getChart()
String
getExampleChartName()
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
getChart
public BoxChart getChart()
- Specified by:
getChart
in interfaceExampleChart<BoxChart>
-
getExampleChartName
public String getExampleChartName()
- Specified by:
getExampleChartName
in interfaceExampleChart<BoxChart>
-
-