Uses of Class
org.jcreme.filters.DoubleOrderFilter

Packages that use DoubleOrderFilter
org.jcreme.filters   
 

Uses of DoubleOrderFilter in org.jcreme.filters
 

Methods in org.jcreme.filters that return DoubleOrderFilter
 DoubleOrderFilter DoubleIntervalFilter.getLowerFilter()
          This method gives access to the lower barrier.
 DoubleOrderFilter DoubleIntervalFilter.getUpperFilter()
          This method gives access to the upper barrier.
 

Methods in org.jcreme.filters with parameters of type DoubleOrderFilter
 void DoubleIntervalFilter.setLowerFilter(DoubleOrderFilter filter)
          This method enables to change the lower barrier of the interval.
 void DoubleIntervalFilter.setUpperFilter(DoubleOrderFilter filter)
          This method enables to change the upper barrier of the interval.
 

Constructors in org.jcreme.filters with parameters of type DoubleOrderFilter
DoubleIntervalFilter(DoubleOrderFilter lowerFilter, DoubleOrderFilter upperFilter)
          Creates a new instance of DoubleIntervalFilter
 



Copyright 2006 null. All Rights Reserved.