Packages

 

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

Class CadBoundaryPathCircularArc

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

      • CadBoundaryPathCircularArc

        public CadBoundaryPathCircularArc()
    • Method Detail

      • getCenterPoint

        public final Point2D getCenterPoint()

        Gets or sets the centerPoint.

        Returns:
        The centerPoint.
      • setCenterPoint

        public final void setCenterPoint(Point2D value)

        Gets or sets the centerPoint.

        Parameters:
        value - The centerPoint.
      • getRadius

        public final double getRadius()

        Gets or sets the radius.

        Returns:
        The radius.
      • setRadius

        public final void setRadius(double value)

        Gets or sets the radius.

        Parameters:
        value - The radius.
      • getStartAngle

        public final double getStartAngle()

        Gets or sets Start angle.

        Returns:
        The Start angle
      • setStartAngle

        public final void setStartAngle(double value)

        Gets or sets Start angle.

        Parameters:
        value - The Start angle
      • getEndAngle

        public final double getEndAngle()

        Gets or sets the End angle.

        Returns:
        End angle.
      • setEndAngle

        public final void setEndAngle(double value)

        Gets or sets the End angle.

        Parameters:
        value - End angle.
      • getCounterClockwize

        public final short getCounterClockwize()

        Gets or sets the counter clockwize.

        Returns:
        The counter clockwize.
      • setCounterClockwize

        public final void setCounterClockwize(short value)

        Gets or sets the counter clockwize.

        Parameters:
        value - The counter clockwize.