org.processmining.plugins.declare.visualizing
Class ConstraintDefinitionEdge.UnaryRouting

java.lang.Object
  extended by org.jgraph.graph.DefaultEdge.LoopRouting
      extended by org.processmining.plugins.declare.visualizing.ConstraintDefinitionEdge.UnaryRouting
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.Edge.Routing
Enclosing class:
ConstraintDefinitionEdge

public static class ConstraintDefinitionEdge.UnaryRouting
extends org.jgraph.graph.DefaultEdge.LoopRouting

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jgraph.graph.Edge.Routing
NO_PREFERENCE
 
Constructor Summary
ConstraintDefinitionEdge.UnaryRouting()
           
 
Method Summary
 int getPreferredLineStyle(org.jgraph.graph.EdgeView edge)
           
protected  int getUnaryStyle()
           
protected  java.util.List<java.lang.Object> routeLoop(org.jgraph.graph.EdgeView edge)
           
 
Methods inherited from class org.jgraph.graph.DefaultEdge.LoopRouting
getEdgeStyle, getLoopStyle, route, routeEdge, routeLoop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintDefinitionEdge.UnaryRouting

public ConstraintDefinitionEdge.UnaryRouting()
Method Detail

routeLoop

protected java.util.List<java.lang.Object> routeLoop(org.jgraph.graph.EdgeView edge)

getPreferredLineStyle

public int getPreferredLineStyle(org.jgraph.graph.EdgeView edge)
Specified by:
getPreferredLineStyle in interface org.jgraph.graph.Edge.Routing
Overrides:
getPreferredLineStyle in class org.jgraph.graph.DefaultEdge.LoopRouting

getUnaryStyle

protected int getUnaryStyle()