Java プラットフォーム 1.2

クラス
java.awt.color.ICC_Profile の使用

ICC_Profile を使用するパッケージ
java.awt.color カラースペースのクラスを提供します。 
java.awt.image イメージの作成や変更を行うクラスを提供します。 
 

java.awt.color における ICC_Profile の使用方法
 

java.awt.color における ICC_Profile のサブクラス
 class ICC_ProfileGray
          「プロファイルのカラースペースタイプが TYPE_GRAY」および「プロファイルに grayTRCTag および mediaWhitePointTag タグがある」という 2 つの基準を満たすプロファイルを表す ICC_Profile クラスのサブクラスです。
 class ICC_ProfileRGB
          「プロファイルのカラースペースタイプが RGB」および「プロファイルに redColorantTag、greenColorantTag、blueColorantTag、redTRCTag、greenTRCTag、blueTRCTag、および mediaWhitePointTag タグがある」という 2 つの基準を満たすプロファイルを表す ICC_Profile クラスのサブクラスです。
 

ICC_Profile を返す java.awt.color におけるメソッド
static ICC_Profile ICC_Profile.getInstance(byte[] data)
          byte 配列のデータに対応する ICC_Profile オブジェクトを構築します。
static ICC_Profile ICC_Profile.getInstance(int cspace)
          ColorSpace クラスで定義されている特定のカラースペース (CS_sRGB など) の 1 つに対応する ICC_Profile を構築します。
static ICC_Profile ICC_Profile.getInstance(String fileName)
          ファイルのデータと対応する ICC_Profile を構築します。
static ICC_Profile ICC_Profile.getInstance(InputStream s)
          InputStream のデータと対応する ICC_Profile を構築します。
 ICC_Profile ICC_ColorSpace.getProfile()
          この ICC_ColorSpace の ICC_Profile を返します。
 

ICC_Profile のパラメータを持つ java.awt.color におけるコンストラクタ
ICC_ColorSpace.ICC_ColorSpace(ICC_Profile profile)
          ICC_Profile オブジェクトから新しい ICC_ColorSpace を構築します。
 

java.awt.image における ICC_Profile の使用方法
 

ICC_Profile を返す java.awt.image におけるメソッド
 ICC_Profile[] ColorConvertOp.getICC_Profiles()
          この ColorConvertOp を構築するために使用される ICC_Profile の配列を返します。
 

ICC_Profile のパラメータを持つ java.awt.image におけるコンストラクタ
ColorConvertOp.ColorConvertOp(ICC_Profile[] profiles, RenderingHints hints)
          ICC_Profile の配列から新しい ColorConvertOp を構築します。
 


Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.