|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.level.xml.data.GravityData
public class GravityData
Constructor Summary | |
---|---|
GravityData()
|
Method Summary | |
---|---|
int |
getFriction()
|
int |
getGX()
|
int |
getGY()
|
int |
getVX()
|
int |
getVY()
|
void |
setFriction(int friction)
|
void |
setGX(int gx)
|
void |
setGY(int gy)
|
void |
setVX(int vx)
|
void |
setVY(int vy)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GravityData()
Method Detail |
---|
public int getGX()
public void setGX(int gx)
public int getGY()
public void setGY(int gy)
public int getVX()
public void setVX(int vx)
public int getVY()
public void setVY(int vy)
public int getFriction()
public void setFriction(int friction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |