|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.layout.tree.AbstractRotatableNodePlacer
y.layout.tree.LeftRightPlacer
public class LeftRightPlacer
The LeftRightPlacer is a NodePlacer that arranges the Nodes on the left and right side of a vertical bus.
![]() |
![]() |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class y.layout.tree.AbstractRotatableNodePlacer |
|---|
AbstractRotatableNodePlacer.Matrix, AbstractRotatableNodePlacer.RootAlignment |
| Field Summary |
|---|
| Fields inherited from class y.layout.tree.AbstractRotatableNodePlacer |
|---|
createdChildren, graph, modificationMatrix, nodeShapeProvider, spacing, subtreeShapeProvider |
| Fields inherited from interface y.layout.tree.NodePlacer |
|---|
DIRECTION_ANY, DIRECTION_EAST, DIRECTION_NONE, DIRECTION_NORTH, DIRECTION_SOUTH, DIRECTION_WEST |
| Constructor Summary | |
|---|---|
LeftRightPlacer()
Creates a LeftRightPlacer with the default modificationMatrix |
|
LeftRightPlacer(AbstractRotatableNodePlacer.Matrix modificationMatrix)
Creates a LeftRightPlacer with the given modificationMatrix |
|
| Method Summary | |
|---|---|
Comparator |
createComparator()
Returns null because no comparator exists for the node placer. |
protected byte |
determineChildConnector(Node child)
This method must be implemented by subclasses. |
void |
determineChildConnectors(Node localRoot,
DataMap connectorMap)
Determines the direction the children should place their connectors. |
boolean |
isPlaceLastOnBottom()
Whether the last child is placed at the bottom of the other. |
protected y.layout.tree.SubtreeShapeRotated |
placeSubtree(Node localRoot,
byte parentConnectorDirection)
Places the shapes of the children on the left and right side of a vertical bus. |
void |
setPlaceLastOnBottom(boolean placeLastOnBottom)
Sets whether the last child is placed at the bottom of the other. |
| Methods inherited from class y.layout.tree.AbstractRotatableNodePlacer |
|---|
createProcessor, createRootNodeShape, createSubtreeShape, getModificationMatrix, getPortConstraint, getSourcePointAbs, getSpacing, placeSubtree, setSpacing, translateDirectionToModel, translateDirectionToReal, translatePoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LeftRightPlacer()
public LeftRightPlacer(AbstractRotatableNodePlacer.Matrix modificationMatrix)
modificationMatrix - | Method Detail |
|---|
public void determineChildConnectors(Node localRoot,
DataMap connectorMap)
determineChildConnectors in interface NodePlacerdetermineChildConnectors in class AbstractRotatableNodePlacerlocalRoot - connectorMap - AbstractRotatableNodePlacer.determineChildConnector(Node)protected byte determineChildConnector(Node child)
AbstractRotatableNodePlacer
determineChildConnector in class AbstractRotatableNodePlacerchild -
protected y.layout.tree.SubtreeShapeRotated placeSubtree(Node localRoot,
byte parentConnectorDirection)
placeSubtree in class AbstractRotatableNodePlacerlocalRoot - parentConnectorDirection -
public boolean isPlaceLastOnBottom()
public void setPlaceLastOnBottom(boolean placeLastOnBottom)
placeLastOnBottom - true if enabled, otherwise falsepublic Comparator createComparator()
createComparator in class AbstractRotatableNodePlacer
|
© Copyright 2000-2008, yWorks GmbH. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||