java.lang.Object
com.jgraph.layout.LayoutRegistry
- public class LayoutRegistry
- extends java.lang.Object
A registry for the available Layout Algorithms.
The default controllers will add at the static
constructor.
Please register additional
layout controllers assigned
with a layout algorithm at this registry.
After that the Layout is available in the
selection window.
- Since:
- 1.2.2
- Version:
- 1.0 init
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
layoutControllers
protected static java.util.ArrayList layoutControllers
- A list with registered Controllers
- See Also:
- LayoutController
LayoutRegistry
public LayoutRegistry()
addLayoutController
public static void addLayoutController(LayoutController controller)
- Adds a LayoutConroller to this
registry
removeLayoutController
public static void removeLayoutController(LayoutController controller)
- Removes a LayoutConroller from this
registry.
registeredLayoutControllers
public static java.util.Iterator registeredLayoutControllers()
- Returns all registered LayoutConrollers.