net.sourceforge.plantuml.ugraphic
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUGraphicHorizontalLine
protected AbstractUGraphicHorizontalLine(UGraphic ug)
apply
public UGraphic apply(UChange change)
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 interface UGraphic
- Overrides:
draw
in class UGraphicDelegator
writeImage
public void writeImage(OutputStream os,
String metadata,
int dpi)
throws IOException
- Specified by:
writeImage
in interface UGraphic
- Overrides:
writeImage
in class UGraphicDelegator
- Throws:
IOException
Copyright © 2014. All Rights Reserved.