Class UGraphicStencil
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine
-
- net.sourceforge.plantuml.ugraphic.UGraphicStencil
-
- All Implemented Interfaces:
UGraphic
public class UGraphicStencil extends AbstractUGraphicHorizontalLine
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractUGraphicHorizontalLinecopy(UGraphic ug)static UGraphiccreate(UGraphic ug, Stencil stencil, UStroke defaultStroke)protected voiddrawHline(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
closeAction, flushUg, getColorMapper, getParam, getStringBounder, getUg, matchesProperty, startUrl, toString
-
-
-
-
Method Detail
-
copy
protected AbstractUGraphicHorizontalLine copy(UGraphic ug)
- Specified by:
copyin classAbstractUGraphicHorizontalLine
-
drawHline
protected void drawHline(UGraphic ug, UHorizontalLine line, UTranslate translate)
- Specified by:
drawHlinein classAbstractUGraphicHorizontalLine
-
-