IText
Inheritance: java.lang.Object, IDrawable
Interface for text primitive
Methods
| Method | Description |
|---|---|
| getText() | Text |
| getOrientation() | Horizontal or vertical text |
| getMirrioring() | Mirroring of text |
| getOrigin() | Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0] |
| getEndBottomLine() | Right bottom point of text boundary, maps to AllPoints[3] |
| getUpperLeft() | Left upper point of text boundary, maps to AllPoints[1] |
| getUpperRight() | Right upper point of text boundary, maps to AllPoints[2] |
getText()
String getText()
Text
Returns: String
getOrientation()
int getOrientation()
Horizontal or vertical text
Returns: int
getMirrioring()
int getMirrioring()
Mirroring of text
Returns: int
getOrigin()
Point3D getOrigin()
Left bottom point of text boundary, used as origin point of primitive,maps to AllPoints[0]
Returns: Point3D
getEndBottomLine()
Point3D getEndBottomLine()
Right bottom point of text boundary, maps to AllPoints[3]
Returns: Point3D
getUpperLeft()
Point3D getUpperLeft()
Left upper point of text boundary, maps to AllPoints[1]
Returns: Point3D
getUpperRight()
Point3D getUpperRight()
Right upper point of text boundary, maps to AllPoints[2]
Returns: Point3D