|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.sampled.Control
public abstract class Control
A control provides the ability to affect some attribute of a line, for instance its volume.
Nested Class Summary | |
---|---|
static class |
Control.Type
This describes a single control. |
Constructor Summary | |
---|---|
protected |
Control(Control.Type type)
Create a new Control given its Type. |
Method Summary | |
---|---|
Control.Type |
getType()
Return the Type of this Control. |
String |
toString()
Return a String descrsibing this control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Control(Control.Type type)
type
- the typeMethod Detail |
---|
public Control.Type getType()
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |