|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.RepaintManager jpicedt.ui.util.DebugRepaintManager
public class DebugRepaintManager
A RepaintManager that may used for debugging purpose
Print out information about adding and/or painting dirty regions
How to use it :
- Set DEBUG_PAINTING to TRUE in JPicEdt.java
- launch jpicedt with "-redir=standard"
Constructor Summary | |
---|---|
DebugRepaintManager()
creates a new DebugRepaintManager with double-buffering turned off |
Method Summary | |
---|---|
void |
addDirtyRegion(JComponent c,
int x,
int y,
int w,
int h)
Add a component in the list of components that should be refreshed. |
void |
paintDirtyRegions()
Paint all of the components that have been marked dirty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DebugRepaintManager()
Method Detail |
---|
public void addDirtyRegion(JComponent c, int x, int y, int w, int h)
addDirtyRegion
in class RepaintManager
public void paintDirtyRegions()
paintDirtyRegions
in class RepaintManager
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |