apps.mysteries.client.restore
Class ContentItemState

java.lang.Object
  extended by apps.mysteries.client.restore.ContentItemState

public class ContentItemState
extends java.lang.Object

The Class ContentItemState.


Constructor Summary
ContentItemState()
          Instantiates a new content item state.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 float getRotationW()
          Gets the rotation w.
 float getRotationX()
          Gets the rotation x.
 float getRotationY()
          Gets the rotation y.
 float getRotationZ()
          Gets the rotation z.
 float getScaleX()
          Gets the scale x.
 float getScaleY()
          Gets the scale y.
 float getScaleZ()
          Gets the scale z.
 float getX()
          Gets the x.
 float getY()
          Gets the y.
 float getZ()
          Gets the z.
 int getZOrder()
          Gets the z order.
 void setLocation(float location_x, float location_y, float location_z)
          Sets the location.
 void setName(java.lang.String name)
          Sets the name.
 void setRotation(float rotation_x, float rotation_y, float rotation_z, float rotation_w)
          Sets the rotation.
 void setRotationW(float rotation_w)
          Sets the rotation w.
 void setRotationX(float rotation_x)
          Sets the rotation x.
 void setRotationY(float rotation_y)
          Sets the rotation y.
 void setRotationZ(float rotation_z)
          Sets the rotation z.
 void setScale(float scaleFactor)
          Sets the scale.
 void setScale(float scale_x, float scale_y, float scale_z)
          Sets the scale.
 void setX(float location_x)
          Sets the x.
 void setY(float location_x)
          Sets the y.
 void setZ(float location_x)
          Sets the z.
 void setZOrder(int zOrder)
          Sets the z order.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentItemState

public ContentItemState()
Instantiates a new content item state.

Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getRotationW

public float getRotationW()
Gets the rotation w.

Returns:
the rotation w

getRotationX

public float getRotationX()
Gets the rotation x.

Returns:
the rotation x

getRotationY

public float getRotationY()
Gets the rotation y.

Returns:
the rotation y

getRotationZ

public float getRotationZ()
Gets the rotation z.

Returns:
the rotation z

getScaleX

public float getScaleX()
Gets the scale x.

Returns:
the scale x

getScaleY

public float getScaleY()
Gets the scale y.

Returns:
the scale y

getScaleZ

public float getScaleZ()
Gets the scale z.

Returns:
the scale z

getX

public float getX()
Gets the x.

Returns:
the x

getY

public float getY()
Gets the y.

Returns:
the y

getZ

public float getZ()
Gets the z.

Returns:
the z

getZOrder

public int getZOrder()
Gets the z order.

Returns:
the z order

setLocation

public void setLocation(float location_x,
                        float location_y,
                        float location_z)
Sets the location.

Parameters:
location_x - the location_x
location_y - the location_y
location_z - the location_z

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

setRotation

public void setRotation(float rotation_x,
                        float rotation_y,
                        float rotation_z,
                        float rotation_w)
Sets the rotation.

Parameters:
rotation_x - the rotation_x
rotation_y - the rotation_y
rotation_z - the rotation_z
rotation_w - the rotation_w

setRotationW

public void setRotationW(float rotation_w)
Sets the rotation w.

Parameters:
rotation_w - the new rotation w

setRotationX

public void setRotationX(float rotation_x)
Sets the rotation x.

Parameters:
rotation_x - the new rotation x

setRotationY

public void setRotationY(float rotation_y)
Sets the rotation y.

Parameters:
rotation_y - the new rotation y

setRotationZ

public void setRotationZ(float rotation_z)
Sets the rotation z.

Parameters:
rotation_z - the new rotation z

setScale

public void setScale(float scaleFactor)
Sets the scale.

Parameters:
scaleFactor - the new scale

setScale

public void setScale(float scale_x,
                     float scale_y,
                     float scale_z)
Sets the scale.

Parameters:
scale_x - the scale_x
scale_y - the scale_y
scale_z - the scale_z

setX

public void setX(float location_x)
Sets the x.

Parameters:
location_x - the new x

setY

public void setY(float location_x)
Sets the y.

Parameters:
location_x - the new y

setZ

public void setZ(float location_x)
Sets the z.

Parameters:
location_x - the new z

setZOrder

public void setZOrder(int zOrder)
Sets the z order.

Parameters:
zOrder - the new z order