net.sourceforge.plantuml.ugraphic
Class AbstractUGraphic<O>
java.lang.Object
net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
net.sourceforge.plantuml.ugraphic.AbstractUGraphic<O>
- All Implemented Interfaces:
- UGraphic
- Direct Known Subclasses:
- UGraphicEps, UGraphicG2d, UGraphicHtml5, UGraphicSvg
public abstract class AbstractUGraphic<O>
- extends AbstractCommonUGraphic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractUGraphic
public AbstractUGraphic(ColorMapper colorMapper,
O g2d)
getGraphicObject
protected final O getGraphicObject()
manageHiddenAutomatically
protected boolean manageHiddenAutomatically()
registerDriver
protected final void registerDriver(Class<? extends UShape> cl,
UDriver<O> driver)
draw
public final void draw(double x,
double y,
UShape shape)
beforeDraw
protected void beforeDraw()
afterDraw
protected void afterDraw()
createGroup
public UGroup createGroup()
Copyright © 2012. All Rights Reserved.