org.limn.data
Interface LimnFilter

All Known Implementing Classes:
SimpleFilter

public interface LimnFilter

LimnFilter interface is used to specifiy the methods needed for filtering and subsetting operations. It is used for interacting with existing animations created by other Limn programs.


Method Summary
 void createSubset(double x, double y, double x2, double y2, int n, LimnViewer lv)
          createSubset needs the x and y corners of the brush rectangle, the index of the animation frame (to sync up the projections) and a LimnViewer (the graphics element) to allow the subset data to be added to the collection of renderable objects
 

Method Detail

createSubset

public void createSubset(double x,
                         double y,
                         double x2,
                         double y2,
                         int n,
                         LimnViewer lv)
createSubset needs the x and y corners of the brush rectangle, the index of the animation frame (to sync up the projections) and a LimnViewer (the graphics element) to allow the subset data to be added to the collection of renderable objects