Interface | Description |
---|---|
SgfParserConstants |
Token literal values and constants.
|
Class | Description |
---|---|
DotExporter | |
DotStyle |
Object style.
|
GraphExporter |
Abstract superclass of classes which write graphical representations of
graphs, rules and transition systems to files.
|
PngExporter |
Graph exporter which exports graphs in PNG format.
|
SgfParser | |
SgfParserTokenManager |
Token Manager.
|
SgfWriter | |
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
Token |
Describes the input token stream.
|
Enum | Description |
---|---|
DotStyle.Color |
Enum which specifies the color.
|
DotStyle.LineStyle |
Enum which specifies the line style.
|
DotStyle.Shape |
Enum which specifies shapes.
|
GraphExporter.Format |
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
SgfBuildException |
This exception is thrown by SgfBuilder if it encounters a semantic error.
|
Error | Description |
---|---|
TokenMgrError |
Token Manager Error.
|