| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _XSEC_XHATCH
Integer value of enum value "XSEC_XHATCH" |
| static final XSectionHatchStyleType | XSEC_XHATCH
Object value of enum value "XSEC_XHATCH" |
| static final int | _XSEC_EXCLUDED
Integer value of enum value "XSEC_EXCLUDED" This type will be applied only in drawing environment. |
| static final XSectionHatchStyleType | XSEC_EXCLUDED
Object value of enum value "XSEC_EXCLUDED" This type will be applied only in drawing environment. |
| static final int | _XSEC_FILL
Integer value of enum value "XSEC_FILL" |
| static final XSectionHatchStyleType | XSEC_FILL
Object value of enum value "XSEC_FILL" |
| static final int | _XSEC_XHATCH_ERASED
Integer value of enum value "XSEC_XHATCH_ERASED" |
| static final XSectionHatchStyleType | XSEC_XHATCH_ERASED
Object value of enum value "XSEC_XHATCH_ERASED" |
| static final int | _XSectionHatchStyleType_null
Enum null value. |
| Method Summary | |
|---|---|
| static XSectionHatchStyleType | FromInt
(int value)
Creates enum object from an integer. |
| static XSectionHatchStyleType | 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 XSectionHatchStyleType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static XSectionHatchStyleType | FromInt | (Integer value) |
Creates enum object from an integer object.
|