| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point3D | GetPoint
()
Get method for attribute "Point" The location of the text |
| TextStyle | GetStyle
()
Get method for attribute "Style" The text style |
| String | GetTextString
()
Get method for attribute "TextString" The text string |
| void | SetPoint
(Point3D value)
Set method for attribute "Point" The location of the text |
| void | SetStyle
(TextStyle value)
Set method for attribute "Style" The text style |
| void | SetTextString
(String value)
Set method for attribute "TextString" The text string |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor |
|---|
| GetCurveType |
| Method Detail |
|---|
| GetTextString/SetTextString |
|---|
| String | GetTextString | () |
| void | SetTextString | (String value) |
| The text string |
| GetPoint/SetPoint |
|---|
| Point3D | GetPoint | () |
| void | SetPoint | (Point3D value) |
| The location of the text |
| GetStyle/SetStyle |
|---|
| TextStyle | GetStyle | () |
| void | SetStyle | (TextStyle value) |
| The text style |