|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.metasyntactic.graphics.shapes.Shape
|
+--org.metasyntactic.graphics.shapes.CartesianShape
|
+--org.metasyntactic.graphics.shapes.ReflectiveShape
|
+--org.metasyntactic.graphics.shapes.VolumetricShape
| Constructor Summary | |
VolumetricShape()
Creates a new instance of VolumetricShape |
|
| Method Summary | |
double |
getDepth()
Getter for property depth. |
double |
getHeight()
Getter for property height. |
double |
getWidth()
Getter for property width. |
void |
setDepth(double depth)
Setter for property depth. |
void |
setHeight(double height)
Setter for property height. |
void |
setWidth(double width)
Setter for property width. |
| Methods inherited from class org.metasyntactic.graphics.shapes.ReflectiveShape |
getShadeModel, setShadeModel |
| Methods inherited from class org.metasyntactic.graphics.shapes.CartesianShape |
getIntersection, getIntersections, getPosition, setPosition |
| Methods inherited from class org.metasyntactic.graphics.shapes.Shape |
getColor, setColor, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public VolumetricShape()
| Method Detail |
public double getHeight()
public void setHeight(double height)
height - New value of property height.public double getWidth()
public void setWidth(double width)
width - New value of property width.public double getDepth()
public void setDepth(double depth)
depth - New value of property depth.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||