topical media & game development

talk show tell print

actionscript-book-FilterWorkbench-com-example-programmingas3-filterWorkbench-IFilterPanel.ax

actionscript-book-FilterWorkbench-com-example-programmingas3-filterWorkbench-IFilterPanel.ax [swf] flex


  package 
  {
          //import com.example.programmingas3.filterWorkbench.IFilterFactory;
          
          
Defines the common methods and properties that the application's filter panels expose for getting data out of the panels. All filter panels should implement this interface and be a display object.

  
          public interface @ax-actionscript-book-FilterWorkbench-com-example-programmingas3-filterWorkbench-IFilterPanel
          {
                  
Resets the filter panel to its original settings.

  
                  function resetForm():void;
                  
                  
                  
Gets a filter factory that generates the bitmap filter with the settings and filter type specified by the filter panel and its current settings.

  
                  function get filterFactory():actionscript_book_FilterWorkbench_com_example_programmingas3_filterWorkbench_IFilterFactory;
          }
  }


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.