|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.attributes.ColorAttribute
The color visual attribute.
Method Summary | |
VisualAttributeEditor |
getEditor()
Returns a color attribute editor. |
static ColorAttribute |
getInstance()
Returns an instance of ColorAttribute . |
VisualAttributeValue |
getValue(java.lang.String value)
Returns a color value, using the specified string description. |
java.lang.String |
toString()
Returns the string "color". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public VisualAttributeEditor getEditor()
ColorEditor
.getEditor
in interface VisualAttribute
ColorEditor
.public static ColorAttribute getInstance()
ColorAttribute
.ColorAttribute
.public VisualAttributeValue getValue(java.lang.String value)
ColorValue
.getValue
in interface VisualAttribute
value
- the string description of the color value.public java.lang.String toString()
toString
in interface VisualAttribute
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |