Class AbstractReadOnlyPoint

    • Constructor Detail

      • AbstractReadOnlyPoint

        protected AbstractReadOnlyPoint​(NativeObject nativeObject)
        Creates the object with native object instance to be wrapped.
        Parameters:
        nativeObject - native object instance to be wrapped.
    • Method Detail

      • getX

        public final double getX()
        Returns the X coordinate of the point.
        Returns:
        the X coordinate of the point.
      • getY

        public final double getY()
        Returns the Y coordinate of the point.
        Returns:
        the Y coordinate of the point.
      • isConsistent

        public final boolean isConsistent()
        Returns true if the coordinates are consistent and not NaN.
        Returns:
        true if the coordinates are consistent and not NaN