Package Summary  Overview Summary

class:Control [NONE]

constructor:<init>(javax.sound.sampled.Control.Type) [NONE]

  • Control

    protected Control​(Control.Type type)
    Constructs a control with the specified type.
    Parameters:
    type - the kind of control desired

method:getType() [NONE]

  • getType

    public Control.Type getType()
    Obtains the control's type.
    Returns:
    the control's type

method:toString() [NONE]

  • toString

    public String toString()
    Obtains a string describing the control type and its current state.
    Overrides:
    toString in class Object
    Returns:
    a string representation of the control

© 2019 Oracle Corporation and/or its affiliates