Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrPolygonTransform

    • Constructor Detail

      • CdrPolygonTransform

        public CdrPolygonTransform()
    • Method Detail

      • getXRadius

        public final double getXRadius()

        Gets the x radius.

        Returns:
        the x radius.
      • setXRadius

        public final void setXRadius(double value)

        Sets the x radius.

        Parameters:
        value - the x radius.
      • getYRadius

        public final double getYRadius()

        Gets the y radius.

        Returns:
        the y radius.
      • setYRadius

        public final void setYRadius(double value)

        Sets the y radius.

        Parameters:
        value - the y radius.
      • getPosition

        public final PointD getPosition()

        Gets the position.

        Returns:
        the position.
      • setPosition

        public final void setPosition(PointD value)

        Sets the position.

        Parameters:
        value - the position.
      • getNumAngles

        public final int getNumAngles()

        Gets the number angles.

        Returns:
        the number angles.
      • setNumAngles

        public final void setNumAngles(int value)

        Sets the number angles.

        Parameters:
        value - the number angles.
      • getNextPoint

        public final int getNextPoint()

        Gets the next point.

        Returns:
        the next point.
      • setNextPoint

        public final void setNextPoint(int value)

        Sets the next point.

        Parameters:
        value - the next point.