public class CdrArtisticText extends CdrGraphicObject
The cdr Artistic text
CdrObjectContainer
Constructor and Description |
---|
CdrArtisticText() |
Modifier and Type | Method and Description |
---|---|
PointD |
getOrigin()
Gets the origin.
|
int |
getTextIndex()
Gets the index of the text.
|
void |
setOrigin(PointD value)
Sets the origin.
|
void |
setTextIndex(int value)
Sets the index of the text.
|
getBoundsInPixels, getClipId, getHeight, getWidth, setBoundsInPixels, setClipId, setHeight, setWidth
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final PointD getOrigin()
Gets the origin.
public final void setOrigin(PointD value)
Sets the origin.
value
- the origin.public final int getTextIndex()
Gets the index of the text.
Value: The index of the text.public final void setTextIndex(int value)
Sets the index of the text.
Value: The index of the text.value
- the index of the text.