|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Builder for graph layout attributes.
Field Summary | |
static GraphLayoutAttrBuilder |
NULL
A Null Object [PLOP3, Fowler1999] implementation of the interface. |
Method Summary | |
java.lang.Object[] |
globalKeys()
The global attribute keys recognized by this builder. |
java.lang.Object[] |
keys()
The attribute keys recognized by this builder. |
GraphLayoutAttr |
newAttr()
A new instance of the attribute class. |
void |
setAttr(java.lang.Object key,
java.lang.Object nodeOrEdge,
java.lang.Object value)
Sets the value of the attribute of the given graph member (node or edge). |
void |
setGlobalAttr(java.lang.Object globalKey,
java.lang.Object value)
Sets the value of the given global attribute. |
Field Detail |
public static final GraphLayoutAttrBuilder NULL
A Null Object [PLOP3, Fowler1999] implementation of the interface.
Method Detail |
public java.lang.Object[] globalKeys()
The global attribute keys recognized by this builder.
public java.lang.Object[] keys()
The attribute keys recognized by this builder.
public void setGlobalAttr(java.lang.Object globalKey, java.lang.Object value)
Sets the value of the given global attribute.
public void setAttr(java.lang.Object key, java.lang.Object nodeOrEdge, java.lang.Object value)
Sets the value of the attribute of the given graph member (node or edge).
public GraphLayoutAttr newAttr()
A new instance of the attribute class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |