Packages

 

com.aspose.cad.fileformats.cad.cadobjects.hatch

Class CadBoundaryPathLine

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.hatch.CadBoundaryPathLine
    • Constructor Detail

      • CadBoundaryPathLine

        public CadBoundaryPathLine()
    • Method Detail

      • getFirstPoint

        public final Point2D getFirstPoint()

        Gets or sets the first Point.

        Returns:
        The First Point.
      • setFirstPoint

        public final void setFirstPoint(Point2D value)

        Gets or sets the first Point.

        Parameters:
        value - The First Point.
      • getSecondPoint

        public final Point2D getSecondPoint()

        Gets or sets the second Point.

        Returns:
        The Second Point.
      • setSecondPoint

        public final void setSecondPoint(Point2D value)

        Gets or sets the second Point.

        Parameters:
        value - The Second Point.