|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--webmngr.web.MapColor
Auxiliar Class used to associate strings to color objects
Constructor Summary | |
MapColor()
|
Method Summary | |
static java.awt.Color |
getColor(java.lang.String c)
Gets a color object related to color "c" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapColor()
Method Detail |
public static java.awt.Color getColor(java.lang.String c)
c
- the color name, that can be:
black, blue, cyan, darkGray, gray, lightGray, green,
magenta, orange, pink, red, white or yellow.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |