Package | Description |
---|---|
org.graphstream.ui.view |
Modifier and Type | Method and Description |
---|---|
Viewer.CloseFramePolicy |
Viewer.getCloseFramePolicy()
What to do when a frame is closed.
|
static Viewer.CloseFramePolicy |
Viewer.CloseFramePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Viewer.CloseFramePolicy[] |
Viewer.CloseFramePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.setCloseFramePolicy(Viewer.CloseFramePolicy policy)
What to do when the frame containing one or more views is closed.
|