|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcs665.RenderingTask
Simply a container for the 3 parts of a rendering task: the scene, the camera, and the image.
| Constructor Summary | |
RenderingTask()
|
|
| Method Summary | |
cs665.scene.Camera |
getCamera()
Getter for property camera. |
cs665.io.RGBColorImage |
getImage()
Getter for property image. |
cs665.scene.Scene |
getScene()
Getter for property scene. |
void |
setCamera(cs665.scene.Camera camera)
Setter for property camera. |
void |
setImage(cs665.io.RGBColorImage image)
Setter for property image. |
void |
setScene(cs665.scene.Scene scene)
Setter for property scene. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RenderingTask()
| Method Detail |
public cs665.io.RGBColorImage getImage()
public void setImage(cs665.io.RGBColorImage image)
image - New value of property image.public cs665.scene.Scene getScene()
public void setScene(cs665.scene.Scene scene)
scene - New value of property scene.public cs665.scene.Camera getCamera()
public void setCamera(cs665.scene.Camera camera)
camera - New value of property camera.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||