|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.cms.util.graphics.ColorHelper
This class is an attempt to give template-coders access to the Color-class in some ways. Basically used to enable good control in the templates.
| Constructor Summary | |
ColorHelper()
|
|
| Method Summary | |
java.awt.Color |
getColor(int r,
int g,
int b)
Used to get a color-object |
java.awt.Color |
getHexColor(java.lang.String hexadecimalValue)
Used to create a new color-object by hex-values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ColorHelper()
| Method Detail |
public java.awt.Color getColor(int r,
int g,
int b)
public java.awt.Color getHexColor(java.lang.String hexadecimalValue)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||