|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 ICC_Profile 的軟體套件 | |
---|---|
java.awt.color | 提供用於顏色空間的類別。 |
java.awt.image | 提供創建和修改圖像的各種類別。 |
java.awt.color 中 ICC_Profile 的使用 |
---|
java.awt.color 中 ICC_Profile 的子類別 | |
---|---|
class |
ICC_ProfileGray
ICC_Profile 類別的子類別,表示滿足以下標準的配置檔案:配置檔案的顏色空間型別是 TYPE_GRAY,並且配置檔案包括 grayTRCTag 和 mediaWhitePointTag 標記。 |
class |
ICC_ProfileRGB
ICC_ProfileRGB 類別是 ICC_Profile 類別的子類別,它表示滿足以下標準的配置檔案: 配置檔案的顏色空間型別是 RGB。 |
返回 ICC_Profile 的 java.awt.color 中的方法 | |
---|---|
static ICC_Profile |
ICC_Profile.getInstance(byte[] data)
建構一個與 byte 陣列中的資料相對應的 ICC_Profile 物件。 |
static ICC_Profile |
ICC_Profile.getInstance(InputStream s)
建構一個與 InputStream 中的資料相對應的 ICC_Profile。 |
static ICC_Profile |
ICC_Profile.getInstance(int cspace)
建構一個與 ColorSpace 類別所定義的指定顏色空間之一(如 CS_sRGB)相對應的 ICC_Profile。 |
static ICC_Profile |
ICC_Profile.getInstance(String fileName)
建構一個與檔案中的資料相對應的 ICC_Profile。 |
ICC_Profile |
ICC_ColorSpace.getProfile()
返回此 ICC_ColorSpace 的 ICC_Profile。 |
參數型別為 ICC_Profile 的 java.awt.color 中的建構子 | |
---|---|
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_Profiles 的陣列。 |
參數型別為 ICC_Profile 的 java.awt.image 中的建構子 | |
---|---|
ColorConvertOp(ICC_Profile[] profiles,
RenderingHints hints)
根據 ICC_Profiles 的陣列建構新的 ColorConvertOp。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。