public class Util
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static int |
convertHSBtoRGB(float hue,
float saturation,
float brightness) |
static java.lang.String |
stringRepeat(java.lang.String text,
int cont) |
static int[] |
toRGB(int colorCode) |