| Package | Description |
|---|---|
| us.fatehi.utility | |
| us.fatehi.utility.html |
| Modifier and Type | Field and Description |
|---|---|
static Color |
Color.white |
| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.fromHexTriplet(String htmlColor) |
static Color |
Color.fromHSV(float hue,
float saturation,
float value)
|
static Color |
Color.fromRGB(int r,
int g,
int b) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Color> |
RegularExpressionColorMap.match(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegularExpressionColorMap.putLiteral(String literal,
Color color) |
| Modifier and Type | Method and Description |
|---|---|
TagBuilder |
TagBuilder.withBackground(Color bgColor) |
Copyright © 2000-2022 Sualeh Fatehi. All rights reserved.