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 protected
AbstractUGraphicHorizontalLine(UGraphic ug)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
protected abstract AbstractUGraphicHorizontalLine
copy(UGraphic ug)
void
draw(UShape shape)
protected abstract void
drawHline(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:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-
-