edu.byu.phun.body
Class Waist

java.lang.Object
  extended by edu.byu.phun.PropertyContainer
      extended by edu.byu.phun.Obj3D
          extended by edu.byu.phun.GroupObj
              extended by edu.byu.phun.body.BodyPart
                  extended by edu.byu.phun.body.Waist

public class Waist
extends BodyPart

Creates the waist and hip area.


Constructor Summary
Waist()
          Creates a new waist.
 
Method Summary
 Color getPantsColor()
          Returns the current pants color.
 void setPantsColor(Color color)
          Sets the pants color.
 
Methods inherited from class edu.byu.phun.GroupObj
addPart, getPart, getPart, nParts, partNames, removePart, removePart, setColor, setPart
 
Methods inherited from class edu.byu.phun.Obj3D
getBounds, getColor, getLocation, getName, getRotX, getRotY, getRotZ, getScaleX, getScaleY, getScaleZ, getShininess, setColor, setLocation, setLocation, setName, setRotX, setRotY, setRotZ, setScale, setScale, setScaleX, setScaleY, setScaleZ, setShininess, toString
 
Methods inherited from class edu.byu.phun.PropertyContainer
getPropertyC, getPropertyD, getPropertyP, getPropertyS, propertyIsColor, propertyIsDouble, propertyIsPoint, propertyIsSettable, propertyIsString, propertyNames, setProperty, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Waist

public Waist()
Creates a new waist.

Method Detail

setPantsColor

public void setPantsColor(Color color)
Sets the pants color.

Parameters:
color - new pants color.

getPantsColor

public Color getPantsColor()
Returns the current pants color.

Returns:
the pants color.