CONTENTS | PREV | NEXT Java 2D API


6.1 Classes

Class
Description
ColorSpace Identifies the color space of a Color object, Image, BufferedImage, or GraphicsDevice. Has methods to transform between RGB and CIEXYZ color spaces.
ICC_ColorSpace

Extends: ColorSpace

Represents device-independent and device-dependent color spaces based on the ICC Profile Format Specification.

ICC_Profile A representation of color profile data for device independent and device dependent color spaces based on the ICC Profile Format Specification.
ICC_ProfileGray

Extends: ICC_Profile

A representation of color space type gray.

ICC_ProfileRGB

Extends: ICC_Profile

A representation of color space type RGB.

 



CONTENTS | PREV | NEXT
Copyright ©1997-1999 Sun Microsystems, Inc. All Rights Reserved.