artofillusion
Class CameraFilterDialog

java.lang.Object
  extended by BDialog
      extended by artofillusion.CameraFilterDialog
All Implemented Interfaces:
RenderListener

public class CameraFilterDialog
extends BDialog
implements RenderListener

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

CameraFilterDialog

public CameraFilterDialog(EditingWindow parent,
                          SceneCamera camera,
                          CoordinateSystem cameraCoords)
Method Detail

imageUpdated

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

Specified by:
imageUpdated in interface RenderListener

statusChanged

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

Specified by:
statusChanged in interface RenderListener

imageComplete

public void imageComplete(ComplexImage image)
This method will be called when rendering is complete.

Specified by:
imageComplete in interface RenderListener

renderingCanceled

public void renderingCanceled()
This method will be called if rendering is canceled.

Specified by:
renderingCanceled in interface RenderListener


Copyright © 1999-2011 by Peter Eastman.