|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.graphics.tracer.Scene
| Constructor Summary | |
Scene()
Creates a new instance of Scene |
|
| Method Summary | |
java.lang.Object |
clone()
|
Color |
getBackground()
Getter for property background. |
double |
getFieldOfView()
Getter for property fieldOfView. |
double |
getFrontClippingPlane()
Getter for property frontClippingPlane. |
int |
getHeight()
Getter for property height. |
java.util.List |
getLights()
Getter for property lights. |
Ray |
getOrientation()
Getter for property orientation. |
double |
getRefractionIndex()
Getter for property indexOfRefraction. |
java.util.List |
getShapes()
Getter for property shapes. |
double |
getTolerance()
Getter for property tolerance. |
Vector |
getUp()
Getter for property up. |
int |
getWidth()
Getter for property width. |
void |
setBackground(Color background)
Setter for property background. |
void |
setFieldOfView(double fieldOfView)
Setter for property fieldOfView. |
void |
setFrontClippingPlane(double frontClippingPlane)
Setter for property frontClippingPlane. |
void |
setHeight(int height)
Setter for property height. |
void |
setLights(java.util.List lights)
Setter for property lights. |
void |
setOrientation(Ray orientation)
Setter for property orientation. |
void |
setRefractionIndex(double refractionIndex)
Setter for property indexOfRefraction. |
void |
setShapes(java.util.List shapes)
Setter for property shapes. |
void |
setTolerance(double tolerance)
Setter for property tolerance. |
void |
setUp(Vector up)
Setter for property up. |
void |
setWidth(int width)
Setter for property width. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Scene()
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic Ray getOrientation()
public void setOrientation(Ray orientation)
orientation - New value of property orientation.public int getWidth()
public void setWidth(int width)
width - New value of property width.public int getHeight()
public void setHeight(int height)
height - New value of property height.public double getFrontClippingPlane()
public void setFrontClippingPlane(double frontClippingPlane)
frontClippingPlane - New value of property frontClippingPlane.public double getFieldOfView()
public void setFieldOfView(double fieldOfView)
fieldOfView - New value of property fieldOfView.public java.util.List getShapes()
public void setShapes(java.util.List shapes)
shapes - New value of property shapes.public java.util.List getLights()
public void setLights(java.util.List lights)
lights - New value of property lights.public Color getBackground()
public void setBackground(Color background)
background - New value of property background.public double getRefractionIndex()
public void setRefractionIndex(double refractionIndex)
public double getTolerance()
public void setTolerance(double tolerance)
tolerance - New value of property tolerance.public Vector getUp()
public void setUp(Vector up)
up - New value of property up.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||