public class MaskThresholdDataImpl extends java.lang.Object implements MaskThresholdData
| Constructor and Description |
|---|
MaskThresholdDataImpl(MaskThresholdPanelImpl panel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBandInputLayer() |
int |
getBandOperationLayer() |
int |
getBandOutputLayer() |
double |
getFixedValue() |
java.lang.Object |
getInputLayer() |
int |
getMethodOutput() |
int |
getOperation() |
java.lang.Object |
getOperationLayer() |
int |
getOperationMethod() |
java.lang.Object |
getOutputInputLayer() |
double |
getThresholdValue() |
public MaskThresholdDataImpl(MaskThresholdPanelImpl panel)
public java.lang.Object getInputLayer()
getInputLayer in interface MaskThresholdDatapublic java.lang.Object getOperationLayer()
getOperationLayer in interface MaskThresholdDatapublic java.lang.Object getOutputInputLayer()
getOutputInputLayer in interface MaskThresholdDatapublic int getBandInputLayer()
getBandInputLayer in interface MaskThresholdDatapublic int getOperation()
getOperation in interface MaskThresholdDatapublic int getOperationMethod()
getOperationMethod in interface MaskThresholdDatapublic double getThresholdValue()
getThresholdValue in interface MaskThresholdDatapublic int getBandOperationLayer()
getBandOperationLayer in interface MaskThresholdDatapublic int getBandOutputLayer()
getBandOutputLayer in interface MaskThresholdDatapublic int getMethodOutput()
getMethodOutput in interface MaskThresholdDatapublic double getFixedValue()
getFixedValue in interface MaskThresholdData