313233343536373839
*/ public class ThemeChart01 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ThemeChart01(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
414243444546474849
*/ public class ThemeChart03 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ThemeChart03(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
323334353637383940
*/ public class ThemeChart02 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ThemeChart02(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
373839404142434445
*/ public class ScatterChart01 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ScatterChart01(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
282930313233343536
*/ public class ScatterChart03 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ScatterChart03(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
394041424344454647
*/ public class ScatterChart02 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ScatterChart02(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class ScatterChart04 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new ScatterChart04(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class LineChart04 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new LineChart04(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
333435363738394041
*/ public class DateChart05 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart05(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class BarChart03 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart03(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }