org.xith3d.ui.swingui
Class UIRepaintManager

java.lang.Object
  extended by javax.swing.RepaintManager
      extended by org.xith3d.ui.swingui.UIRepaintManager

public class UIRepaintManager
extends javax.swing.RepaintManager

Insert package comments here

Originally Coded by David Yazel on Oct 4, 2003 at 2:35:40 PM.


Constructor Summary
UIRepaintManager()
           
 
Method Summary
 void addDirtyRegion(javax.swing.JComponent aComponent, int x, int y, int w, int h)
           
 void clear()
           
 UIDirtyRegion getUIDirtyRegion(javax.swing.JComponent c)
           
 boolean isDirty()
           
 void markCompletelyDirty(javax.swing.JComponent aComponent)
           
 void paintDirtyRegions()
           
 void removeUIDirtyRegion(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.RepaintManager
addDirtyRegion, addDirtyRegion, addInvalidComponent, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, removeInvalidComponent, setCurrentManager, setDoubleBufferingEnabled, setDoubleBufferMaximumSize, toString, validateInvalidComponents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIRepaintManager

public UIRepaintManager()
Method Detail

markCompletelyDirty

public void markCompletelyDirty(javax.swing.JComponent aComponent)
Overrides:
markCompletelyDirty in class javax.swing.RepaintManager

paintDirtyRegions

public void paintDirtyRegions()
Overrides:
paintDirtyRegions in class javax.swing.RepaintManager

removeUIDirtyRegion

public void removeUIDirtyRegion(javax.swing.JComponent c)

isDirty

public boolean isDirty()

clear

public void clear()

getUIDirtyRegion

public UIDirtyRegion getUIDirtyRegion(javax.swing.JComponent c)

addDirtyRegion

public void addDirtyRegion(javax.swing.JComponent aComponent,
                           int x,
                           int y,
                           int w,
                           int h)
Overrides:
addDirtyRegion in class javax.swing.RepaintManager