|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.RepaintManager
org.pbjar.jxlayer.plaf.ext.TransformUI.TransformRepaintManager
protected static class TransformUI.TransformRepaintManager
A delegate RepaintManager that can be set on the view of a
JXLayer in Java versions starting with Java 6u10.
For older Java versions,
RepaintManager.setCurrentManager(RepaintManager) will be used
with either TransformRPMFallBack or TransformRPMSwingX.
| Method Summary | |
|---|---|
void |
addDirtyRegion(JComponent aComponent,
int x,
int y,
int w,
int h)
Finds the JXLayer ancestor and have the ancestor marked as dirty with the transformed rectangle via the current RepaintManager. |
void |
addInvalidComponent(JComponent invalidComponent)
Finds the JXLayer ancestor and have ancestor marked invalid via the current RepaintManager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void addDirtyRegion(JComponent aComponent,
int x,
int y,
int w,
int h)
RepaintManager.
addDirtyRegion in class RepaintManagerpublic void addInvalidComponent(JComponent invalidComponent)
RepaintManager.
addInvalidComponent in class RepaintManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||