Class UGraphicStencil
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
net.sourceforge.plantuml.klimt.drawing.AbstractUGraphicHorizontalLine
net.sourceforge.plantuml.klimt.drawing.UGraphicStencil
- All Implemented Interfaces:
UGraphic
-
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractUGraphicHorizontalLine
static UGraphic
static UGraphic
create
(UGraphic ug, XDimension2D dim) protected void
drawHline
(UGraphic ug, UHorizontalLine line, UTranslate translate) Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractUGraphicHorizontalLine
apply, draw
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
Method Details
-
create
-
create
-
copy
- Specified by:
copy
in classAbstractUGraphicHorizontalLine
-
drawHline
- Specified by:
drawHline
in classAbstractUGraphicHorizontalLine
-