- toAwtColor(Color) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Creates an awt color instance to match the rgb values
of the specified swt color.
- toAwtFont(Device, FontData, boolean) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Create an awt font by converting as much information
as possible from the provided swt FontData.
- toAwtFont(Device, Font) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Create an awt font by converting as much information
as possible from the provided swt Font.
- toAwtMouseEvent(org.eclipse.swt.events.MouseEvent) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Creates an AWT MouseEvent from a swt event.
- toAwtPoint(Point) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Returns an AWT point with the same coordinates as the specified
SWT point.
- toAwtRectangle(Rectangle) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Transform a swt Rectangle instance into an awt one.
- toSwtColor(Device, Paint) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Creates a swt color instance to match the rgb values
of the specified awt paint.
- toSwtColor(Device, Color) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Creates a swt color instance to match the rgb values
of the specified awt color.
- toSwtFontData(Device, Font, boolean) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Create a FontData object which encapsulate
the essential data to create a swt font.
- toSwtPoint(Point) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Returns an SWT point with the same coordinates as the specified
AWT point.
- toSwtPoint(Point2D) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Returns an SWT point with the same coordinates as the specified AWT
point (rounded to integer values).
- toSwtRectangle(Rectangle2D) - Static method in class org.jfree.experimental.swt.SWTUtils
-
Transform an awt Rectangle2d instance into a swt one.
- transform(AffineTransform) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Concatenates the specified transform to the existing transform.
- translate(int, int) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Applies a translation.
- translate(double, double) - Method in class org.jfree.experimental.swt.SWTGraphics2D
-
Applies a translation.
- translateJava2DToScreen(Point2D) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Translates a Java2D point on the chart to a screen location.
- translateScreenToJava2D(Point) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Translates a screen location to a Java2D point.
- translateScreenToJavaSWT(Point) - Method in class org.jfree.experimental.chart.swt.ChartComposite
-
Translates a screen location to a Java SWT point.