Package ghidra.docking.util.painting
Class GRepaintManager
- java.lang.Object
-
- javax.swing.RepaintManager
-
- ghidra.docking.util.painting.GRepaintManager
-
public class GRepaintManager extends javax.swing.RepaintManager
A repaint manager that can be plugged-in to Java'sRepaintManager
in order to change how we paint colors.- See Also:
Graphics2D
-
-
Constructor Summary
Constructors Constructor Description GRepaintManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Image
getVolatileOffscreenBuffer(java.awt.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
-
-