Node Director
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
sfi.director.application.autodoc.GraphvizGraph Class Reference

graphviz graph handling. More...

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

Detailed Description

graphviz graph handling.

Constructor & Destructor Documentation

sfi.director.application.autodoc.GraphvizGraph.GraphvizGraph ( String  graphdef)

Member Function Documentation

void sfi.director.application.autodoc.GraphvizGraph.generate ( File  file,
String  format 
) throws DirectorException
protected

generate an image in the specified format.

The appropriate genXXX() method should be used in place of calling this directly.

References sfi.director.util.Tools.execFilter(), and sfi.director.application.autodoc.GraphvizGraph.graphdef().

Referenced by sfi.director.application.autodoc.GraphvizGraph.genPNG(), and sfi.director.application.autodoc.GraphvizGraph.genPS().

void sfi.director.application.autodoc.GraphvizGraph.genPNG ( File  pngfile) throws DirectorException
void sfi.director.application.autodoc.GraphvizGraph.genPS ( File  psfile) throws DirectorException
String sfi.director.application.autodoc.GraphvizGraph.graphdef ( )
String sfi.director.application.autodoc.GraphvizGraph.graphdef ( String  graphdef)

Mutator for attribute graphdef.

graph definition

References sfi.director.application.autodoc.GraphvizGraph.graphdef().

Member Data Documentation

String sfi.director.application.autodoc.GraphvizGraph.graphdef = ""
protected

The documentation for this class was generated from the following file: