public static class StyleHandler.Style extends Object
Modifier and Type | Field and Description |
---|---|
org.eclipse.swt.graphics.Color[] |
backgroundColor |
org.eclipse.swt.graphics.Font[] |
font |
org.eclipse.swt.graphics.Color[] |
foregroundColor |
org.eclipse.swt.graphics.Image[] |
images |
Constructor and Description |
---|
Style() |
Style(org.eclipse.swt.graphics.Image[] images,
org.eclipse.swt.graphics.Color[] foregroundColor,
org.eclipse.swt.graphics.Color[] backgroundColor,
org.eclipse.swt.graphics.Font[] font) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Color[] |
getBackgroundColor() |
List<StyleHandler.RGBInformation> |
getBackgroundColorAsList() |
List<StyleHandler.RGBInformation> |
getForegroundColorAsList() |
public org.eclipse.swt.graphics.Image[] images
public org.eclipse.swt.graphics.Color[] foregroundColor
public org.eclipse.swt.graphics.Color[] backgroundColor
public org.eclipse.swt.graphics.Font[] font
public Style()
public Style(org.eclipse.swt.graphics.Image[] images, org.eclipse.swt.graphics.Color[] foregroundColor, org.eclipse.swt.graphics.Color[] backgroundColor, org.eclipse.swt.graphics.Font[] font)
public org.eclipse.swt.graphics.Color[] getBackgroundColor()
public List<StyleHandler.RGBInformation> getBackgroundColorAsList()
public List<StyleHandler.RGBInformation> getForegroundColorAsList()