net.sourceforge.plantuml.ugraphic
Class UHorizontalLine
java.lang.Object
net.sourceforge.plantuml.ugraphic.UHorizontalLine
- All Implemented Interfaces:
- UShape
public class UHorizontalLine
- extends Object
- implements UShape
Method Summary |
UHorizontalLine |
blankTitle()
|
void |
drawLine(UGraphic ug,
double startingX,
double endingX,
double y,
UStroke defaultStroke)
|
void |
drawTitle(UGraphic ug,
double startingX,
double endingX,
double y,
boolean clearArea)
|
UStroke |
getStroke()
|
static UHorizontalLine |
infinite(double skipAtStart,
double skipAtEnd,
TextBlock title,
UStroke stroke)
|
static UHorizontalLine |
infinite(double skipAtStart,
double skipAtEnd,
UStroke stroke)
|
static UHorizontalLine |
infinite(UStroke stroke)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
infinite
public static UHorizontalLine infinite(double skipAtStart,
double skipAtEnd,
UStroke stroke)
infinite
public static UHorizontalLine infinite(double skipAtStart,
double skipAtEnd,
TextBlock title,
UStroke stroke)
infinite
public static UHorizontalLine infinite(UStroke stroke)
drawLine
public void drawLine(UGraphic ug,
double startingX,
double endingX,
double y,
UStroke defaultStroke)
drawTitle
public void drawTitle(UGraphic ug,
double startingX,
double endingX,
double y,
boolean clearArea)
blankTitle
public UHorizontalLine blankTitle()
getStroke
public UStroke getStroke()
Copyright © 2013. All Rights Reserved.