|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LNode | |
---|---|
de.cau.cs.kieler.klay.layered | Base package of the layered layouter. |
de.cau.cs.kieler.klay.layered.graph | Basic structures for the layered layouter. |
de.cau.cs.kieler.klay.layered.p4nodes | Phase 4 - vertical node placement. |
de.cau.cs.kieler.klay.layered.p5edges | Phase 5 - edge routing and horizontal node placement. |
de.cau.cs.kieler.klay.layered.properties | This package contains classes defining layout properties for KLay Layered. |
Uses of LNode in de.cau.cs.kieler.klay.layered |
---|
Methods in de.cau.cs.kieler.klay.layered that return LNode | |
---|---|
protected LNode |
AbstractGraphImporter.createExternalPortDummy(Object port,
PortConstraints portConstraints,
PortSide portSide,
int netFlow,
KVector portNodeSize,
KVector portPosition)
Creates a dummy for an external port. |
Methods in de.cau.cs.kieler.klay.layered with parameters of type LNode | |
---|---|
protected KVector |
AbstractGraphImporter.getExternalPortPosition(LayeredGraph graph,
LNode portDummy,
double portWidth,
double portHeight)
Calculates the position of the external port's top left corner from the position of the given dummy node that represents the port. |
Uses of LNode in de.cau.cs.kieler.klay.layered.graph |
---|
Methods in de.cau.cs.kieler.klay.layered.graph that return LNode | |
---|---|
LNode |
LPort.getNode()
Returns the node that owns this port. |
Methods in de.cau.cs.kieler.klay.layered.graph that return types with arguments of type LNode | |
---|---|
List<LNode> |
LayeredGraph.getLayerlessNodes()
Returns the list of nodes that are not currently assigned to a layer. |
List<LNode> |
Layer.getNodes()
Returns the list of nodes. |
Methods in de.cau.cs.kieler.klay.layered.graph with parameters of type LNode | |
---|---|
void |
LPort.setNode(LNode node)
Sets the owning node and adds itself to the node's list of ports. |
Uses of LNode in de.cau.cs.kieler.klay.layered.p4nodes |
---|
Methods in de.cau.cs.kieler.klay.layered.p4nodes that return types with arguments of type LNode | |
---|---|
List<LNode> |
LinearSegmentsNodePlacer.LinearSegment.getNodes()
|
List<LNode> |
LinearSegmentsNodePlacer.Region.getNodes()
|
Methods in de.cau.cs.kieler.klay.layered.p4nodes with parameters of type LNode | |
---|---|
LinearSegmentsNodePlacer.LinearSegment |
LinearSegmentsNodePlacer.LinearSegment.split(LNode node,
int newId)
Splits this linear segment before the given node. |
Uses of LNode in de.cau.cs.kieler.klay.layered.p5edges |
---|
Methods in de.cau.cs.kieler.klay.layered.p5edges with parameters of type LNode | |
---|---|
void |
IBoxCalculator.addNode(LNode node)
Add a node to the box calculator. |
void |
ObjectBoxCalculator.addNode(LNode node)
Add a node to the box calculator. |
Method parameters in de.cau.cs.kieler.klay.layered.p5edges with type arguments of type LNode | |
---|---|
int |
OrthogonalRoutingGenerator.routeEdges(LayeredGraph layeredGraph,
Iterable<LNode> sourceLayerNodes,
int sourceLayerIndex,
Iterable<LNode> targetLayerNodes,
double startPos)
Route edges between the given layers. |
int |
OrthogonalRoutingGenerator.routeEdges(LayeredGraph layeredGraph,
Iterable<LNode> sourceLayerNodes,
int sourceLayerIndex,
Iterable<LNode> targetLayerNodes,
double startPos)
Route edges between the given layers. |
Uses of LNode in de.cau.cs.kieler.klay.layered.properties |
---|
Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type LNode | |
---|---|
static IProperty<LNode> |
Properties.IN_LAYER_LAYOUT_UNIT
The layout unit a node belongs to. |
static IProperty<LNode> |
Properties.IN_LAYER_SUCCESSOR_CONSTRAINT
Indicates that a node x may only appear inside a layer before the node y the
property is set to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |