public class SwingFileSinkImages
extends org.graphstream.stream.file.FileSinkImages
org.graphstream.stream.file.FileSinkImages.InnerLayoutRunner, org.graphstream.stream.file.FileSinkImages.LayoutPolicy, org.graphstream.stream.file.FileSinkImages.Option, org.graphstream.stream.file.FileSinkImages.OutputPolicy, org.graphstream.stream.file.FileSinkImages.OutputRunner, org.graphstream.stream.file.FileSinkImages.OutputType, org.graphstream.stream.file.FileSinkImages.Quality| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Graphics2D |
g2d |
protected java.awt.image.BufferedImage |
image |
protected SwingGraphRenderer |
renderer |
autofit, clearImageBeforeOutput, counter, filePrefix, filters, gg, hasBegun, layout, layoutPipeIn, layoutPolicy, layoutStabilizationLimit, layoutStepAfterStabilization, layoutStepPerFrame, layoutStepWithoutFrame, optLayout, outputPolicy, outputRunner, outputRunnerAlive, outputRunnerDelay, outputRunnerProxy, outputType, resolution, sink, styleSheet| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearImage(int color) |
protected org.graphstream.ui.view.camera.Camera |
getCamera() |
protected java.awt.image.BufferedImage |
getRenderedImage() |
protected void |
initImage() |
protected void |
render() |
addFilter, begin, begin, begin, clearGG, createDefault, edgeAdded, edgeAttributeAdded, edgeAttributeChanged, edgeAttributeRemoved, edgeRemoved, end, flush, getViewCenter, getViewPercent, graphAttributeAdded, graphAttributeChanged, graphAttributeRemoved, graphCleared, main, nodeAdded, nodeAttributeAdded, nodeAttributeChanged, nodeAttributeRemoved, nodeRemoved, outputNewImage, outputNewImage, printProgress, removeFilter, setAutofit, setClearImageBeforeOutputEnabled, setGraphViewport, setLayoutPolicy, setLayoutStabilizationLimit, setLayoutStepAfterStabilization, setLayoutStepPerFrame, setOutputPolicy, setOutputRunnerDelay, setOutputRunnerEnabled, setOutputType, setQuality, setResolution, setResolution, setStyleSheet, setViewCenter, setViewPercent, stabilizeLayout, stepBegins, usage, writeAll, writeAll, writeAll, writeImageprotected java.awt.image.BufferedImage image
protected java.awt.Graphics2D g2d
protected SwingGraphRenderer renderer
public SwingFileSinkImages()
public SwingFileSinkImages(org.graphstream.stream.file.FileSinkImages.OutputType outputType,
org.graphstream.stream.file.images.Resolution resolution)
public SwingFileSinkImages(org.graphstream.stream.file.FileSinkImages.OutputType type,
org.graphstream.stream.file.images.Resolution resolution,
org.graphstream.stream.file.FileSinkImages.OutputPolicy outputPolicy)
protected org.graphstream.ui.view.camera.Camera getCamera()
getCamera in class org.graphstream.stream.file.FileSinkImagesprotected void render()
render in class org.graphstream.stream.file.FileSinkImagesprotected java.awt.image.BufferedImage getRenderedImage()
getRenderedImage in class org.graphstream.stream.file.FileSinkImagesprotected void initImage()
initImage in class org.graphstream.stream.file.FileSinkImagesprotected void clearImage(int color)
clearImage in class org.graphstream.stream.file.FileSinkImages