| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _LINE_STYLE_DOTTED
Integer value of enum value "LINE_STYLE_DOTTED" |
| static final LineStyle | LINE_STYLE_DOTTED
Object value of enum value "LINE_STYLE_DOTTED" |
| static final int | _LINE_STYLE_SOLID
Integer value of enum value "LINE_STYLE_SOLID" |
| static final LineStyle | LINE_STYLE_SOLID
Object value of enum value "LINE_STYLE_SOLID" |
| static final int | _LINE_STYLE_DASHED
Integer value of enum value "LINE_STYLE_DASHED" |
| static final LineStyle | LINE_STYLE_DASHED
Object value of enum value "LINE_STYLE_DASHED" |
| static final int | _LineStyle_null
Enum null value. |
| Method Summary | |
|---|---|
| static LineStyle | FromInt
(int value)
Creates enum object from an integer. |
| static LineStyle | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static LineStyle | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static LineStyle | FromInt | (Integer value) |
Creates enum object from an integer object.
|