Generated by
JDiff

Class java.awt.image.IndexColorModel

Added Constructors
IndexColorModel(int, int, int[], int, int, BigInteger) Constructs an IndexColorModel from an int array where each int is comprised of red green blue and alpha components in the default RGB color model format.
 

Added Methods
BigInteger getValidPixels() Returns a BigInteger that indicates the valid/invalid pixels in the colormap.
boolean isValid() Returns whether or not all of the pixels are valid.
boolean isValid(int) Returns whether or not the pixel is valid.
 

Changed Methods
Object getDataElements(int, Object) Changed from non-synchronized to synchronized. Returns a data element array representation of a pixel in this ColorModel given an integer pixel representation in the default RGB color model.