|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.RepaintManager
org.jdesktop.swingx.ForwardingRepaintManager
org.pbjar.jxlayer.plaf.ext.transform.TransformRPMSwingX
public class TransformRPMSwingX
A specialized RepaintManager that checks for every JComponent that is
being set dirty, if it has a JXLayer ancestor, equipped with a TransformUI.
In that case, the transformed region on the JXLayer is also marked dirty.
If this class cannot be instantiated because the SwingX packages are not on
the class path, use TransformRPMFallBack
TransformRPMFallBack,
RepaintManagerProvider,
RepaintManagerUtils| Constructor Summary | |
|---|---|
TransformRPMSwingX(RepaintManager delegate)
Sole constructor. |
|
| Method Summary | |
|---|---|
void |
addDirtyRegion(JComponent c,
int x,
int y,
int w,
int h)
Delegates and then marks a JXLayer ancestor as dirty with the transformed rectangle. |
| Methods inherited from class org.jdesktop.swingx.ForwardingRepaintManager |
|---|
addInvalidComponent, getDelegateManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, markCompletelyDirty, paintDirtyRegions, removeInvalidComponent, setDoubleBufferingEnabled, setDoubleBufferMaximumSize, toString, validateInvalidComponents |
| Methods inherited from class javax.swing.RepaintManager |
|---|
addDirtyRegion, addDirtyRegion, currentManager, currentManager, setCurrentManager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransformRPMSwingX(RepaintManager delegate)
delegate - the delegate RepaintManager| Method Detail |
|---|
public void addDirtyRegion(JComponent c,
int x,
int y,
int w,
int h)
addDirtyRegion in class org.jdesktop.swingx.ForwardingRepaintManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||