Package com.logicaldoc.util.html
Class HTMLColor
- java.lang.Object
-
- com.logicaldoc.util.html.HTMLColor
-
public class HTMLColor extends Object
-
-
Constructor Summary
Constructors Constructor Description HTMLColor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Color
decode(String color)
Decode HTML-attribute style of color toColor
static String
encodeRGB(Color color)
static Integer
integerValue(String color)
-