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 |
void |
drawLineInternal(UGraphic ug,
Stencil stencil,
double y,
UStroke defaultStroke)
|
void |
drawMe(UGraphic ug)
|
void |
drawTitleInternal(UGraphic ug,
double startingX,
double endingX,
double y,
boolean clearArea)
|
UStroke |
getStroke()
|
static UHorizontalLine |
infinite(double skipAtStart,
double skipAtEnd,
char style)
|
static UHorizontalLine |
infinite(double skipAtStart,
double skipAtEnd,
TextBlock title,
char style)
|
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,
char style)
infinite
public static UHorizontalLine infinite(double skipAtStart,
double skipAtEnd,
TextBlock title,
char style)
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()
Copyright © 2013. All Rights Reserved.