Spec-Zone.ru › OpenJDK 17

Класс CompoundControl

java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.CompoundControl
public abstract class CompoundControl extends Control
A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
Since:
1.3

Краткое описание вложенных классов

Модификатор и тип Класс Описание
static class  CompoundControl.Type
An instance of the CompoundControl.Type inner class identifies one kind of compound control.

Краткое описание конструкторов

CompoundControl(CompoundControl.Type type, Control[] memberControls)
Модификатор Конструктор Описание
protected
Создаёт новый объект составного управления с заданными параметрами.

Краткое описание методов

Модификатор и тип Метод Описание
Control[] getMemberControls()
Возвращает набор контроллеров-членов, составляющих составное управление.
String toString()
Возвращает строковое представление составного управления.

Методы, объявленные в классе javax.sound.sampled.Control

getType

Методы, объявленные в классе java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Подробное описание конструкторов

CompoundControl

protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
Создаёт новый объект составного управления с заданными параметрами.
Parameters:
type - тип управления, представленный этим объектом составного управления
memberControls - набор контроллеров-членов

Подробное описание методов

getMemberControls

public Control[] getMemberControls()
Возвращает набор контроллеров-членов, составляющих составное управление.
Returns:
набор контроллеров-членов

toString

public String toString()
Возвращает строковое представление составного управления.
Overrides:
toString в классе Control
Returns:
строковое представление составного управления

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/sound/sampled/CompoundControl.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API