Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 6 |
|||||||||
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.EnumControl.Type
public static class EnumControl.Type
An instance of the EnumControl.Type
inner class identifies one kind of
enumerated control. Static instances are provided for the
common types.
EnumControl
Field Summary | |
---|---|
static EnumControl.Type |
REVERB
Represents a control over a set of possible reverberation settings. |
Constructor Summary | |
---|---|
protected |
EnumControl.Type(String name)
Constructs a new enumerated 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 EnumControl.Type REVERB
ReverbType
class. (To access these settings,
invoke EnumControl.getValues()
on an
enumerated control of type REVERB
.)
Constructor Detail |
---|
protected EnumControl.Type(String name)
name
- the name of the new enumerated control type
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the