JavaTM Platform
Standard Ed. 6

javax.sound.sampled
클래스 EnumControl.Type

java.lang.Object 
  상위를 확장 javax.sound.sampled.Control.Type 
      상위를 확장 javax.sound.sampled.EnumControl.Type
포함되어 있는 클래스:
EnumControl


public static class EnumControl.Type
extends Control.Type

EnumControl.Type 내부 클래스의 인스턴스는, 열거된 컨트롤의 종류를 식별합니다. 정적 인스턴스는 공통 타입에 대해서 제공됩니다.

도입된 버젼:
1.3
관련 항목:
EnumControl

필드의 개요
static EnumControl.Type REVERB
          일련의 가능 리바브 설정의 컨트롤을 나타냅니다.
 
생성자 의 개요
protected EnumControl.Type (String  name)
          열거된 컨트롤 타입을 새롭게 구축합니다.
 
메소드의 개요
 
클래스 javax.sound.sampled. Control.Type 로부터 상속된 메소드
equals , hashCode , toString
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , finalize , getClass , notify , notifyAll , wait , wait , wait
 

필드의 상세

REVERB

public static final EnumControl.Type  REVERB
일련의 가능 리바브 설정의 컨트롤을 나타냅니다. 각 리바브 설정은 ReverbType 클래스의 인스턴스에 의해 설명됩니다. 이러한 설정을 사용하려면 , 열거된 컨트롤 타입 REVERBEnumControl.getValues() 를 호출합니다.

생성자 의 상세

EnumControl.Type

protected EnumControl.Type(String  name)
열거된 컨트롤 타입을 새롭게 구축합니다.

파라미터:
name - 신규의 열거된 컨트롤 타입의 이름

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