| Package | Description |
|---|---|
| sf.util |
| Modifier and Type | Field and Description |
|---|---|
static Color |
Color.white |
| Modifier and Type | Method and Description |
|---|---|
static Color |
Color.fromHexTriplet(java.lang.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 |
|---|---|
java.util.Optional<Color> |
RegularExpressionColorMap.match(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegularExpressionColorMap.putLiteral(java.lang.String literal,
Color color) |
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.