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)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • display

      public org.graphstream.ui.view.Viewer display​(org.graphstream.graph.Graph graph, boolean autoLayout)
      Specified by:
      display in interface org.graphstream.util.Display
    • createFileSinkImages

      public org.graphstream.stream.file.FileSinkImages createFileSinkImages()
      Specified by:
      createFileSinkImages in interface org.graphstream.stream.file.images.FileSinkImagesFactory