|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LEdge | |
---|---|
de.cau.cs.kieler.klay.layered.graph | Basic structures for the layered layouter. |
de.cau.cs.kieler.klay.layered.p5edges | Phase 5 - edge routing and horizontal node placement. |
Uses of LEdge in de.cau.cs.kieler.klay.layered.graph |
---|
Methods in de.cau.cs.kieler.klay.layered.graph that return types with arguments of type LEdge | |
---|---|
Iterable<LEdge> |
LNode.getConnectedEdges()
Returns an iterable for all connected edges, both incoming and outgoing. |
Iterable<LEdge> |
LPort.getConnectedEdges()
Returns an iterable over all connected edges, both incoming and outgoing. |
Iterable<LEdge> |
LNode.getIncomingEdges()
Returns an iterable for all inomcing edges. |
List<LEdge> |
LPort.getIncomingEdges()
Returns the list of edges going into this port. |
Iterable<LEdge> |
LNode.getOutgoingEdges()
Returns an iterable for all outgoing edges. |
List<LEdge> |
LPort.getOutgoingEdges()
Returns the list of edges going out of this port. |
Uses of LEdge in de.cau.cs.kieler.klay.layered.p5edges |
---|
Methods in de.cau.cs.kieler.klay.layered.p5edges that return LEdge | |
---|---|
LEdge |
LongEdge.getEdge()
|
Methods in de.cau.cs.kieler.klay.layered.p5edges with parameters of type LEdge | |
---|---|
boolean |
IBoxCalculator.addEdge(LEdge edge)
add an egde that takes linear space with maybe bending points. |
boolean |
ObjectBoxCalculator.addEdge(LEdge edge)
add an egde that takes linear space with maybe bending points. |
LinkedList<Rectangle2D.Double> |
IBoxCalculator.getBoxes(LEdge edge)
compute a box array for a given edge. |
LinkedList<Rectangle2D.Double> |
ObjectBoxCalculator.getBoxes(LEdge edge)
compute a box array for a given edge. |
Constructors in de.cau.cs.kieler.klay.layered.p5edges with parameters of type LEdge | |
---|---|
LongEdge(LEdge newEdge)
default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |