|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBDialog
artofillusion.CameraFilterDialog
public class CameraFilterDialog
This is dialog in which the user can edit the list of filters attached to a camera.
Nested Class Summary | |
---|---|
static class |
CameraFilterDialog.FiltersPanel
This is the panel containing the list of filters and the parameters for each one. |
Constructor Summary | |
---|---|
CameraFilterDialog(EditingWindow parent,
SceneCamera camera,
CoordinateSystem cameraCoords)
|
Method Summary | |
---|---|
void |
imageComplete(ComplexImage image)
This method will be called when rendering is complete. |
void |
imageUpdated(java.awt.Image image)
The renderer may call this method periodically during rendering, to notify the listener that more of the image is complete. |
void |
renderingCanceled()
This method will be called if rendering is canceled. |
void |
statusChanged(java.lang.String status)
The renderer may call this method periodically during rendering, to give the listener text descriptions of the current status of rendering. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CameraFilterDialog(EditingWindow parent, SceneCamera camera, CoordinateSystem cameraCoords)
Method Detail |
---|
public void imageUpdated(java.awt.Image image)
imageUpdated
in interface RenderListener
public void statusChanged(java.lang.String status)
statusChanged
in interface RenderListener
public void imageComplete(ComplexImage image)
imageComplete
in interface RenderListener
public void renderingCanceled()
renderingCanceled
in interface RenderListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |