353637383940414243
*/ public class AreaLineChart03 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new AreaLineChart03(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
373839404142434445
*/ public class LineChart05 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new LineChart05(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
333435363738394041
*/ public class DateChart02 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart02(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
363738394041424344
*/ public class AreaChart02 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new AreaChart02(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
383940414243444546
*/ public class BarChart07 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart07(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class LineChart02 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new LineChart02(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class DateChart07 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new DateChart07(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class BarChart05 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new BarChart05(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class AreaChart01 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new AreaChart01(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }
*/ public class LineChart01 implements ExampleChart { public static void main(String[] args) { ExampleChart exampleChart = new LineChart01(); Chart chart = exampleChart.getChart(); new SwingWrapper(chart).displayChart(); }