Uses of Enum Class
ca.corbett.extras.audio.AudioWaveformPanel.ControlSize
Packages that use AudioWaveformPanel.ControlSize
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of AudioWaveformPanel.ControlSize in ca.corbett.extras.audio
Methods in ca.corbett.extras.audio that return AudioWaveformPanel.ControlSizeModifier and TypeMethodDescriptionAudioWaveformPanel.getControlPanelSize()Returns the current control panel size, as one of the ControlPanelSize enum values.WaveformPanelFormField.getControlSize()Returns the enum constant of this class with the specified name.static AudioWaveformPanel.ControlSize[]AudioWaveformPanel.ControlSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras.audio that return types with arguments of type AudioWaveformPanel.ControlSizeModifier and TypeMethodDescriptionMethods in ca.corbett.extras.audio with parameters of type AudioWaveformPanel.ControlSizeModifier and TypeMethodDescriptionvoidAudioWaveformPanel.setControlPanelSize(AudioWaveformPanel.ControlSize size) Sets the size of the control panel, using one of the ControlPanelSize enum values: XSMALL SMALL NORMAL LARGE XLARGE These values are interpolated internally.WaveformPanelFormField.setControlSize(AudioWaveformPanel.ControlSize controlSize)