|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Style.Color | |
|---|---|
| org.eobjects.metamodel.data | API for data sets |
| Uses of Style.Color in org.eobjects.metamodel.data |
|---|
| Methods in org.eobjects.metamodel.data that return Style.Color | |
|---|---|
static Style.Color |
StyleBuilder.createColor(int r,
int g,
int b)
Creates a color based on 3 RGB components, represented as ints |
static Style.Color |
StyleBuilder.createColor(short r,
short g,
short b)
Creates a color based on 3 RGB components, represented as shorts |
static Style.Color |
StyleBuilder.createColor(String rgbColorCode)
Creates a Color based on a 6-letter RGB hex color code string, eg |
Style.Color |
Style.getBackgroundColor()
Gets the background color, or null if the color is unspecified. |
Style.Color |
Style.getForegroundColor()
Gets the foreground (text) color, or null if the color is unspecified. |
| Methods in org.eobjects.metamodel.data with parameters of type Style.Color | |
|---|---|
StyleBuilder |
StyleBuilder.background(Style.Color color)
Sets the background (fill) color of the style |
StyleBuilder |
StyleBuilder.foreground(Style.Color color)
Sets the foreground (text) color of the style |
| Constructors in org.eobjects.metamodel.data with parameters of type Style.Color | |
|---|---|
StyleBuilder(Style.Color defaultForegroundColor,
Style.Color defaultBackgroundColor)
Constructs a new StyleBuilder with a specified default foreground
and background colors. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||