Uses of Class
org.graphstream.ui.view.Viewer.CloseFramePolicy
| Package | Description |
|---|---|
| org.graphstream.ui.view |
-
Uses of Viewer.CloseFramePolicy in org.graphstream.ui.view
Methods in org.graphstream.ui.view that return Viewer.CloseFramePolicy Modifier and Type Method Description Viewer.CloseFramePolicyViewer. getCloseFramePolicy()What to do when a frame is closed.static Viewer.CloseFramePolicyViewer.CloseFramePolicy. valueOf(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.Methods in org.graphstream.ui.view with parameters of type Viewer.CloseFramePolicy Modifier and Type Method Description voidViewer. setCloseFramePolicy(Viewer.CloseFramePolicy policy)What to do when the frame containing one or more views is closed.