java.awt
Class GraphicsCallback.PaintCallback

java.lang.Object
  extended bysun.awt.SunGraphicsCallback
      extended byjava.awt.GraphicsCallback
          extended byjava.awt.GraphicsCallback.PaintCallback
Enclosing class:
GraphicsCallback

static final class GraphicsCallback.PaintCallback
extends GraphicsCallback


Nested Class Summary
(package private) static class GraphicsCallback.PaintAllCallback
           
(package private) static class GraphicsCallback.PaintCallback
           
(package private) static class GraphicsCallback.PaintHeavyweightComponentsCallback
           
(package private) static class GraphicsCallback.PeerPaintCallback
           
(package private) static class GraphicsCallback.PeerPrintCallback
           
(package private) static class GraphicsCallback.PrintAllCallback
           
(package private) static class GraphicsCallback.PrintCallback
           
(package private) static class GraphicsCallback.PrintHeavyweightComponentsCallback
           
 
Field Summary
private static GraphicsCallback.PaintCallback instance
           
 
Fields inherited from class sun.awt.SunGraphicsCallback
HEAVYWEIGHTS, LIGHTWEIGHTS, TWO_PASSES
 
Constructor Summary
private GraphicsCallback.PaintCallback()
           
 
Method Summary
(package private) static GraphicsCallback.PaintCallback getInstance()
           
 void run(Component comp, Graphics cg)
           
 
Methods inherited from class sun.awt.SunGraphicsCallback
constrainGraphics, runComponents, runOneComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static GraphicsCallback.PaintCallback instance
Constructor Detail

GraphicsCallback.PaintCallback

private GraphicsCallback.PaintCallback()
Method Detail

run

public void run(Component comp,
                Graphics cg)

getInstance

static GraphicsCallback.PaintCallback getInstance()