javax.swing.plaf.metal
Class MetalIconFactory.ImageCacher.ImageGcPair

java.lang.Object
  extended byjavax.swing.plaf.metal.MetalIconFactory.ImageCacher.ImageGcPair
Enclosing class:
MetalIconFactory.ImageCacher

class MetalIconFactory.ImageCacher.ImageGcPair
extends Object


Field Summary
(package private)  GraphicsConfiguration gc
           
(package private)  Image image
           
 
Constructor Summary
(package private) MetalIconFactory.ImageCacher.ImageGcPair(Image image, GraphicsConfiguration gc)
           
 
Method Summary
(package private)  boolean hasSameConfiguration(GraphicsConfiguration newGC)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

Image image

gc

GraphicsConfiguration gc
Constructor Detail

MetalIconFactory.ImageCacher.ImageGcPair

MetalIconFactory.ImageCacher.ImageGcPair(Image image,
                                         GraphicsConfiguration gc)
Method Detail

hasSameConfiguration

boolean hasSameConfiguration(GraphicsConfiguration newGC)