public static class StyleHandler.Style
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Color[] |
backgroundColor |
Font[] |
font |
Color[] |
foregroundColor |
Image[] |
images |
| Constructor and Description |
|---|
StyleHandler.Style() |
StyleHandler.Style(Image[] images,
Color[] foregroundColor,
Color[] backgroundColor,
Font[] font) |
| Modifier and Type | Method and Description |
|---|---|
Color[] |
getBackgroundColor() |
java.util.List<StyleHandler.RGBInformation> |
getBackgroundColorAsList() |
java.util.List<StyleHandler.RGBInformation> |
getForegroundColorAsList() |
public Image[] images
public Color[] foregroundColor
public Color[] backgroundColor
public Font[] font
public StyleHandler.Style()
public StyleHandler.Style(Image[] images,
Color[] foregroundColor,
Color[] backgroundColor,
Font[] font)
public Color[] getBackgroundColor()
public java.util.List<StyleHandler.RGBInformation> getBackgroundColorAsList()
public java.util.List<StyleHandler.RGBInformation> getForegroundColorAsList()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0