|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.attributes.DefaultNodeValues
A factory for default node visual attribute values.
Method Summary | |
static ColorValue |
getColor()
Returns the color value black. |
static NodeVisualAttributeValue |
getDefault(VisualAttribute attribute)
Returns the default value of the specified visual attribute. |
static NodeVisualAttributeValue |
getDefault(VisualAttributeValue value)
Returns the default value for the visual attribute of the specified visual attribute value. |
static FillValue |
getFill()
Returns the fill value white. |
static NodeShapeValue |
getNodeShape()
Returns the rectangle node shape value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ColorValue getColor()
public static FillValue getFill()
public static NodeVisualAttributeValue getDefault(VisualAttribute attribute)
attribute
- the visual attribute.public static NodeVisualAttributeValue getDefault(VisualAttributeValue value)
value
- the visual attribute value.public static NodeShapeValue getNodeShape()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |