com.sun.jimi.core.util
Class StampImage

java.lang.Object
  |
  +--com.sun.jimi.core.util.StampImage

public class StampImage
extends java.lang.Object

Class holding image data for the image used to "stamp" new JimiImages in trial versions of Jimi.


Field Summary
static byte[] bytePixels
           
static int height
           
static byte[] packedPixels
           
static int[] palette
           
static int[] pixels
           
static int width
           
 
Constructor Summary
StampImage()
           
 
Method Summary
static IntRasterImage getRasterImage()
           
static byte[] mapPalette(java.awt.image.IndexColorModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public static final int width

height

public static final int height

pixels

public static final int[] pixels

packedPixels

public static byte[] packedPixels

palette

public static int[] palette

bytePixels

public static byte[] bytePixels
Constructor Detail

StampImage

public StampImage()
Method Detail

getRasterImage

public static IntRasterImage getRasterImage()

mapPalette

public static byte[] mapPalette(java.awt.image.IndexColorModel model)