Uses of Class
artofillusion.image.ComplexImage

Packages that use ComplexImage
artofillusion   
artofillusion.image   
artofillusion.image.filter   
artofillusion.object   
 

Uses of ComplexImage in artofillusion
 

Methods in artofillusion with parameters of type ComplexImage
 void RenderListener.imageComplete(ComplexImage image)
          This method will be called when rendering is complete.
 void RenderingDialog.imageComplete(ComplexImage image)
          Called when rendering is finished.
 void MaterialPreviewer.imageComplete(ComplexImage image)
          Called when rendering is complete.
 void CameraFilterDialog.imageComplete(ComplexImage image)
          This method will be called when rendering is complete.
 

Uses of ComplexImage in artofillusion.image
 

Methods in artofillusion.image that return ComplexImage
 ComplexImage ComplexImage.duplicate()
          Create a duplicate of this object.
 ComplexImage ImageAverager.getAverageImage()
          Get the average image.
 

Methods in artofillusion.image with parameters of type ComplexImage
 void ImageAverager.addImage(ComplexImage img)
          Add an image.
 boolean ImageSaver.saveImage(ComplexImage img)
          Save the next image to disk.
static boolean ImageSaver.saveImage(ComplexImage img, java.io.File f, int format, int quality)
          Save an image to disk in the specified format.
static void HDREncoder.writeImage(ComplexImage img, java.io.OutputStream out)
          Write out the data for an image to a stream.
 

Uses of ComplexImage in artofillusion.image.filter
 

Methods in artofillusion.image.filter with parameters of type ComplexImage
 void TintFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void SaturationFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void OutlineFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void NoiseReductionFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
abstract  void ImageFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void GlowFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void ExposureFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void DepthOfFieldFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void BrightnessFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 void BlurFilter.filterImage(ComplexImage image, Scene scene, SceneCamera camera, CoordinateSystem cameraPos)
          Apply the filter to an image.
 

Uses of ComplexImage in artofillusion.object
 

Methods in artofillusion.object that return ComplexImage
 ComplexImage SceneCamera.renderScene(Scene theScene, int width, int height, Renderer rend, CoordinateSystem cameraPos)
          This is a utility method which synchronously renders an image of the scene from the viewpoint of this camera.
 

Methods in artofillusion.object with parameters of type ComplexImage
 void SceneCamera.applyImageFilters(ComplexImage image, Scene scene, CoordinateSystem coords)
          Apply all of this camera's filters to an image.
 



Copyright © 1999-2011 by Peter Eastman.