| Package | Description |
|---|---|
| org.opt4j.viewer |
Provides the classes for the optimization visualization, i.e., the
Viewer. |
| Modifier and Type | Method and Description |
|---|---|
Viewer.CloseEvent |
ViewerModule.getCloseEvent()
Returns the event when the GUI is closed.
|
static Viewer.CloseEvent |
Viewer.CloseEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Viewer.CloseEvent[] |
Viewer.CloseEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewerModule.setCloseEvent(Viewer.CloseEvent closeEvent)
Sets the event when the GUI is closed.
|
| Constructor and Description |
|---|
Viewer(Viewport viewport,
ToolBar toolBar,
StatusBar statusBar,
Control control,
String title,
Viewer.CloseEvent closeEvent,
boolean closeOnStop)
Constructs a
Viewer. |