Packages

 

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

Class CadBoundaryPathSpline

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

      • CadBoundaryPathSpline

        public CadBoundaryPathSpline()
    • Method Detail

      • getDegree

        public final int getDegree()

        Gets or sets the degree.

      • setDegree

        public final void setDegree(int value)

        Gets or sets the degree.

      • getRational

        public final short getRational()

        Gets or sets the rational

      • setRational

        public final void setRational(short value)

        Gets or sets the rational

      • getPeriodirc

        public final short getPeriodirc()

        Gets or sets the periodic

      • setPeriodirc

        public final void setPeriodirc(short value)

        Gets or sets the periodic

      • getKnotsNumber

        public final short getKnotsNumber()

        Gets or sets the knots number.

        Returns:
        The knots number.
      • setKnotsNumber

        public final void setKnotsNumber(short value)

        Gets or sets the knots number.

        Parameters:
        value - The knots number.
      • getKnotValues

        public final List<Double> getKnotValues()

        Gets or sets the knot values.

        Returns:
        The knot values.
      • setKnotValues

        public final void setKnotValues(List<Double> value)

        Gets or sets the knot values.

        Parameters:
        value - The knot values.
      • getControlPointsNumber

        public final short getControlPointsNumber()

        Gets or sets the control points number.

        Returns:
        The control points number.
      • setControlPointsNumber

        public final void setControlPointsNumber(short value)

        Gets or sets the control points number.

        Parameters:
        value - The control points number.
      • getControlPoints

        public final List<Point2D> getControlPoints()

        Gets or sets the control points.

        Returns:
        The control points.
      • setControlPoints

        public final void setControlPoints(List<Point2D> value)

        Gets or sets the control points.

        Parameters:
        value - The control points.
      • getWeightParams

        public final List<Double> getWeightParams()

        Gets or sets the weight parameter

        Returns:
        The weight parameter
      • setWeightParams

        public final void setWeightParams(List<Double> value)

        Gets or sets the weight parameter

        Parameters:
        value - The weight parameter
      • getFitPointsNumber

        public final short getFitPointsNumber()

        Gets or sets the fit points number.

        Returns:
        The fit points number.
      • setFitPointsNumber

        public final void setFitPointsNumber(short value)

        Gets or sets the fit points number.

        Parameters:
        value - The fit points number.
      • getFitPoints

        public final List<Point2D> getFitPoints()

        Gets or sets the fit points.

        Returns:
        The fit points.
      • setFitPoints

        public final void setFitPoints(List<Point2D> value)

        Gets or sets the fit points.

        Parameters:
        value - The fit points.
      • getStartTangent

        public final Point2D getStartTangent()

        Gets or sets the start tangent.

        Returns:
        The start tangent.
      • setStartTangent

        public final void setStartTangent(Point2D value)

        Gets or sets the start tangent.

        Parameters:
        value - The start tangent.
      • getEndTangent

        public final Point2D getEndTangent()

        Gets or sets the end tangent.

        Returns:
        The end tangent.
      • setEndTangent

        public final void setEndTangent(Point2D value)

        Gets or sets the end tangent.

        Parameters:
        value - The end tangent.