public interface ILevelMeterSetupBuilder<INSTANCE_TYPE extends ILevelMeterSetupBuilder<?>> extends IComponentSetupBuilder<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setBoxHeight(int boxHeight)
Sets the height of the small colored boxes indicating the level
|
INSTANCE_TYPE |
setClipPeakColor(IColorConstant color)
Sets the foreground color of the low peak range (from clipPeakThreshold to 1.0)
|
INSTANCE_TYPE |
setClipPeakThreshold(double threshold)
Sets the threshold that defines a clip peak
|
INSTANCE_TYPE |
setGapSize(int gapSize)
Sets the size of the gaps between the colored boxes
|
INSTANCE_TYPE |
setHighPeakColor(IColorConstant color)
Sets the foreground color of the high peak range (from highPeakThreshold to clipPeakThreshold)
|
INSTANCE_TYPE |
setHighPeakThreshold(double threshold)
Sets the threshold that defines a high peak
|
INSTANCE_TYPE |
setLetteringVisible(boolean visible)
Sets the lettering visible or invisible
|
INSTANCE_TYPE |
setLowPeakColor(IColorConstant color)
Sets the foreground color of the low peak range (from 0.0 to highPeakTreshold)
|
INSTANCE_TYPE |
setModel(ILevelMeterModel model) |
INSTANCE_TYPE |
setNoPeakColor(IColorConstant color)
Sets the color for boxes that are not filled
|
setBackgroundColor, setForegroundColor, setVisible
setSetup
setColor, setVisible
INSTANCE_TYPE setModel(ILevelMeterModel model)
INSTANCE_TYPE setLetteringVisible(boolean visible)
visible
- visibilityINSTANCE_TYPE setGapSize(int gapSize)
gapSize
- size of the gaps (in pixels)INSTANCE_TYPE setBoxHeight(int boxHeight)
boxHeight
- height of the boxes (in pixels)INSTANCE_TYPE setLowPeakColor(IColorConstant color)
color
- The foreground colorINSTANCE_TYPE setHighPeakColor(IColorConstant color)
color
- The foreground colorINSTANCE_TYPE setClipPeakColor(IColorConstant color)
color
- The foreground colorINSTANCE_TYPE setNoPeakColor(IColorConstant color)
color
- The base box colorINSTANCE_TYPE setHighPeakThreshold(double threshold)
threshold
- The threshold to set (0.0 <= highPeakThreshold < clipPeakThreshold)INSTANCE_TYPE setClipPeakThreshold(double threshold)
threshold
- The threshold to set (highPeakThreshold <= clipPeakThreshold <= 1.0)Siehe auch Jowidgets Nutzerhandbuch