|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.eside.flingbox.bodies.Body
public abstract class Body
Body is a general abstraction class which handles
basic data that any object should have.
Any physical object on scene should inherit from
Body
.
Bodies which will be rendered should inherit from
Body
too.
Method Summary | |
---|---|
PhysicBody |
getPhysics()
|
RenderBody |
getRender()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.eside.flingbox.xml.XmlExporter.XmlSerializable |
---|
writeXml |
Methods inherited from interface edu.eside.flingbox.xml.XmlImporter.XmlParseable |
---|
readXml |
Method Detail |
---|
public RenderBody getRender()
public PhysicBody getPhysics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |