Packages

 

com.aspose.cad.fileformats.dwf.whip.objects

Class DwfWhipLogicalPoint

  • java.lang.Object
    • com.aspose.cad.fileformats.dwf.whip.objects.DwfWhipLogicalPoint


  • public class DwfWhipLogicalPoint
    extends Object

    Represents Logical point

    • Constructor Detail

      • DwfWhipLogicalPoint

        public DwfWhipLogicalPoint()

        Initializes a new instance of the DwfWhipLogicalPoint class

      • DwfWhipLogicalPoint

        public DwfWhipLogicalPoint(double x,
                                   double y)

        Initializes a new instance of the DwfWhipLogicalPoint class

        Parameters:
        x - X coordinate
        y - Y coordinate
    • Method Detail

      • getX

        public double getX()

        Gets or sets X coordinate

      • setX

        public void setX(double value)

        Gets or sets X coordinate

      • getY

        public double getY()

        Gets or sets Y coordinate

      • setY

        public void setY(double value)

        Gets or sets Y coordinate