Method Summary |
|
static org.eclipse.swt.graphics.Color | color(Color color) |
static ImageData | extractImageDataAndDispose(Image image) |
public static ImageDescriptor | geometry(Rule rule) Complex render of Geometry allowing presentation of point, line and polygon styles. |
public static ImageDescriptor | geometry(Color color, Color fill) Icon for generic Geometry or Geometry Collection. |
public static ImageDescriptor | grid(Color a, Color b, Color c, Color d1) Icon for grid data, small grid made up of provided colors. |
public static ImageDescriptor | icon(FeatureType ft) |
public static Image | image(Display display) Create a transparent image, this is a *real* resource against the
provided display. |
public static ImageDescriptor | line(Rule rule) Complex render of Geometry allowing presentation of point, line and polygon styles. |
public static ImageDescriptor | line(Color color, int width) Icon for linestring in the provided color and width. |
public static ImageDescriptor | palette(Color c) Icon for grid data, small grid made up of provided colors. |
public static ImageDescriptor | point(Rule rule) Render a icon based on the current style. |
public static ImageDescriptor | point(Color color, Color fill) Icon for point data in the provided color
XXX: Suggest point( SLD style ) at a later time. |
public static ImageDescriptor | polygon(Rule rule) Render of a polygon allowing style. |
public static ImageDescriptor | polygon(Color color, Color fill, int width) |
public static ImageDescriptor | push(ImageDescriptor icon) |
public static ImageDescriptor | swatch(Color c) Render of a color swatch allowing style. |