org.xith3d.ui.swingui
Class UIRepaintManager
java.lang.Object
javax.swing.RepaintManager
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.
| 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 |
UIRepaintManager
public UIRepaintManager()
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