Class EdgeShape.ArticulatedLine<V,​E>

    • Constructor Detail

      • ArticulatedLine

        public ArticulatedLine​(Collection<E> reversedEdges)
      • ArticulatedLine

        public ArticulatedLine()
    • Method Detail

      • apply

        public Shape apply​(org.jgrapht.Graph<V,​E> graph,
                           E e)
        Specified by:
        apply in interface BiFunction<org.jgrapht.Graph<V,​E>,​E,​Shape>