| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ColorRGB | GetColor
()
Get method for attribute "Color" |
| /*optional*/ String | GetFont
()
Get method for attribute "Font" |
| /*optional*/ Double | GetWidth
()
Get method for attribute "Width" |
| void | SetColor
(ColorRGB value)
Set method for attribute "Color" |
| void | SetFont
(
/*optional*/
String value)
Set method for attribute "Font" |
| void | SetWidth
(
/*optional*/
Double value)
Set method for attribute "Width" |
| Method Detail |
|---|
| GetColor/SetColor |
|---|
| ColorRGB | GetColor | () |
| void | SetColor | (ColorRGB value) |
|
| GetFont/SetFont |
|---|
| /*optional*/ String | GetFont | () |
| void | SetFont | ( /*optional*/ String value) |
| Exceptions thrown (but not limited to): XToolkitNotFound - The edge display uses the default font.
|
| GetWidth/SetWidth |
|---|
| /*optional*/ Double | GetWidth | () |
| void | SetWidth | ( /*optional*/ Double value) |
| Exceptions thrown (but not limited to): XToolkitNotFound - The default edge width is used.
|