edu.iris.Fissures.IfFilter
Class FilterStyle

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

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

See Also:
Serialized Form

Field Summary
 float[] corner_freqs
           
 java.lang.String formula
           
 short[] nPoles
           
 Cropping selection
           
 boolean two_way
           
 
Constructor Summary
FilterStyle()
           
FilterStyle(Cropping selection, java.lang.String formula, boolean two_way, float[] corner_freqs, short[] nPoles)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selection

public Cropping selection

formula

public java.lang.String formula

two_way

public boolean two_way

corner_freqs

public float[] corner_freqs

nPoles

public short[] nPoles
Constructor Detail

FilterStyle

public FilterStyle()

FilterStyle

public FilterStyle(Cropping selection,
                   java.lang.String formula,
                   boolean two_way,
                   float[] corner_freqs,
                   short[] nPoles)