Class TransitionController.LinkRenderer

    • Constructor Summary

      Constructors 
      Constructor Description
      LinkRenderer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Connector render​(java.lang.Object edge, Site tailSite, Site headSite)
      Render a visual representation of the given edge.
      • Methods inherited from class java.lang.Object

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

      • LinkRenderer

        public LinkRenderer()
    • Method Detail

      • render

        public Connector render​(java.lang.Object edge,
                                Site tailSite,
                                Site headSite)
        Render a visual representation of the given edge.
        Specified by:
        render in interface EdgeRenderer