|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요 : 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.sound.sampled.Control
javax.sound.sampled.CompoundControl
public abstract class CompoundControl
그래픽 이퀄라이저등의 CompoundControl
는, 복수의 관련 프로퍼티을 제어해, 그 각 프로퍼티 자체는 Control
로서 나타내집니다.
상자의 클래스의 개요 | |
---|---|
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 |
생성자 의 상세 |
---|
protected CompoundControl(CompoundControl.Type type, Control [] memberControls)
type
- 이 복합형의 컨트롤 객체가 나타내는 컨트롤의 형태memberControls
- 멤버 컨트롤세트메소드의 상세 |
---|
public Control [] getMemberControls()
public String toString()
Control
내의 toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요 : 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.