JavaTM Platform
Standard Ed. 6

클래스
java.awt.AlphaComposite 의 사용

AlphaComposite 를 사용하고 있는 패키지
java.awt 사용자 인터페이스의 작성 및 그래픽스와 이미지의 페인트용의 모든 클래스를 포함합니다.  
 

java.awt 에서의 AlphaComposite 의 사용
 

AlphaComposite 로서 선언되고 있는 java.awt 의 필드
static AlphaComposite AlphaComposite. Clear
          1. 0f 의 알파를 가지는, 불투명의 CLEAR 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. Dst
          1. 0f 의 알파를 가지는, 불투명의 DST 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. DstAtop
          1. 0f 의 알파를 가지는, 불투명의 DST_ATOP 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. DstIn
          1. 0f 의 알파를 가지는, 불투명의 DST_IN 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. DstOut
          1. 0f 의 알파를 가지는, 불투명의 DST_OUT 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. DstOver
          1. 0f 의 알파를 가지는, 불투명의 DST_OVER 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. Src
          1. 0f 의 알파를 가지는, 불투명의 SRC 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. SrcAtop
          1. 0f 의 알파를 가지는, 불투명의 SRC_ATOP 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. SrcIn
          1. 0f 의 알파를 가지는, 불투명의 SRC_IN 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. SrcOut
          1. 0f 의 알파를 가지는, 불투명의 SRC_OUT 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. SrcOver
          1. 0f 의 알파를 가지는, 불투명의 SRC_OVER 규칙을 구현하는 AlphaComposite 객체입니다.
static AlphaComposite AlphaComposite. Xor
          1. 0f 의 알파를 가지는, 불투명의 XOR 규칙을 구현하는 AlphaComposite 객체입니다.
 

AlphaComposite 를 돌려주는 java.awt 의 메소드
 AlphaComposite AlphaComposite. derive (float alpha)
          지정된 알파치를 사용하는 유사한 AlphaComposite 객체를 돌려줍니다.
 AlphaComposite AlphaComposite. derive (int rule)
          지정된 합성 규칙을 사용하는 유사한 AlphaComposite 객체를 돌려줍니다.
static AlphaComposite AlphaComposite. getInstance (int rule)
          지정된 규칙을 사용해 AlphaComposite 객체를 생성합니다.
static AlphaComposite AlphaComposite. getInstance (int rule, float alpha)
          지정된 규칙과 전송원의 알파에 거는 정수 알파를 사용해 AlphaComposite 객체를 생성합니다.
 


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 도 참조해 주세요.