|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgraph.layout.JGraphLayoutRegistry
Field Summary | |
protected java.util.ArrayList |
layouts
Contains the registered layouts |
protected static JGraphLayoutRegistry |
sharedJGraphLayoutRegistry
Contains the shared registry instance |
Constructor Summary | |
JGraphLayoutRegistry()
|
Method Summary | |
void |
add(JGraphLayoutAlgorithm layout)
Register a new Layout |
java.util.ArrayList |
getLayouts()
|
static JGraphLayoutRegistry |
getSharedJGraphLayoutRegistry()
Returns the current registry (singleton) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static JGraphLayoutRegistry sharedJGraphLayoutRegistry
protected java.util.ArrayList layouts
Constructor Detail |
public JGraphLayoutRegistry()
Method Detail |
public static JGraphLayoutRegistry getSharedJGraphLayoutRegistry()
public void add(JGraphLayoutAlgorithm layout)
public java.util.ArrayList getLayouts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |