Packages

 

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

Class CadBoundaryPathCircularEllipse

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

      • CadBoundaryPathCircularEllipse

        public CadBoundaryPathCircularEllipse()
    • 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.
      • getMajorEndPoint

        public final Point2D getMajorEndPoint()

        Gets or sets the majour end point.

        Returns:
        The majour end point.
      • setMajorEndPoint

        public final void setMajorEndPoint(Point2D value)

        Gets or sets the majour end point.

        Parameters:
        value - The majour end point.
      • getAxisRatio

        public final double getAxisRatio()

        Gets or sets the radius.

        Returns:
        The radius.
      • setAxisRatio

        public final void setAxisRatio(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.
      • getCounterclockwiseFlag

        public final short getCounterclockwiseFlag()

        Gets or sets the counterclockwise flag.

        Returns:
        The counterclockwise flag.
      • setCounterclockwiseFlag

        public final void setCounterclockwiseFlag(short value)

        Gets or sets the counterclockwise flag.

        Parameters:
        value - The counterclockwise flag.