Uses of Class
edu.byu.phun.PropertyContainer

Packages that use PropertyContainer
edu.byu.phun   
edu.byu.phun.body   
 

Uses of PropertyContainer in edu.byu.phun
 

Subclasses of PropertyContainer in edu.byu.phun
 class Axes
          This will display a trio of coordinate axes centered at the origin.
 class BoxObj
          This will create a box of size 1.0 in all directions with its center, bottom at the origin and aligned with the axes.
 class ConeObj
          This is a cone object that is 1.0 high in the Y direction with a base radius of 1.0 and the origin in the center of the base.
 class CylinderObj
          This will create a cylinder that is 1.0 high in the Y direction with a base radius of 1.0 and the origin in the center of the base.
 class Floor
          This creates a very thin flat object that is positioned so that its top is at the origin in Y.
 class GroupObj
          This is a group of parts.
 class Obj3D
          This is a super class of all 3D objects that can be placed in the scene of a Win3D or as a part in a GroupObj.
 class SphereObj
          This will create a sphere of radius 1.0 with the origin at its center.
 class Win3D
          This creates an instance of a 3D window on the screen.
 

Uses of PropertyContainer in edu.byu.phun.body
 

Subclasses of PropertyContainer in edu.byu.phun.body
 class Arm
          This defines an arm for the male body.
 class BodyPart
          This is the super class of all of the body parts.
 class Eye
          This is a spherical eyeball centered at the origin with a radius of 1.0.
 class Foot
          This is the foot of the body.
 class ForeArm
          The forearm is all of the arm below the elbow.
 class Hand
          Creates a hand object.
 class Head
          This creates a human head with two eyes, two eyebrows, a nose a upperLip and hair.
 class Leg
          This is a Leg object that controls the knee flex and the foot.
 class LowerLeg
          This contains the calf, shin and foot.
 class MaleBody
          This creates a male body standing at the origin and about 6 units high.
 class Torso
          This creates the chest and waist area of a male body.
 class Waist
          Creates the waist and hip area.