| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Double | GetAngle
()
|
| ColorRGB | GetColor
()
|
| String | GetFont
()
|
| /*optional*/ Double | GetHeight
()
|
| HorizontalJustification | GetHorizontalJustification
()
|
| /*optional*/ Double | GetSlantAngle
()
|
| /*optional*/ Double | GetThickness
()
|
| VerticalJustification | GetVerticalJustification
()
|
| /*optional*/ Double | GetWidth
()
|
| boolean | IsHeightInModelUnits
()
|
| /*optional*/ Boolean | IsTextMirrored
()
|
| /*optional*/ Boolean | IsTextUnderlined
()
|
| void | MirrorText
(boolean Mirror)
|
| void | SetAngle
(double Angle)
|
| void | SetColor
(ColorRGB Color)
|
| void | SetFont
(String Font)
|
| void | SetHeight
(double Height)
|
| void | SetHeightInModelUnits
(boolean ModelUnits)
|
| void | SetHorizontalJustification
(HorizontalJustification Justification)
|
| void | SetSlantAngle
(double SlantAngle)
|
| void | SetThickness
(double Thickness)
|
| void | SetVerticalJustification
(VerticalJustification Justification)
|
| void | SetWidth
(double Width)
|
| void | UnderlineText
(boolean Underline)
|
| Method Detail |
|---|
| GetColor |
|---|
| ColorRGB | GetColor | () |
|
| SetColor |
|---|
| void | SetColor | (ColorRGB Color) |
|
| GetHorizontalJustification |
|---|
| HorizontalJustification | GetHorizontalJustification | () |
|
| SetHorizontalJustification |
|---|
| void | SetHorizontalJustification | (HorizontalJustification Justification) |
|
| GetVerticalJustification |
|---|
| VerticalJustification | GetVerticalJustification | () |
|
| SetVerticalJustification |
|---|
| void | SetVerticalJustification | (VerticalJustification Justification) |
|
| IsTextMirrored |
|---|
| /*optional*/ Boolean | IsTextMirrored | () |
|
| MirrorText |
|---|
| void | MirrorText | (boolean Mirror) |
|
| IsTextUnderlined |
|---|
| /*optional*/ Boolean | IsTextUnderlined | () |
|
| UnderlineText |
|---|
| void | UnderlineText | (boolean Underline) |
|
| GetThickness |
|---|
| /*optional*/ Double | GetThickness | () |
|
| SetThickness |
|---|
| void | SetThickness | (double Thickness) |
|
| GetSlantAngle |
|---|
| /*optional*/ Double | GetSlantAngle | () |
|
| SetSlantAngle |
|---|
| void | SetSlantAngle | (double SlantAngle) |
|
| GetAngle |
|---|
| /*optional*/ Double | GetAngle | () |
|
| SetAngle |
|---|
| void | SetAngle | (double Angle) |
|
| GetWidth |
|---|
| /*optional*/ Double | GetWidth | () |
|
| SetWidth |
|---|
| void | SetWidth | (double Width) |
|
| GetHeight |
|---|
| /*optional*/ Double | GetHeight | () |
|
| SetHeight |
|---|
| void | SetHeight | (double Height) |
|
| IsHeightInModelUnits |
|---|
| boolean | IsHeightInModelUnits | () |
|
| SetHeightInModelUnits |
|---|
| void | SetHeightInModelUnits | (boolean ModelUnits) |
|
| GetFont |
|---|
| String | GetFont | () |
|
| SetFont |
|---|
| void | SetFont | (String Font) |
|