js.dev.cam.sbig
Class AoTipTiltParams

java.lang.Object
  extended by js.dev.Params
      extended by 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.
 
Method Summary
static long getSerialVersionUID()
           
 int getXDeflection()
           
 int getYDeflection()
           
 void set(int xdeflection, int ydeflection)
          This method sets the x and y deflection fields.
 void setXDeflection(int deflection)
           
 void setYDeflection(int deflection)
           
 
Methods inherited from class js.dev.Params
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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