|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gishur.gui2.DrawAtom | +--gishur.gui2.DrawManager | +--gishur.gui2.SimpleDrawManager
Fields inherited from class gishur.gui2.DrawAtom |
BLOCK_REPAINT, MARK_RECALC, MARK_REPAINT, MARK_SIZE, REPAINT, UNBLOCK_REPAINT, USER_STATES_FIRST, USER_STATES_MASK |
Constructor Summary | |
SimpleDrawManager()
|
Method Summary | |
void |
add(DrawAtom drw)
Adds the DrawAtom drw as child at the end
of the group. |
void |
remove(DrawAtom drw)
Removes the DrawAtom drw from this group |
Methods inherited from class gishur.gui2.DrawManager |
dispatchEvent, displayManager, draw, drawComponent, processMessage, recalculate |
Methods inherited from class gishur.gui2.DrawAtom |
addProperties, collectHits, getBounds, getLocalProperty, getProperty, getProperty, getRequiredProperty, locate, prepeareRenderContext, preprocessEvent, properties, removeProperty, sendEvent, sendMessage, setBounds, setPropertiesTo, setProperty, setProperty, setProperty, setProperty, toString, toString, toStringDetail, toTreeString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SimpleDrawManager()
Method Detail |
public void add(DrawAtom drw)
drw
as child at the end
of the group.drw
- DrawAtom to addpublic void remove(DrawAtom drw)
drw
- DrawAtom to remove
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |