|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.graphiti.util.ColorUtil
public class ColorUtil
Utility for working with Colors.
Constructor Summary | |
---|---|
ColorUtil()
|
Method Summary | |
---|---|
static int |
getBlueFromHex(java.lang.String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for color blue. |
static int |
getGreenFromHex(java.lang.String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for color green. |
static int |
getRedFromHex(java.lang.String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for color red. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorUtil()
Method Detail |
---|
public static int getBlueFromHex(java.lang.String hexRGBString)
hexRGBString
-
public static int getRedFromHex(java.lang.String hexRGBString)
hexRGBString
-
public static int getGreenFromHex(java.lang.String hexRGBString)
hexRGBString
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |