edu.byu.phun
Class CylinderObj

java.lang.Object
  extended by edu.byu.phun.PropertyContainer
      extended by edu.byu.phun.Obj3D
          extended by edu.byu.phun.CylinderObj

public class CylinderObj
extends Obj3D

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.


Constructor Summary
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.
 
Method Summary
 
Methods inherited from class edu.byu.phun.Obj3D
getBounds, getColor, getLocation, getName, getRotX, getRotY, getRotZ, getScaleX, getScaleY, getScaleZ, getShininess, setColor, 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

CylinderObj

public 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.