Class UHorizontalLine

java.lang.Object
net.sourceforge.plantuml.klimt.shape.UHorizontalLine
All Implemented Interfaces:
UShape

public class UHorizontalLine extends Object implements UShape
  • Method Details

    • infinite

      public static UHorizontalLine infinite(double defaultThickness, double skipAtStart, double skipAtEnd, char style)
    • infinite

      public static UHorizontalLine infinite(double defaultThickness, double skipAtStart, double skipAtEnd, TextBlock title, char style)
    • isDouble

      public boolean isDouble()
    • drawLineInternal

      public void drawLineInternal(UGraphic ug, Stencil stencil, double y, UStroke defaultStroke)
    • drawTitleInternal

      public void drawTitleInternal(UGraphic ug, double startingX, double endingX, double y, boolean clearArea)
    • drawMe

      public void drawMe(UGraphic ug)
    • getStroke

      public UStroke getStroke()