Package | Description |
---|---|
org.fireweb | |
org.fireweb.css |
Modifier and Type | Method and Description |
---|---|
static Color |
Utils.rgb(int red,
int green,
int blue)
Create color from RGB
|
Modifier and Type | Method and Description |
---|---|
Color |
ColorName.color() |
Color |
TextColor.getColor() |
Color |
BorderProperty.getColor() |
Color |
Background.getColor() |
Color |
Color.setRgb(int red,
int green,
int blue)
Set color of RGB
|
Modifier and Type | Method and Description |
---|---|
TextColor |
TextColor.setColor(Color color) |
CSS |
CSS.setColor(Color color) |
BorderProperty |
BorderProperty.setColor(Color color) |
Background |
Background.setColor(Color color) |
static ColorName |
ColorName.valueOf(Color c)
Convert color color to color name.
|
Constructor and Description |
---|
TextColor(Color color)
Create text color instance based on color
|