Class AbstractUGraphicHorizontalLine
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphicHorizontalLine
-
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
UGraphicStencil
public abstract class AbstractUGraphicHorizontalLine extends UGraphicDelegator
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractUGraphicHorizontalLine(UGraphic ug)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)protected abstract AbstractUGraphicHorizontalLinecopy(UGraphic ug)voiddraw(UShape shape)protected abstract voiddrawHline(UGraphic ug, UHorizontalLine line, UTranslate translate)-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, toString, writeToStream
-
-
-
-
Constructor Detail
-
AbstractUGraphicHorizontalLine
protected AbstractUGraphicHorizontalLine(UGraphic ug)
-
-
Method Detail
-
copy
protected abstract AbstractUGraphicHorizontalLine copy(UGraphic ug)
-
drawHline
protected abstract void drawHline(UGraphic ug, UHorizontalLine line, UTranslate translate)
-
draw
public void draw(UShape shape)
- Specified by:
drawin interfaceUGraphic- Overrides:
drawin classUGraphicDelegator
-
-