Class ArticulatedEdgeTransformer<V extends VisualVertex,​E extends VisualEdge<V>>

  • Type Parameters:
    V - the vertex type
    E - the edge type
    All Implemented Interfaces:
    com.google.common.base.Function<E,​java.awt.Shape>

    public class ArticulatedEdgeTransformer<V extends VisualVertex,​E extends VisualEdge<V>>
    extends java.lang.Object
    implements com.google.common.base.Function<E,​java.awt.Shape>
    An edge shape that renders as a series of straight lines between articulation points.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Shape apply​(E e)
      Get the shape for this edge
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
    • Constructor Detail

      • ArticulatedEdgeTransformer

        public ArticulatedEdgeTransformer()
    • Method Detail

      • apply

        public java.awt.Shape apply​(E e)
        Get the shape for this edge
        Specified by:
        apply in interface com.google.common.base.Function<V extends VisualVertex,​E extends VisualEdge<V>>
        Parameters:
        e - the edge
        Returns:
        the edge shape