|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.vigia.client.driver.PTZ
public class PTZ
A pan-tilt-zoom tern.
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 |
---|
protected int pan
protected int tilt
protected int zoom
Constructor Detail |
---|
public PTZ(int pan, int tilt, int zoom)
pan
- the pan.tilt
- the tilt.zoom
- the zoom.Method Detail |
---|
public int getPan()
public int getTilt()
public int getZoom()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |