public class mxHtmlColor extends Object
Modifier and Type | Field and Description |
---|---|
protected static HashMap<String,Color> |
htmlColors
HTML color lookup table.
|
Constructor and Description |
---|
mxHtmlColor() |
Modifier and Type | Method and Description |
---|---|
static String |
getHexColorString(Color color)
Returns a hex representation for the given color.
|
static String |
hexString(Color color) |
static Color |
parseColor(String str)
Convert a string representing a 24/32bit hex color value into a Color
object.
|
public static String getHexColorString(Color color)
color
- Color to return the hex string for.public static Color parseColor(String str) throws NumberFormatException
str
- the 24/32bit hex string value (ARGB)NumberFormatException
- if the specified string cannot be interpreted as a
hexidecimal integerCopyright (c) 2010 Gaudenz Alder. All rights reserved.