Package org.jdesktop.swingx
Class RepaintManagerX
- java.lang.Object
-
- javax.swing.RepaintManager
-
- org.jdesktop.swingx.RepaintManagerX
-
public class RepaintManagerX extends javax.swing.RepaintManagerAn implementation of
RepaintManagerwhich adds support for transparency inJXPanels.JXPanel(which supports translucency) will replace the current RepaintManager with an instance of RepaintManagerX unless the current RepaintManager is tagged by theTranslucentRepaintManagerannotation.
-
-
Constructor Summary
Constructors Constructor Description RepaintManagerX()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDirtyRegion(javax.swing.JComponent c, int x, int y, int w, int h)-
Methods inherited from class javax.swing.RepaintManager
addDirtyRegion, addDirtyRegion, addInvalidComponent, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, markCompletelyDirty, paintDirtyRegions, removeInvalidComponent, setCurrentManager, setDoubleBufferingEnabled, setDoubleBufferMaximumSize, toString, validateInvalidComponents
-
-