public interface IResourceRegistry extends IDisposable
Modifier and Type | Method and Description |
---|---|
Color |
getSwtColor(int red,
int green,
int blue)
Provides a SWT color instance with the given RGB values.
|
Color |
getSwtColor(java.lang.String hexRGBString) |
Font |
getSwtFont(FontData fontData)
Provides an SWT font instance with the given font data.
|
dispose
Color getSwtColor(int red, int green, int blue)
red
- the value for the red part of the colorgreen
- the value for the green part of the colorblue
- the value for the blue part of the colorColor
Color getSwtColor(java.lang.String hexRGBString)
hexRGBString
- Color