artofillusion
Class CameraFilterDialog.FiltersPanel

java.lang.Object
  extended by FormContainer
      extended by artofillusion.CameraFilterDialog.FiltersPanel
Enclosing class:
CameraFilterDialog

public static class CameraFilterDialog.FiltersPanel
extends FormContainer

This is the panel containing the list of filters and the parameters for each one. It is a separate class so it can be reused in the rendering window.


Constructor Summary
CameraFilterDialog.FiltersPanel(SceneCamera camera, java.lang.Runnable filterChangedCallback)
           
 
Method Summary
 java.util.ArrayList<ImageFilter> getFilters()
          Get the filters to apply.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CameraFilterDialog.FiltersPanel

public CameraFilterDialog.FiltersPanel(SceneCamera camera,
                                       java.lang.Runnable filterChangedCallback)
Method Detail

getFilters

public java.util.ArrayList<ImageFilter> getFilters()
Get the filters to apply.



Copyright © 1999-2011 by Peter Eastman.