Java javax.swing RepaintManager fields, constructors, methods, implement or subclass

Example usage for Java javax.swing RepaintManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing RepaintManager.

The text is from its open source code.

Subclass

javax.swing.RepaintManager has subclasses.
Click this link to see all its subclasses.

Constructor

RepaintManager()
Create a new RepaintManager instance.

Method

RepaintManagercurrentManager(Component c)
Return the RepaintManager for the calling thread given a Component.
RepaintManagercurrentManager(AppContext appContext)
Returns the RepaintManager for the specified AppContext.
RepaintManagercurrentManager(JComponent c)
Return the RepaintManager for the calling thread given a JComponent.
booleanisDoubleBufferingEnabled()
Returns true if this RepaintManager is double buffered.
voidsetCurrentManager(RepaintManager aRepaintManager)
Set the RepaintManager that should be used for the calling thread.
voidsetDoubleBufferingEnabled(boolean aFlag)
Enables or disables double buffering in this RepaintManager.