java.awt
Class GraphicsCallback.PrintHeavyweightComponentsCallback

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

static final class GraphicsCallback.PrintHeavyweightComponentsCallback
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.PrintHeavyweightComponentsCallback instance
           
 
Fields inherited from class sun.awt.SunGraphicsCallback
HEAVYWEIGHTS, LIGHTWEIGHTS, TWO_PASSES
 
Constructor Summary
private GraphicsCallback.PrintHeavyweightComponentsCallback()
           
 
Method Summary
(package private) static GraphicsCallback.PrintHeavyweightComponentsCallback 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.PrintHeavyweightComponentsCallback instance
Constructor Detail

GraphicsCallback.PrintHeavyweightComponentsCallback

private GraphicsCallback.PrintHeavyweightComponentsCallback()
Method Detail

run

public void run(Component comp,
                Graphics cg)

getInstance

static GraphicsCallback.PrintHeavyweightComponentsCallback getInstance()