Package ghidra.docking.util.painting
Class GRepaintManager
java.lang.Object
javax.swing.RepaintManager
ghidra.docking.util.painting.GRepaintManager
A repaint manager that can be plugged-in to Java's
RepaintManager
in order to
change how we paint colors.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVolatileOffscreenBuffer
(Component c, int proposedWidth, int proposedHeight) Methods inherited from class javax.swing.RepaintManager
addDirtyRegion, addDirtyRegion, addDirtyRegion, addInvalidComponent, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, isCompletelyDirty, isDoubleBufferingEnabled, markCompletelyClean, markCompletelyDirty, paintDirtyRegions, removeInvalidComponent, setCurrentManager, setDoubleBufferingEnabled, setDoubleBufferMaximumSize, toString, validateInvalidComponents
-
Constructor Details
-
GRepaintManager
public GRepaintManager()
-
-
Method Details
-
getVolatileOffscreenBuffer
- Overrides:
getVolatileOffscreenBuffer
in classRepaintManager
-