|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.layout.CanonicMultiStageLayouter
y.layout.tree.TreeLayouter
public class TreeLayouter
This class is an layouter for trees.
Here is an sample output of the layouter using left to right orientation andORTHOGONAL_STYLE layout style.

![]() |
![]() |
![]() |
![]() |
| Field Summary | |
|---|---|
static int |
BORDER_CENTER_PORTS
Port style constant. |
static int |
BORDER_DISTRIBUTED_PORTS
Port style constant. |
static int |
NODE_CENTER_PORTS
Port style constant. |
static int |
ORTHOGONAL_STYLE
Layout style constant. |
static int |
PLAIN_STYLE
Layout style constant. |
| Fields inherited from interface y.layout.Layouter |
|---|
EDGE_ID_DPKEY, NODE_ID_DPKEY, SELECTED_EDGES, SELECTED_NODES |
| Constructor Summary | |
|---|---|
TreeLayouter()
Creates a new instance of TreeLayouter. |
|
| Method Summary | |
|---|---|
boolean |
canLayoutCore(LayoutGraph graph)
Returns true iff the core layouter can layout the given graph structure. |
void |
doLayoutCore(LayoutGraph graph)
Starts the tree layout process |
double |
getBusAlignment()
Returns the actual set bus alignment. |
Comparator |
getComparator()
Returns the comparator for outgoing edges at a node This comparator defines the relative order of the child nodes in the layout to be calculated. |
int |
getLayoutStyle()
Returns the current layout style of this layouter |
double |
getMinimalLayerDistance()
Returns the minimal distance between adjacent layers for the layout. |
double |
getMinimalNodeDistance()
Returns the minimum horizontal distance between adjacent nodes for this layouter. |
AbstractRotatableNodePlacer.Matrix |
getModificationMatrix()
Return the modification matrix that is used to rotate / mirror the tree layout. |
int |
getPortStyle()
Gets the port assignment style. |
double |
getVerticalAlignment()
Returns the vertical alignment. |
boolean |
isIntegratedEdgeLabelingEnabled()
Weather the integrated edge labeling is enabled |
boolean |
isIntegratedNodeLabelingEnabled()
Weather the integrated node labeling is enabled. |
void |
setBusAlignment(double busAlignment)
Sets the vertical alignment of the bus |
void |
setComparator(Comparator c)
Sets the comparator for outgoing edges at a node This comparator defines the relative order of the child nodes in the layout to be calculated. |
void |
setIntegratedEdgeLabelingEnabled(boolean integratedEdgeLabelingEnabled)
Sets whether integrated edge labeling is enabled |
void |
setIntegratedNodeLabelingEnabled(boolean integratedNodeLabelingEnabled)
Sets whether integrated node labeling is enabled |
void |
setLayoutStyle(int style)
Sets the layout style of this layouter. |
void |
setMinimalLayerDistance(double dist)
Sets the minimal distance between adjacent layers for the layout. |
void |
setMinimalNodeDistance(double dist)
Sets the minimum distance between adjacent nodes within a layer. |
void |
setModificationMatrix(AbstractRotatableNodePlacer.Matrix modificationMatrix)
Sets the modification matrix that is used to rotate / mirror the tree layout. |
void |
setPortStyle(int style)
Sets the port assignment style. |
void |
setVerticalAlignment(double verticalAlignment)
Sets the vertical alignment 0: The nodes are aligned on the top 0.5: The nodes are aligned in the middle 1: The nodes are aligned on the bottom |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NODE_CENTER_PORTS
setPortStyle(int),
Constant Field Valuespublic static final int BORDER_CENTER_PORTS
setPortStyle(int),
Constant Field Valuespublic static final int BORDER_DISTRIBUTED_PORTS
setPortStyle(int),
Constant Field Valuespublic static final int PLAIN_STYLE
public static final int ORTHOGONAL_STYLE
| Constructor Detail |
|---|
public TreeLayouter()
| Method Detail |
|---|
public boolean canLayoutCore(LayoutGraph graph)
canLayoutCore in class CanonicMultiStageLayouterpublic void doLayoutCore(LayoutGraph graph)
doLayoutCore in class CanonicMultiStageLayouterpublic void setComparator(Comparator c)
XCoordComparator is set.
public Comparator getComparator()
public void setPortStyle(int style)
style - one of the constants NODE_CENTER_PORTS,
BORDER_CENTER_PORTS, or BORDER_DISTRIBUTED_PORTS.public int getPortStyle()
setPortStyle(int)public void setLayoutStyle(int style)
PLAIN_STYLE,
ORTHOGONAL_STYLEpublic int getLayoutStyle()
public void setMinimalNodeDistance(double dist)
public double getMinimalNodeDistance()
public void setMinimalLayerDistance(double dist)
public double getMinimalLayerDistance()
public boolean isIntegratedNodeLabelingEnabled()
public void setIntegratedNodeLabelingEnabled(boolean integratedNodeLabelingEnabled)
integratedNodeLabelingEnabled - public boolean isIntegratedEdgeLabelingEnabled()
public void setIntegratedEdgeLabelingEnabled(boolean integratedEdgeLabelingEnabled)
integratedEdgeLabelingEnabled - public double getBusAlignment()
getMinimalLayerDistance()).
0: the bus is a the top of the space between the layers
0.5: the bus is exactly in the middle
1: the bus is at the bottom
public void setBusAlignment(double busAlignment)
busAlignment - (between 0 and 1). Default is 0.3.public double getVerticalAlignment()
public void setVerticalAlignment(double verticalAlignment)
verticalAlignment - public void setModificationMatrix(AbstractRotatableNodePlacer.Matrix modificationMatrix)
modificationMatrix - public AbstractRotatableNodePlacer.Matrix getModificationMatrix()
|
© Copyright 2000-2008, yWorks GmbH. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||