| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetAngle
()
Get method for attribute "Angle" Angle for old line pattern |
| ColorRGB | GetColor
()
Get method for attribute "Color" Color for old line pattern |
| int | GetFont
()
Get method for attribute "Font" Font for old line pattern |
| double | GetOffset
()
Get method for attribute "Offset" Offset for old line pattern |
| double | GetSpacing
()
Get method for attribute "Spacing" Spacing for old line pattern |
| void | SetAngle
(int value)
Set method for attribute "Angle" Angle for old line pattern |
| void | SetColor
(ColorRGB value)
Set method for attribute "Color" Color for old line pattern |
| void | SetFont
(int value)
Set method for attribute "Font" Font for old line pattern |
| void | SetOffset
(double value)
Set method for attribute "Offset" Offset for old line pattern |
| void | SetSpacing
(double value)
Set method for attribute "Spacing" Spacing for old line pattern |
| Method Detail |
|---|
| GetAngle/SetAngle |
|---|
| int | GetAngle | () |
| void | SetAngle | (int value) |
| GetSpacing/SetSpacing |
|---|
| double | GetSpacing | () |
| void | SetSpacing | (double value) |
| GetOffset/SetOffset |
|---|
| double | GetOffset | () |
| void | SetOffset | (double value) |
| GetFont/SetFont |
|---|
| int | GetFont | () |
| void | SetFont | (int value) |
| GetColor/SetColor |
|---|
| ColorRGB | GetColor | () |
| void | SetColor | (ColorRGB value) |
Color for old line pattern
|