js.dev.cam.sbig
Class AoTipTiltParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.AoTipTiltParams
- All Implemented Interfaces:
- java.io.Serializable
public class AoTipTiltParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
AoTipTiltParams()
Constructor which sets the xDeflection and the yDeflection to 2048. |
AoTipTiltParams(int xdeflection,
int ydeflection)
Constructor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AoTipTiltParams
public AoTipTiltParams()
- Constructor which sets the xDeflection and the yDeflection to 2048.
AoTipTiltParams
public AoTipTiltParams(int xdeflection,
int ydeflection)
- Constructor.
- Parameters:
xdeflection
- the xDeflection to set.ydeflection
- the yDeflection to set.
set
public void set(int xdeflection,
int ydeflection)
- This method sets the x and y deflection fields.
- Parameters:
xdeflection
- the xDeflection to set.ydeflection
- the xDeflection to set.
getSerialVersionUID
public static final long getSerialVersionUID()
- Returns:
- the serialVersionUID
getXDeflection
public final int getXDeflection()
- Returns:
- the xDeflection
setXDeflection
public void setXDeflection(int deflection)
- Parameters:
deflection
- the xDeflection to set
getYDeflection
public final int getYDeflection()
- Returns:
- the yDeflection
setYDeflection
public void setYDeflection(int deflection)
- Parameters:
deflection
- the yDeflection to set