|
||||||||||
| 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(String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for color blue. |
static int |
getGreenFromHex(String hexRGBString)
Gets the corresponding int representation from hexedecimal RGB string for color green. |
static int |
getRedFromHex(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(String hexRGBString)
hexRGBString -
public static int getRedFromHex(String hexRGBString)
hexRGBString -
public static int getGreenFromHex(String hexRGBString)
hexRGBString -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||