A ServerMeterView is a modular widget for showing the volume levels of inputs/outputs on the server. ServerMeterView can be embedded inside of your custom graphical user interfaces just like a button or slider.
Get the width in pixels of a ServerMeterView widget with the given number of inputs and outputs
numIns |
number of inputs used to calculate the width |
numOuts |
number of outputs used to calculate the width |
server |
the server |
an Integer
Create a new ServerMeterView instance
aserver |
The Server whose inputs/outputs will be monitored |
parent |
The parent View or Window where the new ServerMeterView will be embedded. |
leftUp |
Where to position the new ServerMeterView inside the parent. leftUp must be a Point, describing where to place the upper left corner of the new ServerMeterView. |
numIns |
The number of inputs to monitor |
numOuts |
The number of outputs to monitor |
A new ServerMeterView
get the CompositeView used to construct the various elements of the ServerMeterView widget
Removes this ServerMeterView from its parent view (if any) and then destroys it. Once this method is called you can no longer use this ServerMeterView.