public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static String |
color2Hex(Color color)
Converts a color to hex format for use in HTML tags.
|
static double |
roundDouble(double d,
int places)
Rounds a double value to the wanted number of decimal places.
|
Copyright © 2022. All rights reserved.