javax.sound.sampled

Class Control

public abstract class Control extends Object

A control provides the ability to affect some attribute of a line, for instance its volume.

Since: 1.3

Nested Class Summary
static classControl.Type
This describes a single control.
Constructor Summary
protected Control(Control.Type type)
Create a new Control given its Type.
Method Summary
Control.TypegetType()
Return the Type of this Control.
StringtoString()
Return a String descrsibing this control.

Constructor Detail

Control

protected Control(Control.Type type)
Create a new Control given its Type.

Parameters: type the type

Method Detail

getType

public Control.Type getType()
Return the Type of this Control.

toString

public String toString()
Return a String descrsibing this control. In particular the value will include the name of the associated Type.