public interface ROIMaskData
| Modifier and Type | Method and Description | 
|---|---|
void | 
addROI(Object[] roi)  | 
void | 
clearROIs()  | 
int | 
getAlpha()  | 
Object | 
getInputLayer()  | 
boolean[] | 
getROIsSelected()  | 
double | 
getValueNoData()  | 
boolean | 
isInverse()  | 
void | 
setInputLayer(Object obj)  | 
void | 
setValueNoData(double value)  | 
Object getInputLayer()
void setInputLayer(Object obj)
boolean[] getROIsSelected()
void setValueNoData(double value)
double getValueNoData()
void clearROIs()
               throws NotInitializeException
NotInitializeExceptionvoid addROI(Object[] roi) throws NotInitializeException
NotInitializeExceptionint getAlpha()
boolean isInverse()