| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DETAIL_SYMBOL_GROUP_INTERACTIVE
Integer value of enum value "DETAIL_SYMBOL_GROUP_INTERACTIVE" Allow interactive group placement. It is the default option in graphics mode. |
| static final DetailSymbolGroupOption | DETAIL_SYMBOL_GROUP_INTERACTIVE
Object value of enum value "DETAIL_SYMBOL_GROUP_INTERACTIVE" Allow interactive group placement. It is the default option in graphics mode. |
| static final int | _DETAIL_SYMBOL_GROUP_ALL
Integer value of enum value "DETAIL_SYMBOL_GROUP_ALL" All non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used. |
| static final DetailSymbolGroupOption | DETAIL_SYMBOL_GROUP_ALL
Object value of enum value "DETAIL_SYMBOL_GROUP_ALL" All non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used. |
| static final int | _DETAIL_SYMBOL_GROUP_NONE
Integer value of enum value "DETAIL_SYMBOL_GROUP_NONE" No non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used. |
| static final DetailSymbolGroupOption | DETAIL_SYMBOL_GROUP_NONE
Object value of enum value "DETAIL_SYMBOL_GROUP_NONE" No non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used. |
| static final int | _DETAIL_SYMBOL_GROUP_CUSTOM
Integer value of enum value "DETAIL_SYMBOL_GROUP_CUSTOM" The application will specify exactly which groups should be included. |
| static final DetailSymbolGroupOption | DETAIL_SYMBOL_GROUP_CUSTOM
Object value of enum value "DETAIL_SYMBOL_GROUP_CUSTOM" The application will specify exactly which groups should be included. |
| static final int | _DetailSymbolGroupOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static DetailSymbolGroupOption | FromInt
(int value)
Creates enum object from an integer. |
| static DetailSymbolGroupOption | 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 DetailSymbolGroupOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DetailSymbolGroupOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|