org.vigia.client.driver
Class PTZ

java.lang.Object
  extended by org.vigia.client.driver.PTZ

public class PTZ
extends java.lang.Object

A pan-tilt-zoom tern.

Author:
Ada

Field Summary
protected  int pan
          The pan.
protected  int tilt
          The tilt.
protected  int zoom
          The zoom.
 
Constructor Summary
PTZ(int pan, int tilt, int zoom)
          Constructor.
 
Method Summary
 int getPan()
          Gets the pan.
 int getTilt()
          Gets the tilt.
 int getZoom()
          Gets the zoom.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pan

protected int pan
The pan.


tilt

protected int tilt
The tilt.


zoom

protected int zoom
The zoom.

Constructor Detail

PTZ

public PTZ(int pan,
           int tilt,
           int zoom)
Constructor.

Parameters:
pan - the pan.
tilt - the tilt.
zoom - the zoom.
Method Detail

getPan

public int getPan()
Gets the pan.

Returns:
the pan.

getTilt

public int getTilt()
Gets the tilt.

Returns:
the tilt.

getZoom

public int getZoom()
Gets the zoom.

Returns:
the zoom.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()