Package ghidra.docking.util.painting
Class GRepaintManager
- java.lang.Object
 - 
- javax.swing.RepaintManager
 - 
- ghidra.docking.util.painting.GRepaintManager
 
 
 
- 
public class GRepaintManager extends javax.swing.RepaintManagerA repaint manager that can be plugged-in to Java'sRepaintManagerin 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.ImagegetVolatileOffscreenBuffer(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 
 - 
 
 -