Class GRepaintManager


  • public class GRepaintManager
    extends javax.swing.RepaintManager
    A repaint manager that can be plugged-in to Java's RepaintManager 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GRepaintManager

        public GRepaintManager()
    • Method Detail

      • getVolatileOffscreenBuffer

        public java.awt.Image getVolatileOffscreenBuffer​(java.awt.Component c,
                                                         int proposedWidth,
                                                         int proposedHeight)
        Overrides:
        getVolatileOffscreenBuffer in class javax.swing.RepaintManager