Class DecorInterfaceProvider

  • All Implemented Interfaces:
    Decor

    public class DecorInterfaceProvider
    extends java.lang.Object
    implements Decor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawDecor​(UGraphic ug, java.awt.geom.Point2D start, double direction)  
      • Methods inherited from class java.lang.Object

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

      • DecorInterfaceProvider

        public DecorInterfaceProvider​(LinkStyle style)
    • Method Detail

      • drawDecor

        public void drawDecor​(UGraphic ug,
                              java.awt.geom.Point2D start,
                              double direction)
        Specified by:
        drawDecor in interface Decor