|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
net.sourceforge.plantuml.ugraphic.AbstractUGraphic<O>
public abstract class AbstractUGraphic<O>
Constructor Summary | |
---|---|
AbstractUGraphic(ColorMapper colorMapper,
O g2d)
|
Method Summary | |
---|---|
void |
draw(double x,
double y,
UShape shape)
|
protected O |
getGraphicObject()
|
protected void |
registerDriver(java.lang.Class<? extends UShape> cl,
UDriver<O> driver)
|
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic |
---|
getColorMapper, getParam, getTranslateX, getTranslateY, setTranslate, translate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic |
---|
centerChar, getStringBounder, setAntiAliasing, setClip, setUrl |
Constructor Detail |
---|
public AbstractUGraphic(ColorMapper colorMapper, O g2d)
Method Detail |
---|
protected final O getGraphicObject()
protected final void registerDriver(java.lang.Class<? extends UShape> cl, UDriver<O> driver)
public final void draw(double x, double y, UShape shape)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |