JavaTM Platform
Standard Ed. 6

javax.sound.sampled
클래스 CompoundControl

java.lang.Object 
  상위를 확장 javax.sound.sampled.Control 
      상위를 확장 javax.sound.sampled.CompoundControl


public abstract class CompoundControl
extends Control

그래픽 이퀄라이저등의 CompoundControl 는, 복수의 관련 프로퍼티을 제어해, 그 각 프로퍼티 자체는 Control 로서 나타내집니다.

도입된 버젼:
1.3

상자의 클래스의 개요
static class CompoundControl.Type
          CompoundControl.Type 내부 클래스의 인스턴스는 복합형의 컨트롤의 종류를 식별합니다.
 
생성자 의 개요
protected CompoundControl (CompoundControl.Type  type, Control [] memberControls)
          지정된 파라미터로, 복합형의 컨트롤 객체를 새롭게 구축합니다.
 
메소드의 개요
 Control [] getMemberControls ()
          복합형의 컨트롤을 구성하는 멤버 컨트롤세트를 되돌립니다.
 String toString ()
          컨트롤의 캐릭터 라인 표현을 제공합니다.
 
클래스 javax.sound.sampled. Control 로부터 상속된 메소드
getType
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait
 

생성자 의 상세

CompoundControl

protected CompoundControl(CompoundControl.Type  type,
                          Control [] memberControls)
지정된 파라미터로, 복합형의 컨트롤 객체를 새롭게 구축합니다.

파라미터:
type - 이 복합형의 컨트롤 객체가 나타내는 컨트롤의 형태
memberControls - 멤버 컨트롤세트
메소드의 상세

getMemberControls

public Control [] getMemberControls()
복합형의 컨트롤을 구성하는 멤버 컨트롤세트를 되돌립니다.

반환값:
멤버 컨트롤세트

toString

public String  toString()
컨트롤의 캐릭터 라인 표현을 제공합니다.

오버라이드(override):
클래스 Control 내의 toString
반환값:
캐릭터 라인 설명

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