|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEObject
de.cbse.jeasy.JEColor
public class JEColor
Implements a Color object.
Properties :
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JEColor()
|
|
JEColor(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JEColor(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
java.awt.Color |
getColor()
Gets the Color. |
java.lang.String |
getColorInHex()
Gets the colors hax values. |
void |
init()
Creates Java or SWING objects with the given properties. |
void |
setColor(java.awt.Color c)
Sets the Color |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEColor(JELocaleProperties hm)
hm - HashMappublic JEColor(JENode jen)
jen - JESaxParserpublic JEColor()
| Method Detail |
|---|
public java.awt.Color getColor()
public java.lang.String getColorInHex()
public void init()
JEObject
init in class JEObjectpublic void setColor(java.awt.Color c)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||