edu.iris.Fissures.IfFilter
Class FilterInfo

java.lang.Object
  extended by edu.iris.Fissures.IfFilter.FilterInfo
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class FilterInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String[] supported_algorithms
           
 Cropping[] supported_croppings
           
 boolean supports_two_way
           
 
Constructor Summary
FilterInfo()
           
FilterInfo(java.lang.String[] supported_algorithms, Cropping[] supported_croppings, boolean supports_two_way)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supported_algorithms

public java.lang.String[] supported_algorithms

supported_croppings

public Cropping[] supported_croppings

supports_two_way

public boolean supports_two_way
Constructor Detail

FilterInfo

public FilterInfo()

FilterInfo

public FilterInfo(java.lang.String[] supported_algorithms,
                  Cropping[] supported_croppings,
                  boolean supports_two_way)