| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetAngle
()
Get method for attribute "Angle" The angle of rotation of the whole text, in counterclockwise degrees. |
| String | GetFontName
()
Get method for attribute "FontName" The font name. |
| double | GetHeight
()
Get method for attribute "Height" The text height, in screen coordinates. |
| /*optional*/ Boolean | GetIsMirrored
()
Get method for attribute "IsMirrored" If this is true, the text is mirrored. Otherwise, the text is not mirrored. |
| /*optional*/ Boolean | GetIsUnderlined
()
Get method for attribute "IsUnderlined" If this is true, the text is underlined. Otherwise, the text is not underlined. |
| double | GetSlantAngle
()
Get method for attribute "SlantAngle" The slant angle of the text, in clockwise degrees. |
| double | GetThickness
()
Get method for attribute "Thickness" The text thickness. |
| double | GetWidthFactor
()
Get method for attribute "WidthFactor" The ratio of the width of each character (including the gap) as a proportion of the height. |
| void | SetAngle
(double value)
Set method for attribute "Angle" The angle of rotation of the whole text, in counterclockwise degrees. |
| void | SetFontName
(String value)
Set method for attribute "FontName" The font name. |
| void | SetHeight
(double value)
Set method for attribute "Height" The text height, in screen coordinates. |
| void | SetIsMirrored
(
/*optional*/
Boolean value)
Set method for attribute "IsMirrored" If this is true, the text is mirrored. Otherwise, the text is not mirrored. |
| void | SetIsUnderlined
(
/*optional*/
Boolean value)
Set method for attribute "IsUnderlined" If this is true, the text is underlined. Otherwise, the text is not underlined. |
| void | SetSlantAngle
(double value)
Set method for attribute "SlantAngle" The slant angle of the text, in clockwise degrees. |
| void | SetThickness
(double value)
Set method for attribute "Thickness" The text thickness. |
| void | SetWidthFactor
(double value)
Set method for attribute "WidthFactor" The ratio of the width of each character (including the gap) as a proportion of the height. |
| Method Detail |
|---|
| GetAngle/SetAngle |
|---|
| double | GetAngle | () |
| void | SetAngle | (double value) |
The angle of rotation of the whole text, in counterclockwise degrees.
|
| GetFontName/SetFontName |
|---|
| String | GetFontName | () |
| void | SetFontName | (String value) |
| GetHeight/SetHeight |
|---|
| double | GetHeight | () |
| void | SetHeight | (double value) |
| GetWidthFactor/SetWidthFactor |
|---|
| double | GetWidthFactor | () |
| void | SetWidthFactor | (double value) |
The ratio of the width of each character (including the gap) as a proportion of the height.
|
| GetSlantAngle/SetSlantAngle |
|---|
| double | GetSlantAngle | () |
| void | SetSlantAngle | (double value) |
The slant angle of the text, in clockwise degrees.
|
| GetThickness/SetThickness |
|---|
| double | GetThickness | () |
| void | SetThickness | (double value) |
| GetIsUnderlined/SetIsUnderlined |
|---|
| /*optional*/ Boolean | GetIsUnderlined | () |
| void | SetIsUnderlined | ( /*optional*/ Boolean value) |
If this is true, the text is underlined. Otherwise, the text is not underlined.
|
| GetIsMirrored/SetIsMirrored |
|---|
| /*optional*/ Boolean | GetIsMirrored | () |
| void | SetIsMirrored | ( /*optional*/ Boolean value) |
If this is true, the text is mirrored. Otherwise, the text is not mirrored.
|