Package | Description |
---|---|
org.graphstream.stream.file.dot |
Modifier and Type | Field and Description |
---|---|
private FileSourceDOT |
DOTParser.dot
The DOT source associated with this parser.
|
Modifier and Type | Method and Description |
---|---|
private void |
DOTParser.init(FileSourceDOT dot) |
Constructor and Description |
---|
DOTParser(FileSourceDOT dot,
java.io.InputStream stream)
Create a new parser associated with a DOT source from an input stream.
|
DOTParser(FileSourceDOT dot,
java.io.Reader stream)
Create a new parser associated with a DOT source from a reader.
|