User Guide
Standard NetLinx API (SNAPI) R 1.8.0
178
Multi Window Functions (Cont.)
Name Component Channel Level Command Constant Notes
setPictureMuteOn(state) IWindowComponent 211 PIC_MUTE_ON Discrete Function Channel: Picture Mute is
on while channel is active
setSharpness(level) IWindowComponent 13 SHARP_LVL Set sharpness level, range is 0-255
setTint(level) IWindowComponent 14 TINT_LVL Set tint level, range is 0-255
setWindow(pos,size) IWindowComponent WINDOW-
<x>,<y>,<height>,<widt
h>
Set the window position and size relative to
the display where <x> and <y> are the dis-
play coordinates for the upper-left hand
corner of the window and <height> and
<width> are the size of the window to be
displayed in the display. Used to change
the position of the window visible in the dis-
play.
setZOrder(position) IWindowComponent WINDOWZORDER-
<position>
Shuffle the window z-order relative to the
other windows where <postiion> is FRONT,
BACK, FORWARD (up one level), BACK-
WARD (down one level)
setZOrder(value) IWindowComponent WINDOWZORDER-
<value>
Set the Z-order where <value> is 1 to the
maximum z-order of the device, 1 is the
top-most z-order (see specific module doc-
umentation)
zoomIn() IWindowComponent 159 ZOOM_IN Momentary Function Channel: Image size
is enlarged within the window (zoom in/
tele) when channel is activated
zoomOut() IWindowComponent 158 ZOOM_OUT Momentary Function Channel: Image size
is reduced within the window (zoom out/
window) when channel is activated
processBrightnessEvent(int) IWindowComponentListener 10 BRIGHT_LVL Brightness changed, range is 0-255
processColorEvent(int) IWindowComponentListener 11 COLOR_LVL Color changed, range is 0-255
processContrastEvent(int) IWindowComponentListener 12 CONTRAST_LVL Contrast changed, range is 0-255
processFreezeEvent(boolean) IWindowComponentListener 214 PIC_FREEZE_FB Feedback Channel: Freeze is on if channel
is on
processImageEvent(Position,Size) IWindowComponentListener IMAGE-
<source>,<x>,<y>,<hei
ght>,<width>
Image position and/or size changed where
<source> is 1 to the maximum source num-
ber (see specific module documentation)
processImageSourceEvent(int) IWindowComponentListener IMAGESOURCE-
<source>
Image source for the window changed
where <source> is 1 to the maximum
source number (see specific module docu-
mentation)
processPictureMuteEvent(boolean) IWindowComponentListener 211 PIC_MUTE_FB Feedback Channel: Picture is muted if
channel is on
processSharpnessEvent(int) IWindowComponentListener 13 SHARP_LVL Sharpness changed, range is 0-255
processTintEvent(int) IWindowComponentListener 14 TINT_LVL Tint changed, range is 0-255