|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.knowledgeplaza.util.ColorUtil
public class ColorUtil
Some Color Utils methods a.o. convert a HTML Color string to Color and vice versa.
| Constructor Summary | |
|---|---|
ColorUtil()
|
|
| Method Summary | |
|---|---|
static java.awt.Color |
fromStringColor(java.lang.String color)
Convert a HTML color string ("#RRGGBB") to a Color |
static java.lang.String |
toStringColor(java.awt.Color aColor)
Generates a HTML color description |
| 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 java.lang.String toStringColor(java.awt.Color aColor)
aColor -
public static java.awt.Color fromStringColor(java.lang.String color)
color -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||