gishur.gui2
Class SimpleDrawManager

java.lang.Object
  |
  +--gishur.gui2.DrawAtom
        |
        +--gishur.gui2.DrawManager
              |
              +--gishur.gui2.SimpleDrawManager

public class SimpleDrawManager
extends DrawManager


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

SimpleDrawManager

public SimpleDrawManager()
Method Detail

add

public void add(DrawAtom drw)
Adds the DrawAtom drw as child at the end of the group.
Parameters:
drw - DrawAtom to add

remove

public void remove(DrawAtom drw)
Removes the DrawAtom drw from this group
Parameters:
drw - DrawAtom to remove