Uses of Enum Class
ca.corbett.extras.audio.AudioWaveformPanel.ControlPosition
Packages that use AudioWaveformPanel.ControlPosition
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of AudioWaveformPanel.ControlPosition in ca.corbett.extras.audio
Methods in ca.corbett.extras.audio that return AudioWaveformPanel.ControlPositionModifier and TypeMethodDescriptionAudioWaveformPanel.getControlPanelPosition()Returns the current control panel position.WaveformPanelFormField.getControlPosition()Returns the enum constant of this class with the specified name.static AudioWaveformPanel.ControlPosition[]AudioWaveformPanel.ControlPosition.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.ControlPositionModifier and TypeMethodDescriptionMethods in ca.corbett.extras.audio with parameters of type AudioWaveformPanel.ControlPositionModifier and TypeMethodDescriptionvoidAudioWaveformPanel.setControlPanelPosition(AudioWaveformPanel.ControlPosition pos) Sets the control panel position using one of the ControlPanelPosition constants: TOP_LEFT: cpanel across the top, controls on the left. TOP_CENTER: cpanel across the top, controls centered horizontally. TOP_RIGHT: cpanel across the top, controls on the right. SIDE_EDGES: cpanel split to left/right edges; playback on left, edit on right. BOTTOM_LEFT: cpanel across the bottom, controls on the left. BOTTOM_CENTER: cpanel across the bottom, controls centered horizontally. BOTTOM_RIGHT: cpanel across the bottom, controls on the right. HIDDEN: Control panel is not shown.WaveformPanelFormField.setControlPosition(AudioWaveformPanel.ControlPosition controlPosition)