| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetAngle
()
Get method for attribute "Angle" Angle for new line pattern |
| ColorRGB | GetColor
()
Get method for attribute "Color" Color for new line pattern |
| realseq | GetDash
()
Get method for attribute "Dash" Dash for new line pattern |
| double | GetXDelta
()
Get method for attribute "XDelta" X delta for new line pattern |
| double | GetXOrigin
()
Get method for attribute "XOrigin" X origin for new line pattern |
| double | GetYDelta
()
Get method for attribute "YDelta" Y delta for new line pattern |
| double | GetYOrigin
()
Get method for attribute "YOrigin" Y origin for new line pattern |
| void | SetAngle
(double value)
Set method for attribute "Angle" Angle for new line pattern |
| void | SetColor
(ColorRGB value)
Set method for attribute "Color" Color for new line pattern |
| void | SetDash
(realseq value)
Set method for attribute "Dash" Dash for new line pattern |
| void | SetXDelta
(double value)
Set method for attribute "XDelta" X delta for new line pattern |
| void | SetXOrigin
(double value)
Set method for attribute "XOrigin" X origin for new line pattern |
| void | SetYDelta
(double value)
Set method for attribute "YDelta" Y delta for new line pattern |
| void | SetYOrigin
(double value)
Set method for attribute "YOrigin" Y origin for new line pattern |
| Method Detail |
|---|
| GetAngle/SetAngle |
|---|
| double | GetAngle | () |
| void | SetAngle | (double value) |
| GetXOrigin/SetXOrigin |
|---|
| double | GetXOrigin | () |
| void | SetXOrigin | (double value) |
X origin for new line pattern
|
| GetYOrigin/SetYOrigin |
|---|
| double | GetYOrigin | () |
| void | SetYOrigin | (double value) |
| GetXDelta/SetXDelta |
|---|
| double | GetXDelta | () |
| void | SetXDelta | (double value) |
| GetYDelta/SetYDelta |
|---|
| double | GetYDelta | () |
| void | SetYDelta | (double value) |
| GetDash/SetDash |
|---|
| realseq | GetDash | () |
| void | SetDash | (realseq value) |
| GetColor/SetColor |
|---|
| ColorRGB | GetColor | () |
| void | SetColor | (ColorRGB value) |