CdrPolygonTransform

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrObjectContainer

public class CdrPolygonTransform extends CdrObjectContainer

The polygon transform

Constructors

ConstructorDescription
CdrPolygonTransform()

Methods

MethodDescription
getXRadius()Gets the x radius.
setXRadius(double value)Sets the x radius.
getYRadius()Gets the y radius.
setYRadius(double value)Sets the y radius.
getPosition()Gets the position.
setPosition(PointD value)Sets the position.
getNumAngles()Gets the number angles.
setNumAngles(int value)Sets the number angles.
getNextPoint()Gets the next point.
setNextPoint(int value)Sets the next point.

CdrPolygonTransform()

public CdrPolygonTransform()

getXRadius()

public final double getXRadius()

Gets the x radius.

Returns: double - the x radius.

setXRadius(double value)

public final void setXRadius(double value)

Sets the x radius.

Parameters:

ParameterTypeDescription
valuedoublethe x radius.

getYRadius()

public final double getYRadius()

Gets the y radius.

Returns: double - the y radius.

setYRadius(double value)

public final void setYRadius(double value)

Sets the y radius.

Parameters:

ParameterTypeDescription
valuedoublethe y radius.

getPosition()

public final PointD getPosition()

Gets the position.

Returns: PointD - the position.

setPosition(PointD value)

public final void setPosition(PointD value)

Sets the position.

Parameters:

ParameterTypeDescription
valuePointDthe position.

getNumAngles()

public final int getNumAngles()

Gets the number angles.

Returns: int - the number angles.

setNumAngles(int value)

public final void setNumAngles(int value)

Sets the number angles.

Parameters:

ParameterTypeDescription
valueintthe number angles.

getNextPoint()

public final int getNextPoint()

Gets the next point.

Returns: int - the next point.

setNextPoint(int value)

public final void setNextPoint(int value)

Sets the next point.

Parameters:

ParameterTypeDescription
valueintthe next point.