|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.RepaintManager
org.jdesktop.swingx.RepaintManagerX
public class RepaintManagerX
This repaint manager is used by Swingx for translucency. The default implementation of JXPanel (which supports translucency) will replace the current RepaintManager with a RepaintManagerX *unless* the current RepaintManager is tagged by the "TranslucentRepaintManager" interface.
TODO: Add this to the main documentation (make it visible) so that people don't bump into it accidently and spend time debugging
Constructor Summary | |
---|---|
RepaintManagerX()
|
Method Summary | |
---|---|
void |
addDirtyRegion(javax.swing.JComponent c,
int x,
int y,
int w,
int h)
|
Methods inherited from class javax.swing.RepaintManager |
---|
addInvalidComponent, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, markCompletelyDirty, paintDirtyRegions, 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 |
---|
public RepaintManagerX()
Method Detail |
---|
public void addDirtyRegion(javax.swing.JComponent c, int x, int y, int w, int h)
addDirtyRegion
in class javax.swing.RepaintManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |