Packages

 

com.aspose.imaging.fileformats.cdr.types

Class PointD

  • java.lang.Object
    • com.aspose.ms.System.ValueType<T>
      • com.aspose.ms.lang.Struct<PointD>
        • com.aspose.imaging.fileformats.cdr.types.PointD
  • All Implemented Interfaces:
    Cloneable


    public class PointD
    extends com.aspose.ms.lang.Struct<PointD>
    implements Cloneable

    The point double

    • Constructor Detail

      • PointD

        public PointD()
      • PointD

        public PointD(double x,
                      double y)

        Initializes a new instance of the PointD struct.

        Parameters:
        x - The x value.
        y - The y value.
    • Method Detail

      • getX

        public final double getX()

        Gets the x.

        Returns:
        the x.
      • setX

        public final void setX(double value)

        Sets the x.

        Parameters:
        value - the x.
      • getY

        public final double getY()

        Gets the y.

        Returns:
        the y.
      • setY

        public final void setY(double value)

        Sets the y.

        Parameters:
        value - the y.
      • toPointF

        public final PointF toPointF()
      • CloneTo

        public void CloneTo(PointD that)
        Specified by:
        CloneTo in class com.aspose.ms.System.ValueType<PointD>
      • Clone

        public PointD Clone()
        Specified by:
        Clone in class com.aspose.ms.System.ValueType<PointD>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isEquals

        public static boolean isEquals(PointD obj1,
                                       PointD obj2)