Class FxFileSinkImages

java.lang.Object
org.graphstream.stream.file.FileSinkImages
org.graphstream.ui.javafx.util.FxFileSinkImages
All Implemented Interfaces:
org.graphstream.stream.AttributeSink, org.graphstream.stream.ElementSink, org.graphstream.stream.file.FileSink, org.graphstream.stream.Sink

public class FxFileSinkImages
extends org.graphstream.stream.file.FileSinkImages
FileSinkImages implementation for JavaFX. This will start the JavaFX thread, so you may have to exit the platform if you do not have any other JavaFX application running. Just call `Platform.exit();` at the end of your program.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.graphstream.stream.file.FileSinkImages

    org.graphstream.stream.file.FileSinkImages.LayoutPolicy, org.graphstream.stream.file.FileSinkImages.Option, org.graphstream.stream.file.FileSinkImages.OutputPolicy, org.graphstream.stream.file.FileSinkImages.OutputType, org.graphstream.stream.file.FileSinkImages.Quality
  • Constructor Summary

    Constructors 
    Constructor Description
    FxFileSinkImages()  
    FxFileSinkImages​(org.graphstream.stream.file.FileSinkImages.OutputType outputType, org.graphstream.stream.file.images.Resolution resolution)  
    FxFileSinkImages​(org.graphstream.stream.file.FileSinkImages.OutputType type, org.graphstream.stream.file.images.Resolution resolution, org.graphstream.stream.file.FileSinkImages.OutputPolicy outputPolicy)  
  • Method Summary

    Methods inherited from class org.graphstream.stream.file.FileSinkImages

    addFilter, begin, begin, begin, createDefault, edgeAdded, edgeAttributeAdded, edgeAttributeChanged, edgeAttributeRemoved, edgeRemoved, end, flush, getViewCenter, getViewPercent, graphAttributeAdded, graphAttributeChanged, graphAttributeRemoved, graphCleared, main, nodeAdded, nodeAttributeAdded, nodeAttributeChanged, nodeAttributeRemoved, nodeRemoved, outputNewImage, outputNewImage, removeFilter, setAutofit, setClearImageBeforeOutputEnabled, setGraphViewport, setLayoutPolicy, setLayoutStabilizationLimit, setLayoutStepAfterStabilization, setLayoutStepPerFrame, setOutputPolicy, setOutputRunnerDelay, setOutputRunnerEnabled, setOutputType, setQuality, setResolution, setResolution, setStyleSheet, setViewCenter, setViewPercent, stabilizeLayout, stepBegins, usage, writeAll, writeAll, writeAll

    Methods inherited from class java.lang.Object

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

    • FxFileSinkImages

      public FxFileSinkImages()
    • FxFileSinkImages

      public FxFileSinkImages​(org.graphstream.stream.file.FileSinkImages.OutputType outputType, org.graphstream.stream.file.images.Resolution resolution)
    • FxFileSinkImages

      public FxFileSinkImages​(org.graphstream.stream.file.FileSinkImages.OutputType type, org.graphstream.stream.file.images.Resolution resolution, org.graphstream.stream.file.FileSinkImages.OutputPolicy outputPolicy)