JavaTM Platform
Standard Ed. 6

클래스
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
          ICC_Profile 클래스의 서브 클래스의 1 개입니다.
 class ICC_ProfileRGB
          ICC_ProfileRGB 클래스는, ICC_Profile 클래스의 서브 클래스의 1 개로, 다음의 조건을 채우는 프로파일을 나타냅니다.
 

ICC_Profile 를 돌려주는 java.awt.color 의 메소드
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_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_Profile 의 배열을 돌려줍니다.
 

ICC_Profile 형의 파라미터를 가지는 java.awt.image 의 생성자
ColorConvertOp (ICC_Profile [] profiles, RenderingHints  hints)
          ICC_Profile 의 배열로부터 새로운 ColorConvertOp 를 구축합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.