|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FromSketchNodePlacer
A FromSketchNodePlacer
arranges the subtrees while taking the initial locations of the nodes into account.
It provides a Comparator
which sorts the outgoing edges of a node according to the initial coordinates of
their target nodes. Keeping the original order of nodes, this Comparator
allows to incrementally add
new nodes to the graph.
Field Summary |
---|
Fields inherited from interface y.layout.tree.NodePlacer |
---|
DIRECTION_ANY, DIRECTION_EAST, DIRECTION_NONE, DIRECTION_NORTH, DIRECTION_SOUTH, DIRECTION_WEST |
Method Summary | |
---|---|
java.util.Comparator |
createFromSketchComparator()
Creates an edge Comparator which takes the initial coordinates of the nodes into account. |
Methods inherited from interface y.layout.tree.NodePlacer |
---|
createProcessor, determineChildConnectors, placeSubtree |
Method Detail |
---|
java.util.Comparator createFromSketchComparator()
Comparator
which takes the initial coordinates of the nodes into account.
This Comparator
defines the order of the outgoing edges of a node before the actual placement of the
node's subtree is calculated.
Comparator
for the edges
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |