Class AbstractUGraphicHorizontalLine
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
net.sourceforge.plantuml.klimt.drawing.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.klimt.drawing.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
Constructor Details
-
AbstractUGraphicHorizontalLine
-
-
Method Details
-
apply
-
copy
-
drawHline
-
draw
- Specified by:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-