Uses of Interface
edu.eside.flingbox.xml.XmlImporter.XmlParseable

Packages that use XmlImporter.XmlParseable
edu.eside.flingbox.bodies   
edu.eside.flingbox.scene   
edu.eside.flingbox.xml   
 

Uses of XmlImporter.XmlParseable in edu.eside.flingbox.bodies
 

Classes in edu.eside.flingbox.bodies that implement XmlImporter.XmlParseable
 class Body
          Body is a general abstraction class which handles basic data that any object should have.
 class Polygon
          Polygon is a general class which handles the physics and render instances of a polygonal Body.
 

Uses of XmlImporter.XmlParseable in edu.eside.flingbox.scene
 

Classes in edu.eside.flingbox.scene that implement XmlImporter.XmlParseable
 class Scene
          Scene Descriptor.
 

Uses of XmlImporter.XmlParseable in edu.eside.flingbox.xml
 

Methods in edu.eside.flingbox.xml with parameters of type XmlImporter.XmlParseable
static boolean XmlImporter.importXml(java.io.Reader reader, XmlImporter.XmlParseable parseable)