fr.umlv.lovmi.filters
Class AbstractFilter

java.lang.Object
  extended by fr.umlv.lovmi.filters.AbstractFilter
All Implemented Interfaces:
Filter

public abstract class AbstractFilter
extends java.lang.Object
implements Filter


Field Summary
protected  int loadingValue
           
 
Constructor Summary
AbstractFilter()
           
 
Method Summary
 int getLoadState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.umlv.lovmi.filters.Filter
applyToPixel, canApply, getResult, init, produceResult, start, terminate
 

Field Detail

loadingValue

protected int loadingValue
Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

getLoadState

public int getLoadState()