|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileSink | |
---|---|
org.graphstream.graph | |
org.graphstream.graph.implementations | |
org.graphstream.stream.file | |
org.graphstream.ui.graphicGraph |
Uses of FileSink in org.graphstream.graph |
---|
Methods in org.graphstream.graph with parameters of type FileSink | |
---|---|
void |
Graph.write(FileSink output,
String filename)
Utility method to write a graph in the chosen format to a file. |
Uses of FileSink in org.graphstream.graph.implementations |
---|
Methods in org.graphstream.graph.implementations with parameters of type FileSink | |
---|---|
void |
AbstractGraph.write(FileSink output,
String filename)
|
Uses of FileSink in org.graphstream.stream.file |
---|
Classes in org.graphstream.stream.file that implement FileSink | |
---|---|
class |
FileSinkBase
Base implementation for graph output to files. |
class |
FileSinkDGS
File output for the DGS (Dynamic Graph Stream) file format. |
class |
FileSinkDOT
Graph writer for the GraphViz DOT format. |
class |
FileSinkDynamicGML
Transform the input events into a GML graph. |
class |
FileSinkGML
Transform the input events into a GML graph. |
class |
FileSinkImages
Output graph in image files. |
class |
FileSinkSVG
Transforms a graph into a SVG description. |
class |
FileSinkSWF
This class intends to output a dynamic graph into a Flash animation. |
class |
FileSinkTikZ
An export of a graph to PGF/TikZ format. |
Methods in org.graphstream.stream.file that return FileSink | |
---|---|
static FileSink |
FileSinkFactory.sinkFor(String filename)
Looks at the file name given and its extension and propose a file output for the format that match this extension. |
Uses of FileSink in org.graphstream.ui.graphicGraph |
---|
Methods in org.graphstream.ui.graphicGraph with parameters of type FileSink | |
---|---|
void |
GraphicGraph.write(FileSink output,
String filename)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |