- chartChanged(ChartChangeEvent) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Receives notification of changes to the chart, and redraws the chart.
- ChartComposite - Class in org.jfree.experimental.chart.swt
-
A SWT GUI composite for displaying a JFreeChart object.
- ChartComposite(Composite, int) - Constructor for class org.jfree.experimental.chart.swt.ChartComposite
-
Create a new chart composite with a default FillLayout.
- ChartComposite(Composite, int, JFreeChart) - Constructor for class org.jfree.experimental.chart.swt.ChartComposite
-
Constructs a panel that displays the specified chart.
- ChartComposite(Composite, int, JFreeChart, boolean) - Constructor for class org.jfree.experimental.chart.swt.ChartComposite
-
Constructs a panel containing a chart.
- ChartComposite(Composite, int, JFreeChart, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.experimental.chart.swt.ChartComposite
-
Constructs a JFreeChart panel.
- ChartComposite(Composite, int, JFreeChart, int, int, int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.jfree.experimental.chart.swt.ChartComposite
-
Constructs a JFreeChart panel.
- ChartPrintJob - Class in org.jfree.experimental.chart.swt
-
Printer job for SWT.
- ChartPrintJob(String) - Constructor for class org.jfree.experimental.chart.swt.ChartPrintJob
-
Creates a new job.
- chartProgress(ChartProgressEvent) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Receives notification of a chart progress event.
- clearRect(int, int, int, int) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Fills the specified rectangle with the current background colour.
- clip(Shape) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Applies the specified clip.
- clipRect(int, int, int, int) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Sets the clipping to the intersection of the current clip region and
the specified rectangle.
- convertAWTImageToSWT(Image) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Converts an AWT image to SWT.
- convertToSWT(BufferedImage) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Converts a buffered image to SWT ImageData.
- copyArea(int, int, int, int, int, int) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Not implemented - see Graphics.copyArea(int, int, int, int, int,
int).
- create() - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Not implemented yet - see Graphics.create().
- createChartPrintJob() - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Creates a print job for the chart.
- createDemoPanel() - Static method in class org.jfree.experimental.chart.swt.demo.SWTMultipleAxisDemo1
-
Creates a panel for the demo (used by SuperDemo.java).