Class UHorizontalLine
java.lang.Object
net.sourceforge.plantuml.ugraphic.UHorizontalLine
- All Implemented Interfaces:
UShape
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawLineInternal
(UGraphic ug, Stencil stencil, double y, UStroke defaultStroke) void
void
drawTitleInternal
(UGraphic ug, double startingX, double endingX, double y, boolean clearArea) static UHorizontalLine
infinite
(double skipAtStart, double skipAtEnd, char style) static UHorizontalLine
boolean
isDouble()
-
Method Details
-
infinite
-
infinite
public static UHorizontalLine infinite(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
-