|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mysteries.client.restore.ContentItemState
public class ContentItemState
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 |
---|
public ContentItemState()
Method Detail |
---|
public java.lang.String getName()
public float getRotationW()
public float getRotationX()
public float getRotationY()
public float getRotationZ()
public float getScaleX()
public float getScaleY()
public float getScaleZ()
public float getX()
public float getY()
public float getZ()
public int getZOrder()
public void setLocation(float location_x, float location_y, float location_z)
location_x
- the location_xlocation_y
- the location_ylocation_z
- the location_zpublic void setName(java.lang.String name)
name
- the new namepublic void setRotation(float rotation_x, float rotation_y, float rotation_z, float rotation_w)
rotation_x
- the rotation_xrotation_y
- the rotation_yrotation_z
- the rotation_zrotation_w
- the rotation_wpublic void setRotationW(float rotation_w)
rotation_w
- the new rotation wpublic void setRotationX(float rotation_x)
rotation_x
- the new rotation xpublic void setRotationY(float rotation_y)
rotation_y
- the new rotation ypublic void setRotationZ(float rotation_z)
rotation_z
- the new rotation zpublic void setScale(float scaleFactor)
scaleFactor
- the new scalepublic void setScale(float scale_x, float scale_y, float scale_z)
scale_x
- the scale_xscale_y
- the scale_yscale_z
- the scale_zpublic void setX(float location_x)
location_x
- the new xpublic void setY(float location_x)
location_x
- the new ypublic void setZ(float location_x)
location_x
- the new zpublic void setZOrder(int zOrder)
zOrder
- the new z order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |