Uses of Interface
edu.swri.swiftvis.Filter

Packages that use Filter
edu.swri.swiftvis   
edu.swri.swiftvis.filters   
 

Uses of Filter in edu.swri.swiftvis
 

Methods in edu.swri.swiftvis that return types with arguments of type Filter
 java.lang.Class<Filter> OptionsData.selectFilterType(java.awt.Component frame)
           
 

Methods in edu.swri.swiftvis with parameters of type Filter
 void GraphPanel.addFilter(Filter filter)
           
 

Uses of Filter in edu.swri.swiftvis.filters
 

Classes in edu.swri.swiftvis.filters that implement Filter
 class AbstractMultipleSourceFilter
          This is an abstract class that can help people who are creating new filters that can have multiple inputs into them.
 class AbstractSingleSourceFilter
          This abstract class is intended to help people extend SWIFTVis.
 class BinnedFilter
          This filter is intended to provide the user with the ability to bin the input values in one or more dimensions.
 class CoordConvertFilter
           
 class ElementTableEditor
           
 class FunctionFilter
           
 class GroupNumberingFilter
          This method goes through and adds two new parameters to the elements of the single source.
 class KeySelectionFilter
          This filter is intended to be used with multiple inputs to do selections.
 class MergeFilter
          This class gives the user a way to merge two or more data sets together in a serial manner.
 class MovieFilter
          This filter is designed so that people can easily view many "slices" through a given dimension of a
 class RegionSelectionFilter
          This is a filter that takes a single source and selects elements in a certain region.
 class SelectFilter
          This class provides a way for the user to select specific elements from inputs.
 class SliceSelectionFilter
          This is a filter that takes a single source and selects elements in a certain region.
 class SortFilter
           
 class ThinningFilter
           
 class WakePeakFilter
          This is a simple filter intended to isolate the location of wake peaks in the two types of output data that I use for ring simulations.