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 AbstractUGraphicHorizontalLine
copy(UGraphic ug)
static UGraphic
create(UGraphic ug, java.awt.geom.Dimension2D dim)
static UGraphic
create(UGraphic ug, Stencil stencil, UStroke defaultStroke)
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, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString
-
-
-
-
Method Detail
-
copy
protected AbstractUGraphicHorizontalLine copy(UGraphic ug)
- Specified by:
copy
in classAbstractUGraphicHorizontalLine
-
drawHline
protected void drawHline(UGraphic ug, UHorizontalLine line, UTranslate translate)
- Specified by:
drawHline
in classAbstractUGraphicHorizontalLine
-
-