wiiusej.values
Class RawAcceleration

java.lang.Object
  extended by wiiusej.values.RawAcceleration

public class RawAcceleration
extends java.lang.Object

Represents raw acceleration on each axis.

Author:
guiguito

Field Summary
private  short x
           
private  short y
           
private  short z
           
 
Constructor Summary
RawAcceleration()
          Default constructor;
RawAcceleration(short xx, short yy, short zz)
          Constructor with raw acceleration on each axis.
 
Method Summary
 short getX()
           
 short getY()
           
 short getZ()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

private short x

y

private short y

z

private short z
Constructor Detail

RawAcceleration

public RawAcceleration()
Default constructor;


RawAcceleration

public RawAcceleration(short xx,
                       short yy,
                       short zz)
Constructor with raw acceleration on each axis.

Parameters:
xx - x value
yy - x value
zz - x value
Method Detail

getX

public short getX()
Returns:
the x

getY

public short getY()
Returns:
the y

getZ

public short getZ()
Returns:
the z

toString

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