API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. BooleanControl.Type View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.16, 05/11/17
Serial
Hierarchy
 Object
      Control.Type
          BooleanControl.Type
Implements
Subclasses
Description
publicstatic class BooleanControl.Type
  An instance of the BooleanControl.Type class identifies one kind of boolean control.
See also:   
Constructors
protected BooleanControl.Type (String name)
  Constructs a new boolean control type.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj) [Inherited From Control.Type]
Finalizes the equals method
publicfinal int hashCode () [Inherited From Control.Type]
Finalizes the hashCode method
publicfinal String toString () [Inherited From Control.Type]
  Provides the String representation of the control type.
Fields
Hide/Show inherited fields
publicfinalstatic Type APPLY_REVERB
  Represents a control for whether reverberation is applied to a line.
publicfinalstatic Type MUTE
  Represents a control for the mute status of a line.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar