Class MPSImageCoordinate


  • public final class MPSImageCoordinate
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long channel()
      < The index of the channel or feature channel within the pixel
      void setChannel​(long value)
      < The index of the channel or feature channel within the pixel
      void setX​(long value)
      < The horizontal component of the coordinate.
      void setY​(long value)
      < The vertical component of the coordinate.
      long x()
      < The horizontal component of the coordinate.
      long y()
      < The vertical component of the coordinate.
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSImageCoordinate

        public MPSImageCoordinate()
      • MPSImageCoordinate

        protected MPSImageCoordinate​(org.moe.natj.general.Pointer peer)
      • MPSImageCoordinate

        public MPSImageCoordinate​(long x,
                                  long y,
                                  long channel)
    • Method Detail

      • x

        public long x()
        < The horizontal component of the coordinate. Units: pixels
      • setX

        public void setX​(long value)
        < The horizontal component of the coordinate. Units: pixels
      • y

        public long y()
        < The vertical component of the coordinate. Units: pixels
      • setY

        public void setY​(long value)
        < The vertical component of the coordinate. Units: pixels
      • channel

        public long channel()
        < The index of the channel or feature channel within the pixel
      • setChannel

        public void setChannel​(long value)
        < The index of the channel or feature channel within the pixel