Example usage for Java javax.swing RepaintManager fields, constructors, methods, implement or subclass
The text is from its open source code.
RepaintManager() Create a new RepaintManager instance. |
RepaintManager | currentManager(Component c) Return the RepaintManager for the calling thread given a Component. |
RepaintManager | currentManager(AppContext appContext) Returns the RepaintManager for the specified AppContext. |
RepaintManager | currentManager(JComponent c) Return the RepaintManager for the calling thread given a JComponent. |
boolean | isDoubleBufferingEnabled() Returns true if this RepaintManager is double buffered. |
void | setCurrentManager(RepaintManager aRepaintManager) Set the RepaintManager that should be used for the calling thread. |
void | setDoubleBufferingEnabled(boolean aFlag) Enables or disables double buffering in this RepaintManager. |