パッケージ | 説明 |
---|---|
java.awt.color |
カラー・スペースのクラスを提供します。
|
java.awt.image |
イメージを作成および修正するためのクラスを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
ICC_ProfileGray
ICC_Profileクラスのサブクラスの1つです。カラー・スペースの型がTYPE_GRAYで、grayTRCTagタグとmediaWhitePointTagタグを含むプロファイルを表します。
|
class |
ICC_ProfileRGB
ICC_ProfileRGBクラスは、ICC_Profileクラスのサブクラスの1つで、プロファイルのカラー・スペース・タイプがRGBであるプロファイルを表します。プロファイルには
redColorantTag 、greenColorantTag 、blueColorantTag 、redTRCTag 、greenTRCTag 、blueTRCTag 、およびmediaWhitePointTag タグが含まれています。これらの条件が満たされている場合、ICC_Profile getInstance メソッドはICC_ProfileRGB オブジェクトを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
static ICC_Profile |
ICC_Profile.getInstance(byte[] data)
バイト配列のデータに対応するICC_Profileオブジェクトを構築します。
|
static ICC_Profile |
ICC_Profile.getInstance(InputStream s)
InputStreamのデータと対応する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を構築します。
|
ICC_Profile |
ICC_ColorSpace.getProfile()
このICC_ColorSpaceのICC_Profileを返します。
|
コンストラクタと説明 |
---|
ICC_ColorSpace(ICC_Profile profile)
ICC_Profileオブジェクトから新しいICC_ColorSpaceを構築します。
|
修飾子と型 | メソッドと説明 |
---|---|
ICC_Profile[] |
ColorConvertOp.getICC_Profiles()
このColorConvertOpを構築するために使用されるICC_Profileの配列を返します。
|
コンストラクタと説明 |
---|
ColorConvertOp(ICC_Profile[] profiles, RenderingHints hints)
ICC_Profileの配列から新しいColorConvertOpを構築します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.