Class Profile_NonInteractive
- java.lang.Object
-
- com.charliemouse.cambozola.profiles.Profile_NonInteractive
-
- All Implemented Interfaces:
ICameraProfile
- Direct Known Subclasses:
Profile_LocalPTZ
public class Profile_NonInteractive extends java.lang.Object implements ICameraProfile
* com/charliemouse/cambozola/profiles.Profile_NonInteractive.java * Copyright (C) Andy Wilcock, 2001. * Available from http://www.charliemouse.com * * Cambozola is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Cambozola is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Cambozola; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
Field Summary
Fields Modifier and Type Field Description ViewerAttributeInterfacem_viewerAttribs
-
Constructor Summary
Constructors Constructor Description Profile_NonInteractive(ViewerAttributeInterface vai)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbrighter()voiddarker()protected voidexecute(java.lang.String path)voidfocusAuto()voidfocusFar()voidfocusNear()java.lang.StringgetDescription()ViewerAttributeInterfacegetViewerAttributes()voidhomeView()voidmouseClicked(int w, int h, int x, int y, boolean doubleClick)voidmoveToCenter(int w, int h, int x, int y)voidpanLeft()voidpanRight()voidsetViewerAttributes(ViewerAttributeInterface v)voidstandardBrightness()booleansupportsBrightness()booleansupportsFocus()booleansupportsPan()booleansupportsTilt()booleansupportsZoom()voidtiltDown()voidtiltUp()voidzoomTele()voidzoomWide()
-
-
-
Field Detail
-
m_viewerAttribs
public ViewerAttributeInterface m_viewerAttribs
-
-
Constructor Detail
-
Profile_NonInteractive
public Profile_NonInteractive(ViewerAttributeInterface vai)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceICameraProfile
-
setViewerAttributes
public void setViewerAttributes(ViewerAttributeInterface v)
-
getViewerAttributes
public ViewerAttributeInterface getViewerAttributes()
-
supportsPan
public boolean supportsPan()
- Specified by:
supportsPanin interfaceICameraProfile
-
supportsTilt
public boolean supportsTilt()
- Specified by:
supportsTiltin interfaceICameraProfile
-
supportsZoom
public boolean supportsZoom()
- Specified by:
supportsZoomin interfaceICameraProfile
-
supportsFocus
public boolean supportsFocus()
- Specified by:
supportsFocusin interfaceICameraProfile
-
supportsBrightness
public boolean supportsBrightness()
- Specified by:
supportsBrightnessin interfaceICameraProfile
-
panLeft
public void panLeft()
- Specified by:
panLeftin interfaceICameraProfile
-
panRight
public void panRight()
- Specified by:
panRightin interfaceICameraProfile
-
tiltUp
public void tiltUp()
- Specified by:
tiltUpin interfaceICameraProfile
-
tiltDown
public void tiltDown()
- Specified by:
tiltDownin interfaceICameraProfile
-
homeView
public void homeView()
- Specified by:
homeViewin interfaceICameraProfile
-
moveToCenter
public void moveToCenter(int w, int h, int x, int y)- Specified by:
moveToCenterin interfaceICameraProfile
-
focusNear
public void focusNear()
- Specified by:
focusNearin interfaceICameraProfile
-
focusFar
public void focusFar()
- Specified by:
focusFarin interfaceICameraProfile
-
focusAuto
public void focusAuto()
- Specified by:
focusAutoin interfaceICameraProfile
-
zoomTele
public void zoomTele()
- Specified by:
zoomTelein interfaceICameraProfile
-
zoomWide
public void zoomWide()
- Specified by:
zoomWidein interfaceICameraProfile
-
darker
public void darker()
- Specified by:
darkerin interfaceICameraProfile
-
brighter
public void brighter()
- Specified by:
brighterin interfaceICameraProfile
-
standardBrightness
public void standardBrightness()
- Specified by:
standardBrightnessin interfaceICameraProfile
-
mouseClicked
public void mouseClicked(int w, int h, int x, int y, boolean doubleClick)- Specified by:
mouseClickedin interfaceICameraProfile
-
execute
protected void execute(java.lang.String path)
-
-