Interface Edge.Routing

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultEdge.DefaultRouting, DefaultEdge.LoopRouting, ParallelEdgeRouter
Enclosing interface:
Edge

public static interface Edge.Routing extends Serializable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the preferred line style for this routing.
    Returns the points to be used for the edge.
  • Field Details

  • Method Details

    • route

      List route(GraphLayoutCache cache, EdgeView edge)
      Returns the points to be used for the edge.
      Parameters:
      cache - TODO
      edge - The edge view to route the points for.
    • getPreferredLineStyle

      int getPreferredLineStyle(EdgeView edge)
      Returns the preferred line style for this routing. A return value of NO_PREFERENCE means no preference.