|
|||||||||
| Home >> All >> com >> jgraph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.jgraph.layout
Class SugiyamaLayoutController

java.lang.Objectcom.jgraph.layout.SugiyamaLayoutController
- All Implemented Interfaces:
- LayoutController
- public class SugiyamaLayoutController
- extends java.lang.Object
- implements LayoutController
- extends java.lang.Object
Responsible for administrating the SugiyamaLayoutAlgorithm.
- Version:
- 1.0 init
| Field Summary | |
static java.lang.String |
KEY_HORIZONTAL_SPACING
|
static java.lang.String |
KEY_VERTICAL_SPACING
|
private java.util.Properties |
properties
|
| Constructor Summary | |
SugiyamaLayoutController()
|
|
| Method Summary | |
void |
configure()
Implementation. |
java.util.Properties |
getConfiguration()
Implementation. |
LayoutAlgorithm |
getLayoutAlgorithm()
Implementation. |
boolean |
isConfigurable()
Implementation. |
java.lang.String |
toString()
Implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
KEY_HORIZONTAL_SPACING
public static final java.lang.String KEY_HORIZONTAL_SPACING
- See Also:
- Constant Field Values
KEY_VERTICAL_SPACING
public static final java.lang.String KEY_VERTICAL_SPACING
- See Also:
- Constant Field Values
properties
private java.util.Properties properties
| Constructor Detail |
SugiyamaLayoutController
public SugiyamaLayoutController()
| Method Detail |
toString
public java.lang.String toString()
- Implementation.
- Specified by:
toStringin interfaceLayoutController
isConfigurable
public boolean isConfigurable()
- Implementation.
- Specified by:
isConfigurablein interfaceLayoutController
configure
public void configure()
- Implementation.
- Specified by:
configurein interfaceLayoutController
getConfiguration
public java.util.Properties getConfiguration()
- Implementation.
- Specified by:
getConfigurationin interfaceLayoutController
getLayoutAlgorithm
public LayoutAlgorithm getLayoutAlgorithm()
- Implementation.
- Specified by:
getLayoutAlgorithmin interfaceLayoutController
|
|||||||||
| Home >> All >> com >> jgraph >> [ layout overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.jgraph.layout.SugiyamaLayoutController