Uses of Class
source.ucregents.playground.physics.PolygonOrCircle

Packages that use PolygonOrCircle
source.ucregents.playground.physics   
source.ucregents.playground.serialization   
 

Uses of PolygonOrCircle in source.ucregents.playground.physics
 

Constructors in source.ucregents.playground.physics with parameters of type PolygonOrCircle
BaseEntity(PolygonOrCircle shape, float orientation)
          Constructs a BaseEntity with the input shape, orientation, imagelocation, and collidible and visibility properties
BaseFieldForceEntity(PolygonOrCircle forceShape, boolean isVisible)
          Constructs a custom field force entity with the given parameters
FieldForceEntity(PolygonOrCircle forceShape, boolean isVisible, javax.vecmath.Vector2d force)
          Constructs a custom field force entity with the given parameters
MovingEntity(PolygonOrCircle shape)
           
MovingEntity(PolygonOrCircle shape, float orientation, javax.vecmath.Vector2d initialVelocity, float inputMass)
          The main constructor for Moving entity, gives the entity the following properties
RangedForceEntity(PolygonOrCircle forceShape, double attractionStrength)
          Constructs a new ranged force entity
RangedForceEntity(PolygonOrCircle forceShape, PolygonOrCircle entityShape, double attractionStrength)
          Constructs a new ranged force entity
ScaledMassFieldForce(PolygonOrCircle forceShape, boolean isVisible)
           
 

Uses of PolygonOrCircle in source.ucregents.playground.serialization
 

Methods in source.ucregents.playground.serialization that return PolygonOrCircle
 PolygonOrCircle CustomXMLReader.ReadPolygonOrCircle(java.lang.String name)
           
 

Methods in source.ucregents.playground.serialization with parameters of type PolygonOrCircle
 void CustomXMLWriter.Write(java.lang.String name, PolygonOrCircle shape)