public class CheckThreadViolationRepaintManager
extends javax.swing.RepaintManager
Constructor and Description |
---|
CheckThreadViolationRepaintManager() |
Modifier and Type | Method and Description |
---|---|
void |
addDirtyRegion(javax.swing.JComponent component,
int x,
int y,
int w,
int h) |
void |
addInvalidComponent(javax.swing.JComponent component) |
boolean |
isCompleteCheck() |
void |
setCompleteCheck(boolean completeCheck) |
addDirtyRegion, addDirtyRegion, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, markCompletelyDirty, paintDirtyRegions, removeInvalidComponent, setCurrentManager, setDoubleBufferingEnabled, setDoubleBufferMaximumSize, toString, validateInvalidComponents
public boolean isCompleteCheck()
public void setCompleteCheck(boolean completeCheck)
public void addInvalidComponent(javax.swing.JComponent component)
addInvalidComponent
in class javax.swing.RepaintManager
public void addDirtyRegion(javax.swing.JComponent component, int x, int y, int w, int h)
addDirtyRegion
in class javax.swing.RepaintManager