java.lang.Object
net.sourceforge.plantuml.klimt.AbstractShadowable
net.sourceforge.plantuml.klimt.shape.ULine
All Implemented Interfaces:
Shadowable, UShape, UShapeSized

public class ULine extends AbstractShadowable implements UShapeSized
  • Constructor Details

    • ULine

      public ULine(double dx, double dy)
  • Method Details

    • create

      public static ULine create(XPoint2D p1, XPoint2D p2)
    • rotate

      public ULine rotate(double theta)
    • hline

      public static ULine hline(double dx)
    • vline

      public static ULine vline(double dy)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDX

      public double getDX()
    • getDY

      public double getDY()
    • getLength

      public double getLength()
    • getWidth

      public double getWidth()
      Specified by:
      getWidth in interface UShapeSized
    • getHeight

      public double getHeight()
      Specified by:
      getHeight in interface UShapeSized