|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.attributes.VisualAttributeFactory
A factory for visual attributes.
Method Summary | |
VisualAttribute |
getAttribute(java.lang.String attribute)
Returns the visual attribute represented by the specified string. |
java.util.Collection |
getEdgeAttributes()
Returns the collection of edge visual attributes. |
static VisualAttributeFactory |
getInstance()
Returns an instance of VisualAttributeFactory . |
java.util.Collection |
getNodeAttributes()
Returns the collection of node visual attributes. |
java.util.Collection |
getVisualAttributes()
Returns the collection of all visual attriubutes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public VisualAttribute getAttribute(java.lang.String attribute)
attribute
- the string representation of the visual attribute.public java.util.Collection getEdgeAttributes()
public static VisualAttributeFactory getInstance()
VisualAttributeFactory
.VisualAttributeFactory
.public java.util.Collection getNodeAttributes()
public java.util.Collection getVisualAttributes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |