|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.byu.phun.PropertyContainer edu.byu.phun.Obj3D edu.byu.phun.GroupObj edu.byu.phun.body.BodyPart edu.byu.phun.body.Torso
public class Torso
This creates the chest and waist area of a male body.
Constructor Summary | |
---|---|
Torso()
Create a new torso |
Method Summary | |
---|---|
Color |
getShirtColor()
Returns the current shirt color. |
void |
setShirtColor(Color color)
Changes the shirt 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 |
---|
public Torso()
Method Detail |
---|
public void setShirtColor(Color color)
color
- new shirt color.public Color getShirtColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |