public class CdrPolygonTransform extends CdrObjectContainer
The polygon transform
CdrGraphicObject
Constructor and Description |
---|
CdrPolygonTransform() |
Modifier and Type | Method and Description |
---|---|
int |
getNextPoint()
Gets the next point.
|
int |
getNumAngles()
Gets the number angles.
|
PointD |
getPosition()
Gets the position.
|
double |
getXRadius()
Gets the x radius.
|
double |
getYRadius()
Gets the y radius.
|
void |
setNextPoint(int value)
Sets the next point.
|
void |
setNumAngles(int value)
Sets the number angles.
|
void |
setPosition(PointD value)
Sets the position.
|
void |
setXRadius(double value)
Sets the x radius.
|
void |
setYRadius(double value)
Sets the y radius.
|
addChildObject, getChilds, getLastChild, getLoadToLastChild, insertObject, setLastChild, setLoadToLastChild
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final double getXRadius()
Gets the x radius.
public final void setXRadius(double value)
Sets the x radius.
value
- the x radius.public final double getYRadius()
Gets the y radius.
public final void setYRadius(double value)
Sets the y radius.
value
- the y radius.public final PointD getPosition()
Gets the position.
public final void setPosition(PointD value)
Sets the position.
value
- the position.public final int getNumAngles()
Gets the number angles.
public final void setNumAngles(int value)
Sets the number angles.
value
- the number angles.public final int getNextPoint()
Gets the next point.
public final void setNextPoint(int value)
Sets the next point.
value
- the next point.