|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.sound.sampled.Control.Type javax.sound.sampled.BooleanControl.Type
public static class BooleanControl.Type
An instance of the BooleanControl.Type
class identifies one kind of
boolean control. Static instances are provided for the
common types.
Field Summary | |
---|---|
static BooleanControl.Type |
APPLY_REVERB
Represents a control for whether reverberation is applied to a line. |
static BooleanControl.Type |
MUTE
Represents a control for the mute status of a line. |
Constructor Summary | |
---|---|
protected |
BooleanControl.Type(String name)
Constructs a new boolean control type. |
Method Summary |
---|
Methods inherited from class javax.sound.sampled.Control.Type |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BooleanControl.Type MUTE
public static final BooleanControl.Type APPLY_REVERB
Constructor Detail |
---|
protected BooleanControl.Type(String name)
name
- the name of the new boolean control type
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.