| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DRAWINGCREATE_DISPLAY_DRAWING
Integer value of enum value "DRAWINGCREATE_DISPLAY_DRAWING" Display the drawing after creating it. |
| static final DrawingCreateOption | DRAWINGCREATE_DISPLAY_DRAWING
Object value of enum value "DRAWINGCREATE_DISPLAY_DRAWING" Display the drawing after creating it. |
| static final int | _DRAWINGCREATE_SHOW_ERROR_DIALOG
Integer value of enum value "DRAWINGCREATE_SHOW_ERROR_DIALOG" Show the error dialog if drawing creation errors occur. |
| static final DrawingCreateOption | DRAWINGCREATE_SHOW_ERROR_DIALOG
Object value of enum value "DRAWINGCREATE_SHOW_ERROR_DIALOG" Show the error dialog if drawing creation errors occur. |
| static final int | _DRAWINGCREATE_WRITE_ERROR_FILE
Integer value of enum value "DRAWINGCREATE_WRITE_ERROR_FILE" Write the error file if drawing creation errors occur. |
| static final DrawingCreateOption | DRAWINGCREATE_WRITE_ERROR_FILE
Object value of enum value "DRAWINGCREATE_WRITE_ERROR_FILE" Write the error file if drawing creation errors occur. |
| static final int | _DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS
Integer value of enum value "DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS" Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified. |
| static final DrawingCreateOption | DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS
Object value of enum value "DRAWINGCREATE_PROMPT_UNKNOWN_PARAMS" Prompt the user for the model to use when evaluating parameters in the template that cannot be rectified. |
| static final int | _DrawingCreateOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static DrawingCreateOption | FromInt
(int value)
Creates enum object from an integer. |
| static DrawingCreateOption | 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 DrawingCreateOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DrawingCreateOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|