org.jplot2d.data
Interface ImageMaskBuffer
-
- All Known Subinterfaces:
- BooleanMaskBuffer
- All Known Implementing Classes:
- BooleanMaskBuffer.Array, BooleanMaskBuffer.Array2D
public interface ImageMaskBufferA interface can returns a boolean to determines for the associated element whether the value is valid or not. When an element of the mask is False, the corresponding element is valid and is said to be unmasked. When an element of the mask is True, the corresponding element is said to be masked (invalid).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisMasked(int x, int y)returns a boolean to determines for the associated element whether the value is valid or not.
-
DMelt 3.0 © DataMelt by jWork.ORG