org.noos.xing.mydoggy.plaf.ui.translucent
Class TranslucentRepaintManager

java.lang.Object
  extended by javax.swing.RepaintManager
      extended by org.noos.xing.mydoggy.plaf.ui.translucent.TranslucentRepaintManager

public class TranslucentRepaintManager
extends RepaintManager


Constructor Summary
TranslucentRepaintManager()
           
 
Method Summary
 void addDirtyRegion(JComponent c, int x, int y, int w, int h)
           
 
Methods inherited from class javax.swing.RepaintManager
addDirtyRegion, addDirtyRegion, addInvalidComponent, currentManager, currentManager, getDirtyRegion, getDoubleBufferMaximumSize, getOffscreenBuffer, getVolatileOffscreenBuffer, 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

TranslucentRepaintManager

public TranslucentRepaintManager()
Method Detail

addDirtyRegion

public void addDirtyRegion(JComponent c,
                           int x,
                           int y,
                           int w,
                           int h)
Overrides:
addDirtyRegion in class RepaintManager


Copyright © 2012. All Rights Reserved.