java.awt
Class GraphicsCallback

java.lang.Object
  extended bysun.awt.SunGraphicsCallback
      extended byjava.awt.GraphicsCallback
Direct Known Subclasses:
GraphicsCallback.PaintAllCallback, GraphicsCallback.PaintCallback, GraphicsCallback.PaintHeavyweightComponentsCallback, GraphicsCallback.PeerPaintCallback, GraphicsCallback.PeerPrintCallback, GraphicsCallback.PrintAllCallback, GraphicsCallback.PrintCallback, GraphicsCallback.PrintHeavyweightComponentsCallback

abstract class GraphicsCallback
extends sun.awt.SunGraphicsCallback


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
 
Fields inherited from class sun.awt.SunGraphicsCallback
HEAVYWEIGHTS, LIGHTWEIGHTS, TWO_PASSES
 
Constructor Summary
(package private) GraphicsCallback()
           
 
Methods inherited from class sun.awt.SunGraphicsCallback
constrainGraphics, run, runComponents, runOneComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsCallback

GraphicsCallback()