Uses of Interface
edu.eside.flingbox.xml.XmlExporter.XmlSerializable

Packages that use XmlExporter.XmlSerializable
edu.eside.flingbox.bodies   
edu.eside.flingbox.scene   
edu.eside.flingbox.xml   
 

Uses of XmlExporter.XmlSerializable in edu.eside.flingbox.bodies
 

Classes in edu.eside.flingbox.bodies that implement XmlExporter.XmlSerializable
 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 XmlExporter.XmlSerializable in edu.eside.flingbox.scene
 

Classes in edu.eside.flingbox.scene that implement XmlExporter.XmlSerializable
 class Scene
          Scene Descriptor.
 

Uses of XmlExporter.XmlSerializable in edu.eside.flingbox.xml
 

Methods in edu.eside.flingbox.xml with parameters of type XmlExporter.XmlSerializable
static boolean XmlExporter.exportXml(java.io.Writer writer, XmlExporter.XmlSerializable exportable)
          Exports serializable to writer.