|
Public Member Functions |
| | GraphvizGraph (String graphdef) |
| String | graphdef () |
| | Accessor for attribute graphdef.
|
| String | graphdef (String graphdef) |
| | Mutator for attribute graphdef.
|
| void | genPNG (File pngfile) throws DirectorException |
| | generate a PNG (bitmap) image for the current graph.
|
| void | genPS (File psfile) throws DirectorException |
| | generate a postscript image for the current graph.
|
Protected Member Functions |
| void | generate (File file, String format) throws DirectorException |
| | generate an image in the specified format.
|
Protected Attributes |
| String | graphdef = "" |
| | graph definition
|