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 ICameraProfile
public void setViewerAttributes(ViewerAttributeInterface v)
public ViewerAttributeInterface getViewerAttributes()
public boolean supportsPan()
supportsPan
in interface ICameraProfile
public boolean supportsTilt()
supportsTilt
in interface ICameraProfile
public boolean supportsZoom()
supportsZoom
in interface ICameraProfile
public boolean supportsFocus()
supportsFocus
in interface ICameraProfile
public boolean supportsBrightness()
supportsBrightness
in interface ICameraProfile
public void panLeft()
panLeft
in interface ICameraProfile
public void panRight()
panRight
in interface ICameraProfile
public void tiltUp()
tiltUp
in interface ICameraProfile
public void tiltDown()
tiltDown
in interface ICameraProfile
public void homeView()
homeView
in interface ICameraProfile
public void moveToCenter(int w, int h, int x, int y)
moveToCenter
in interface ICameraProfile
public void focusNear()
focusNear
in interface ICameraProfile
public void focusFar()
focusFar
in interface ICameraProfile
public void focusAuto()
focusAuto
in interface ICameraProfile
public void zoomTele()
zoomTele
in interface ICameraProfile
public void zoomWide()
zoomWide
in interface ICameraProfile
public void darker()
darker
in interface ICameraProfile
public void brighter()
brighter
in interface ICameraProfile
public void standardBrightness()
standardBrightness
in interface ICameraProfile
public void mouseClicked(int w, int h, int x, int y, boolean doubleClick)
mouseClicked
in interface ICameraProfile
protected void execute(java.lang.String path)