Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Package java.awt.color

Class Summary
ColorSpace This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.
ICC_ColorSpace An implementation of the abstract ColorSpace class.
ICC_Profile A representation of color profile data for device independent and device dependent color spaces based on the ICC Profile Format Specification, Version 3.4, August 15, 1997, from the International Color Consortium (see http://www.color.org).
ICC_ProfileGray A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is TYPE_GRAY, the PCS is the CIEXYZ space defined by the ICC specification, and the profile includes the grayTRCTag and mediaWhitePointTag tags.
ICC_ProfileRGB A subclass of the ICC_Profile class which represents profiles which meet the following criteria: the color space type of the profile is RGB, the PCS is the CIEXYZ space defined by the ICC specification, and the profile includes the redColorantTag, greenColorantTag, blueColorantTag, redTRCTag, greenTRCTag, blueTRCTag, and mediaWhitePointTag tags.
 

Exception Summary
CMMException This exception is thrown if the native CMM returns an error.
ProfileDataException This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
 


Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.