|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.level.xml.data.GravityData moagg.level.xml.data.LocalGravityData
public class LocalGravityData
Constructor Summary | |
---|---|
LocalGravityData()
|
Method Summary | |
---|---|
int |
getH()
|
int |
getW()
|
int |
getX()
|
int |
getY()
|
boolean |
isRelative()
|
void |
setH(int h)
|
void |
setRelative(boolean relative)
|
void |
setW(int w)
|
void |
setX(int x)
|
void |
setY(int y)
|
Methods inherited from class moagg.level.xml.data.GravityData |
---|
getFriction, getGX, getGY, getVX, getVY, setFriction, setGX, setGY, setVX, setVY |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalGravityData()
Method Detail |
---|
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public boolean isRelative()
public void setRelative(boolean relative)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |