public class Profile_NonInteractive extends java.lang.Object implements ICameraProfile
| Modifier and Type | Field and Description |
|---|---|
ViewerAttributeInterface |
m_viewerAttribs |
| Constructor and Description |
|---|
Profile_NonInteractive(ViewerAttributeInterface vai) |
| Modifier and Type | Method and Description |
|---|---|
void |
brighter() |
void |
darker() |
protected void |
execute(java.lang.String path) |
void |
focusAuto() |
void |
focusFar() |
void |
focusNear() |
java.lang.String |
getDescription() |
ViewerAttributeInterface |
getViewerAttributes() |
void |
homeView() |
void |
mouseClicked(int w,
int h,
int x,
int y,
boolean doubleClick) |
void |
moveToCenter(int w,
int h,
int x,
int y) |
void |
panLeft() |
void |
panRight() |
void |
setViewerAttributes(ViewerAttributeInterface v) |
void |
standardBrightness() |
boolean |
supportsBrightness() |
boolean |
supportsFocus() |
boolean |
supportsPan() |
boolean |
supportsTilt() |
boolean |
supportsZoom() |
void |
tiltDown() |
void |
tiltUp() |
void |
zoomTele() |
void |
zoomWide() |
public ViewerAttributeInterface m_viewerAttribs
public Profile_NonInteractive(ViewerAttributeInterface vai)
public java.lang.String getDescription()
getDescription in interface ICameraProfilepublic void setViewerAttributes(ViewerAttributeInterface v)
public ViewerAttributeInterface getViewerAttributes()
public boolean supportsPan()
supportsPan in interface ICameraProfilepublic boolean supportsTilt()
supportsTilt in interface ICameraProfilepublic boolean supportsZoom()
supportsZoom in interface ICameraProfilepublic boolean supportsFocus()
supportsFocus in interface ICameraProfilepublic boolean supportsBrightness()
supportsBrightness in interface ICameraProfilepublic void panLeft()
panLeft in interface ICameraProfilepublic void panRight()
panRight in interface ICameraProfilepublic void tiltUp()
tiltUp in interface ICameraProfilepublic void tiltDown()
tiltDown in interface ICameraProfilepublic void homeView()
homeView in interface ICameraProfilepublic void moveToCenter(int w,
int h,
int x,
int y)
moveToCenter in interface ICameraProfilepublic void focusNear()
focusNear in interface ICameraProfilepublic void focusFar()
focusFar in interface ICameraProfilepublic void focusAuto()
focusAuto in interface ICameraProfilepublic void zoomTele()
zoomTele in interface ICameraProfilepublic void zoomWide()
zoomWide in interface ICameraProfilepublic void darker()
darker in interface ICameraProfilepublic void brighter()
brighter in interface ICameraProfilepublic void standardBrightness()
standardBrightness in interface ICameraProfilepublic void mouseClicked(int w,
int h,
int x,
int y,
boolean doubleClick)
mouseClicked in interface ICameraProfileprotected void execute(java.lang.String path)