CdrPolygonTransform
Contents
[
Hide
]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
Constructor | Description |
---|---|
CdrPolygonTransform() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | double | the 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:
Parameter | Type | Description |
---|---|---|
value | double | the 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:
Parameter | Type | Description |
---|---|---|
value | PointD | the 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:
Parameter | Type | Description |
---|---|---|
value | int | the 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:
Parameter | Type | Description |
---|---|---|
value | int | the next point. |