Class threshold

java.lang.Object
  |
  +--operator
        |
        +--operator1DInt
              |
              +--threshold

public class threshold
extends operator1DInt


Fields inherited from class operator
box, name, panel, parameters, type
 
Constructor Summary
threshold()
           
threshold(javax.swing.JPanel panel, linkData links)
           
 
Method Summary
 void dothresh()
           
 void go()
           
 void loadParameters(java.io.StreamTokenizer tokenizer)
          Used to load all the parameters for this particular operator and reset the interface so that it contains these loaded parameters
 java.lang.String saveParameters()
          Returns a String representing all the parameters for this operator for the purpose of saving the system setup (and being able to load it again at a future date).
 void updateThreshold(int low, int high)
           
 
Methods inherited from class operator1DInt
getOutput1, getOutput2, link1To1, link1To2, link2To1, link2To2, setInput1, setInput2
 
Methods inherited from class operator
getBox, getName, getParameters, getType, propagate, propagateSingleLink, saveOperator, setBox, setName, setType, showParameters, updateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

threshold

public threshold()

threshold

public threshold(javax.swing.JPanel panel,
                 linkData links)
Method Detail

saveParameters

public java.lang.String saveParameters()
Returns a String representing all the parameters for this operator for the purpose of saving the system setup (and being able to load it again at a future date).
Overrides:
saveParameters in class operator

loadParameters

public void loadParameters(java.io.StreamTokenizer tokenizer)
                    throws java.io.IOException
Used to load all the parameters for this particular operator and reset the interface so that it contains these loaded parameters
Overrides:
loadParameters in class operator

updateThreshold

public void updateThreshold(int low,
                            int high)

go

public void go()
Overrides:
go in class operator

dothresh

public void dothresh()