Class UGraphicStencil
java.lang.Object
net.sourceforge.plantuml.graphic.UGraphicDelegator
net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine
net.sourceforge.plantuml.ugraphic.UGraphicStencil
- All Implemented Interfaces:
UGraphic
-
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractUGraphicHorizontalLine
static UGraphic
create
(UGraphic ug, XDimension2D dim) static UGraphic
protected void
drawHline
(UGraphic ug, UHorizontalLine line, UTranslate translate) Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine
apply, draw
Methods inherited from class net.sourceforge.plantuml.graphic.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
-