Package org.graphstream.ui.swing.util
Class SwingFileSinkImages
java.lang.Object
org.graphstream.stream.file.FileSinkImages
org.graphstream.ui.swing.util.SwingFileSinkImages
- All Implemented Interfaces:
org.graphstream.stream.AttributeSink
,org.graphstream.stream.ElementSink
,org.graphstream.stream.file.FileSink
,org.graphstream.stream.Sink
public class SwingFileSinkImages
extends org.graphstream.stream.file.FileSinkImages
-
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 SwingFileSinkImages()
SwingFileSinkImages(org.graphstream.stream.file.FileSinkImages.OutputType outputType, org.graphstream.stream.file.images.Resolution resolution)
SwingFileSinkImages(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
-
Constructor Details
-
SwingFileSinkImages
public SwingFileSinkImages() -
SwingFileSinkImages
public SwingFileSinkImages(org.graphstream.stream.file.FileSinkImages.OutputType outputType, org.graphstream.stream.file.images.Resolution resolution) -
SwingFileSinkImages
public SwingFileSinkImages(org.graphstream.stream.file.FileSinkImages.OutputType type, org.graphstream.stream.file.images.Resolution resolution, org.graphstream.stream.file.FileSinkImages.OutputPolicy outputPolicy)
-