Documentation of 'org.jplot2d.data.ImageMaskBuffer' Java class
ImageMaskBuffer
org.jplot2d.data

Interface ImageMaskBuffer

  • All Known Subinterfaces:
    BooleanMaskBuffer
    All Known Implementing Classes:
    BooleanMaskBuffer.Array, BooleanMaskBuffer.Array2D


    public interface ImageMaskBuffer
    A 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
      boolean isMasked(int x, int y)
      returns a boolean to determines for the associated element whether the value is valid or not.
    • Method Detail

      • isMasked

        boolean isMasked(int x,
                         int y)
        returns a boolean to determines for the associated element whether the value is valid or not.
        Parameters:
        x - The X coordinate of the pixel location
        y - The Y coordinate of the pixel location
        Returns:
        an boolean

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.