public abstract class AbstractUGraphic<O> extends AbstractCommonUGraphic
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractUGraphic(AbstractUGraphic<O> other) |
|
AbstractUGraphic(ColorMapper colorMapper,
O graphic) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterDraw() |
protected void |
beforeDraw() |
void |
draw(UShape shape) |
protected void |
drawComment(UComment shape) |
protected O |
getGraphicObject() |
protected boolean |
manageHiddenAutomatically() |
protected void |
registerDriver(Class<? extends UShape> cl,
UDriver<O> driver) |
apply, copyUGraphic, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, matchesPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseAction, getStringBounder, startUrlpublic AbstractUGraphic(ColorMapper colorMapper, O graphic)
protected AbstractUGraphic(AbstractUGraphic<O> other)
protected final O getGraphicObject()
protected boolean manageHiddenAutomatically()
public final void draw(UShape shape)
protected void drawComment(UComment shape)
protected void beforeDraw()
protected void afterDraw()
Copyright © 2017. All rights reserved.