Class UHorizontalLine
java.lang.Object
net.sourceforge.plantuml.klimt.shape.UHorizontalLine
- All Implemented Interfaces:
UShape
-
Method Summary
Modifier and TypeMethodDescriptionvoiddrawLineInternal(UGraphic ug, Stencil stencil, double y, UStroke defaultStroke) voidvoiddrawTitleInternal(UGraphic ug, double startingX, double endingX, double y, boolean clearArea) static UHorizontalLineinfinite(double defaultThickness, double skipAtStart, double skipAtEnd, char style) static UHorizontalLineinfinite(double defaultThickness, double skipAtStart, double skipAtEnd, TextBlock title, char style) booleanisDouble()
-
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
-
drawTitleInternal
public void drawTitleInternal(UGraphic ug, double startingX, double endingX, double y, boolean clearArea) -
drawMe
-
getStroke
-