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, Dimension2D 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
create
-
create
-
copy
- Specified by:
copy
in classAbstractUGraphicHorizontalLine
-
drawHline
- Specified by:
drawHline
in classAbstractUGraphicHorizontalLine
-