Extends
Members
_backdrop :HTMLCanvas
- Source:
- Inherited From:
The canvas element drawing the background.
Has class .aux-backdrop
.
Type:
- HTMLCanvas
_bar :HTMLDivElement
- Source:
- Inherited From:
The DIV element containing the masks
and drawing the background. Has class .aux-bar
.
Type:
- HTMLDivElement
_canvas :HTMLCanvas
- Source:
- Inherited From:
The canvas element drawing the mask.
Has class .aux-mask
.
Type:
- HTMLCanvas
element :HTMLDivElement
- Source:
- Inherited From:
The main DIV container.
Has class .aux-levelmeter
.
Type:
- HTMLDivElement
label :Label
- Source:
- Inherited From:
The Label displaying the title.
Has class .aux-label
.
Type:
scale :Scale
- Source:
- Inherited From:
The Scale of the meter.
Type:
value :Label
- Source:
- Inherited From:
The Label displaying the value.
Type:
Methods
resetAll()
- Source:
- Inherited From:
Resets all hold features.
Fires:
- LevelMeter#event:resetvalue
- LevelMeter#event:resetclip
- LevelMeter#event:resettop
- LevelMeter#event:resetbottom
resetBottom()
- Source:
- Inherited From:
Resets the bottom hold.
Fires:
resetClip()
- Source:
- Inherited From:
Resets the clipping LED.
Fires:
resetTop()
- Source:
- Inherited From:
Resets the top hold.
Fires:
resetValue()
- Source:
- Inherited From:
Resets the value.
Fires:
Events
resetbottom
- Source:
- Inherited From:
Is fired when the bottom hold was reset.
resetclip
- Source:
- Inherited From:
Is fired when the clipping LED was reset.
resettop
- Source:
- Inherited From:
Is fired when the top hold was reset.
resetvalue
- Source:
- Inherited From:
Is fired when the value label was reset.