|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--suvi.alg.policies.SimplisticEdgeRoutingPolicy
Calculates the BSpline representations of edges. The BSpline of an edge contains coordinates for each of the nodes in the preprocessed graph that the corresponding preprocessed edge travels through. The first coordinates in the BSpline are the coordinates of the source and the last are the coordinates of the target.
Constructor Summary | |
SimplisticEdgeRoutingPolicy()
|
Method Summary | |
GraphLayoutAttr[] |
defaultAttrs()
This policy uses the following attributes: EdgeGapAttr
NodeExtentAttr
|
EdgeRouting |
edgeRouting(javautils.graph.adt.AugmentedGraph original,
javautils.graph.adt.AugmentedGraph preprocessed,
GraphTopology topology,
GraphLayoutAttrMap attrMap,
AugmentedNodeRanking ranking,
AugmentedNodeOrdering ordering,
AugmentedNodePositioning positioning)
Edge routing for the graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimplisticEdgeRoutingPolicy()
Method Detail |
public GraphLayoutAttr[] defaultAttrs()
This policy uses the following attributes:
defaultAttrs
in interface GraphLayoutAttrConsumer
public EdgeRouting edgeRouting(javautils.graph.adt.AugmentedGraph original, javautils.graph.adt.AugmentedGraph preprocessed, GraphTopology topology, GraphLayoutAttrMap attrMap, AugmentedNodeRanking ranking, AugmentedNodeOrdering ordering, AugmentedNodePositioning positioning)
EdgeRoutingPolicy
Edge routing for the graph.
edgeRouting
in interface EdgeRoutingPolicy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |