org.limn.data
Class SimpleFilter

java.lang.Object
  |
  +--org.limn.data.SimpleFilter
All Implemented Interfaces:
LimnFilter

public class SimpleFilter
extends java.lang.Object
implements LimnFilter

SimpleFilter implements the LimnFilter interface. it acts as a conduit to a LimnViewer object and


Constructor Summary
SimpleFilter(java.lang.String d, java.lang.String b)
           
 
Method Summary
 void createSubset(double x, double y, double x2, double y2, int index, 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
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFilter

public SimpleFilter(java.lang.String d,
                    java.lang.String b)
Method Detail

init

public void init()

createSubset

public void createSubset(double x,
                         double y,
                         double x2,
                         double y2,
                         int index,
                         LimnViewer lv)
Description copied from interface: LimnFilter
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
Specified by:
createSubset in interface LimnFilter