org.oddjob.images
Class ImageIconStable.ImageIconData

java.lang.Object
  extended by org.oddjob.images.ImageIconStable.ImageIconData
All Implemented Interfaces:
Serializable
Enclosing class:
ImageIconStable

public static class ImageIconStable.ImageIconData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ImageIconStable.ImageIconData(int width, int height, int[] pixels, String description)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIconStable.ImageIconData

public ImageIconStable.ImageIconData(int width,
                                     int height,
                                     int[] pixels,
                                     String description)