Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jgraph.layout
Class SugiyamaLayoutController  view SugiyamaLayoutController download SugiyamaLayoutController.java

java.lang.Object
  extended bycom.jgraph.layout.SugiyamaLayoutController
All Implemented Interfaces:
LayoutController

public class SugiyamaLayoutController
extends java.lang.Object
implements LayoutController

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:
toString in interface LayoutController

isConfigurable

public boolean isConfigurable()
Implementation.

Specified by:
isConfigurable in interface LayoutController

configure

public void configure()
Implementation.

Specified by:
configure in interface LayoutController

getConfiguration

public java.util.Properties getConfiguration()
Implementation.

Specified by:
getConfiguration in interface LayoutController

getLayoutAlgorithm

public LayoutAlgorithm getLayoutAlgorithm()
Implementation.

Specified by:
getLayoutAlgorithm in interface LayoutController