Package org.graphstream.ui.swing.util
Class Display
java.lang.Object
org.graphstream.ui.swing.util.Display
- All Implemented Interfaces:
org.graphstream.stream.file.images.FileSinkImagesFactory
,org.graphstream.util.Display
public class Display
extends java.lang.Object
implements org.graphstream.util.Display, org.graphstream.stream.file.images.FileSinkImagesFactory
-
Constructor Summary
Constructors Constructor Description Display()
-
Method Summary
Modifier and Type Method Description org.graphstream.stream.file.FileSinkImages
createFileSinkImages()
org.graphstream.ui.view.Viewer
display(org.graphstream.graph.Graph graph, boolean autoLayout)
-
Constructor Details
-
Display
public Display()
-
-
Method Details
-
display
public org.graphstream.ui.view.Viewer display(org.graphstream.graph.Graph graph, boolean autoLayout)- Specified by:
display
in interfaceorg.graphstream.util.Display
-
createFileSinkImages
public org.graphstream.stream.file.FileSinkImages createFileSinkImages()- Specified by:
createFileSinkImages
in interfaceorg.graphstream.stream.file.images.FileSinkImagesFactory
-