| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SYMDEFATTACH_FREE
Integer value of enum value "SYMDEFATTACH_FREE" Attachment on a free point. |
| static final SymbolDefAttachmentType | SYMDEFATTACH_FREE
Object value of enum value "SYMDEFATTACH_FREE" Attachment on a free point. |
| static final int | _SYMDEFATTACH_LEFT_LEADER
Integer value of enum value "SYMDEFATTACH_LEFT_LEADER" Attachment via a leader on the left side of the symbol. |
| static final SymbolDefAttachmentType | SYMDEFATTACH_LEFT_LEADER
Object value of enum value "SYMDEFATTACH_LEFT_LEADER" Attachment via a leader on the left side of the symbol. |
| static final int | _SYMDEFATTACH_RIGHT_LEADER
Integer value of enum value "SYMDEFATTACH_RIGHT_LEADER" Attachment via a leader on the right side of the symbol. |
| static final SymbolDefAttachmentType | SYMDEFATTACH_RIGHT_LEADER
Object value of enum value "SYMDEFATTACH_RIGHT_LEADER" Attachment via a leader on the right side of the symbol. |
| static final int | _SYMDEFATTACH_RADIAL_LEADER
Integer value of enum value "SYMDEFATTACH_RADIAL_LEADER" Attachment via a leader on a radial location. |
| static final SymbolDefAttachmentType | SYMDEFATTACH_RADIAL_LEADER
Object value of enum value "SYMDEFATTACH_RADIAL_LEADER" Attachment via a leader on a radial location. |
| static final int | _SYMDEFATTACH_ON_ITEM
Integer value of enum value "SYMDEFATTACH_ON_ITEM" Attachment on an item in the symbol definition. |
| static final SymbolDefAttachmentType | SYMDEFATTACH_ON_ITEM
Object value of enum value "SYMDEFATTACH_ON_ITEM" Attachment on an item in the symbol definition. |
| static final int | _SYMDEFATTACH_NORMAL_TO_ITEM
Integer value of enum value "SYMDEFATTACH_NORMAL_TO_ITEM" Attachment normal to an item in the symbol definition. |
| static final SymbolDefAttachmentType | SYMDEFATTACH_NORMAL_TO_ITEM
Object value of enum value "SYMDEFATTACH_NORMAL_TO_ITEM" Attachment normal to an item in the symbol definition. |
| static final int | _SymbolDefAttachmentType_null
Enum null value. |
| Method Summary | |
|---|---|
| static SymbolDefAttachmentType | FromInt
(int value)
Creates enum object from an integer. |
| static SymbolDefAttachmentType | 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 SymbolDefAttachmentType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SymbolDefAttachmentType | FromInt | (Integer value) |
Creates enum object from an integer object.
|