Class AbstractUGraphicHorizontalLine
java.lang.Object
net.sourceforge.plantuml.graphic.UGraphicDelegator
net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
UGraphicStencil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractUGraphicHorizontalLine
void
protected abstract void
drawHline
(UGraphic ug, UHorizontalLine line, UTranslate translate) Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AbstractUGraphicHorizontalLine
-
-
Method Details
-
apply
-
copy
-
drawHline
-
draw
- Specified by:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-