|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.attributes.DefaultEdgeValues
A factory for default edge visual attribute values.
Method Summary | |
static ColorValue |
getColor()
Returns the black color value. |
static ConnectorEndValue |
getConnectorEnd()
|
static DashValue |
getDash()
Returns the dash value [0.0, 0.0] . |
static EdgeVisualAttributeValue |
getDefault(VisualAttribute attribute)
Returns the default value of the specified visual attribute. |
static EdgeVisualAttributeValue |
getDefault(VisualAttributeValue value)
Returns the default value for the visual attribute of the specified visual attribute value. |
static LineWidthValue |
getLineWidth()
Returns the line width value 1.0 . |
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 DashValue getDash()
[0.0, 0.0]
.[0.0, 0.0]
.public static ConnectorEndValue getConnectorEnd()
public static EdgeVisualAttributeValue getDefault(VisualAttribute attribute)
attribute
- the visual attribute.public static EdgeVisualAttributeValue getDefault(VisualAttributeValue value)
value
- the visual attribute value.public static LineWidthValue getLineWidth()
1.0
.1.0
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |