Uses of Interface
frog.Filter

Packages that use Filter
frog   
 

Uses of Filter in frog
 

Classes in frog that implement Filter
 class DirectorialEquivalence
          Filter for removing vectors based on the vectors that come before them.
 class IdleState
          Filter for removing vectors based on their magnitude.
 

Methods in frog that return Filter
 Filter[] Session.getActiveFilters()
          Returns a list of filters currently active on this Session.
 

Methods in frog with parameters of type Filter
 void Session.addFilter(Filter filter)
          Adds a filter to this session.
 void Session.addFilter(Filter filter, int index)
          Adds a filter in a particular order to this session.
static void Log.out(Filter source, String message)
          Attempts to log data to the text file and/or the JTextArea associated with this Log.