Class PixelsWrapper.Coordinates

  • Enclosing class:
    PixelsWrapper

    public static class PixelsWrapper.Coordinates
    extends Object
    Class containing 5D pixel coordinates
    • Constructor Detail

      • Coordinates

        public Coordinates​(int x,
                           int y,
                           int c,
                           int z,
                           int t)
        Coordinates constructor.
        Parameters:
        x - X coordinate.
        y - Y coordinate.
        c - C coordinate.
        z - Z coordinate.
        t - T coordinate.
    • Method Detail

      • getX

        public int getX()
        Gets X coordinate.
        Returns:
        x coordinate.
      • getY

        public int getY()
        Gets Y coordinate.
        Returns:
        Y coordinate.
      • getC

        public int getC()
        Gets C coordinate.
        Returns:
        C coordinate.
      • getZ

        public int getZ()
        Gets Z coordinate.
        Returns:
        Z coordinate.
      • getT

        public int getT()
        Gets T coordinate.
        Returns:
        T coordinate.