Class Profile_Panasonic_BLC30
- java.lang.Object
-
- com.charliemouse.cambozola.profiles.Profile_NonInteractive
-
- com.charliemouse.cambozola.profiles.Profile_LocalPTZ
-
- com.charliemouse.cambozola.profiles.Profile_Panasonic_BLC30
-
- All Implemented Interfaces:
ICameraProfile
public class Profile_Panasonic_BLC30 extends Profile_LocalPTZ
* com/charliemouse/cambozola/profiles.Profile_Panasonic_BL30.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 inherited from class com.charliemouse.cambozola.profiles.Profile_NonInteractive
m_viewerAttribs
-
-
Constructor Summary
Constructors Constructor Description Profile_Panasonic_BLC30(ViewerAttributeInterface vai)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbrighter()voiddarker()voidfocusAuto()voidfocusFar()voidfocusNear()java.lang.StringgetDescription()voidhomeView()voidmouseClicked(int w, int h, int x, int y, boolean doubleClick)voidmoveToCenter(int w, int h, int x, int y)voidpanLeft()voidpanRight()voidstandardBrightness()booleansupportsBrightness()booleansupportsFocus()booleansupportsPan()booleansupportsTilt()booleansupportsZoom()voidtiltDown()voidtiltUp()voidzoomTele()voidzoomWide()-
Methods inherited from class com.charliemouse.cambozola.profiles.Profile_NonInteractive
execute, getViewerAttributes, setViewerAttributes
-
-
-
-
Constructor Detail
-
Profile_Panasonic_BLC30
public Profile_Panasonic_BLC30(ViewerAttributeInterface vai)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceICameraProfile- Overrides:
getDescriptionin classProfile_LocalPTZ
-
supportsPan
public boolean supportsPan()
- Specified by:
supportsPanin interfaceICameraProfile- Overrides:
supportsPanin classProfile_LocalPTZ
-
supportsTilt
public boolean supportsTilt()
- Specified by:
supportsTiltin interfaceICameraProfile- Overrides:
supportsTiltin classProfile_LocalPTZ
-
supportsZoom
public boolean supportsZoom()
- Specified by:
supportsZoomin interfaceICameraProfile- Overrides:
supportsZoomin classProfile_LocalPTZ
-
supportsFocus
public boolean supportsFocus()
- Specified by:
supportsFocusin interfaceICameraProfile- Overrides:
supportsFocusin classProfile_LocalPTZ
-
supportsBrightness
public boolean supportsBrightness()
- Specified by:
supportsBrightnessin interfaceICameraProfile- Overrides:
supportsBrightnessin classProfile_LocalPTZ
-
panLeft
public void panLeft()
- Specified by:
panLeftin interfaceICameraProfile- Overrides:
panLeftin classProfile_LocalPTZ
-
panRight
public void panRight()
- Specified by:
panRightin interfaceICameraProfile- Overrides:
panRightin classProfile_LocalPTZ
-
tiltUp
public void tiltUp()
- Specified by:
tiltUpin interfaceICameraProfile- Overrides:
tiltUpin classProfile_LocalPTZ
-
tiltDown
public void tiltDown()
- Specified by:
tiltDownin interfaceICameraProfile- Overrides:
tiltDownin classProfile_LocalPTZ
-
moveToCenter
public void moveToCenter(int w, int h, int x, int y)- Specified by:
moveToCenterin interfaceICameraProfile- Overrides:
moveToCenterin classProfile_LocalPTZ
-
homeView
public void homeView()
- Specified by:
homeViewin interfaceICameraProfile- Overrides:
homeViewin classProfile_LocalPTZ
-
focusNear
public void focusNear()
- Specified by:
focusNearin interfaceICameraProfile- Overrides:
focusNearin classProfile_NonInteractive
-
focusFar
public void focusFar()
- Specified by:
focusFarin interfaceICameraProfile- Overrides:
focusFarin classProfile_NonInteractive
-
focusAuto
public void focusAuto()
- Specified by:
focusAutoin interfaceICameraProfile- Overrides:
focusAutoin classProfile_NonInteractive
-
zoomTele
public void zoomTele()
- Specified by:
zoomTelein interfaceICameraProfile- Overrides:
zoomTelein classProfile_LocalPTZ
-
zoomWide
public void zoomWide()
- Specified by:
zoomWidein interfaceICameraProfile- Overrides:
zoomWidein classProfile_LocalPTZ
-
darker
public void darker()
- Specified by:
darkerin interfaceICameraProfile- Overrides:
darkerin classProfile_NonInteractive
-
brighter
public void brighter()
- Specified by:
brighterin interfaceICameraProfile- Overrides:
brighterin classProfile_NonInteractive
-
standardBrightness
public void standardBrightness()
- Specified by:
standardBrightnessin interfaceICameraProfile- Overrides:
standardBrightnessin classProfile_NonInteractive
-
mouseClicked
public void mouseClicked(int w, int h, int x, int y, boolean doubleClick)- Specified by:
mouseClickedin interfaceICameraProfile- Overrides:
mouseClickedin classProfile_LocalPTZ
-
-