站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

Java 2D API: 6 - - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档

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-2001 Sun Microsystems, Inc. All Rights Reserved.