Class | Description |
---|---|
DotAttributes |
The
DotAttributes class contains all properties which are supported
by DotImport and DotExport , i.e. they are set on the
resulting Graph . |
DotExport |
A serializer that creates a Graphviz DOT string or file from a
Graph with DotAttributes . |
DotExtractor |
Extracts a DOT graph substring from a string or file.
|
DotFileUtils |
Static helper methods for working with files.
|
DotImport |
Utilities to import DOT files or strings into Graph instances containing
attributes defined in
DotAttributes . |
DotInterpreter |
Create a
Graph instance from a DOT string by interpreting the AST of
the parsed DOT. |
DotNativeDrawer |
Class for drawing dot graphs by calling the dot executable.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.