Class ProMLoopRouting

  • All Implemented Interfaces:
    java.io.Serializable, org.jgraph.graph.Edge.Routing

    public class ProMLoopRouting
    extends org.jgraph.graph.DefaultEdge.DefaultRouting
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ProMLoopRouting ROUTER  
      • Fields inherited from interface org.jgraph.graph.Edge.Routing

        NO_PREFERENCE
    • Constructor Summary

      Constructors 
      Constructor Description
      ProMLoopRouting()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<?> route​(org.jgraph.graph.GraphLayoutCache cache, org.jgraph.graph.EdgeView edge)
      Returns the points to be used for the edge.
      • Methods inherited from class org.jgraph.graph.DefaultEdge.DefaultRouting

        routeEdge
      • Methods inherited from class org.jgraph.graph.DefaultEdge.LoopRouting

        getEdgeStyle, getLoopStyle, getPreferredLineStyle, routeLoop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProMLoopRouting

        public ProMLoopRouting()
    • Method Detail

      • route

        public java.util.List<?> route​(org.jgraph.graph.GraphLayoutCache cache,
                                       org.jgraph.graph.EdgeView edge)
        Description copied from interface: org.jgraph.graph.Edge.Routing
        Returns the points to be used for the edge.
        Specified by:
        route in interface org.jgraph.graph.Edge.Routing
        Overrides:
        route in class org.jgraph.graph.DefaultEdge.LoopRouting
        Parameters:
        cache - TODO
        edge - The edge view to route the points for.