Class DecorInterfaceProvider

java.lang.Object
net.sourceforge.plantuml.posimo.DecorInterfaceProvider
All Implemented Interfaces:
Decor

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • DecorInterfaceProvider

      public DecorInterfaceProvider(LinkStyle style)
  • Method Details

    • drawDecor

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