Data Structures | |
class | canvasBuilder |
Builder class interface for displaying a canvas or writing canvas files. More... | |
class | exportToDot |
This class implements a builder for graphviz dot files. More... | |
class | exportToTk |
This class implements a builder for Tk canvas files of graph objects. More... | |
class | exportToXFig |
This class implements a builder for xfig canvas files of graph objects. More... | |
Functions | |
void | abstractMixedGraph::ExportToXFig (const char *fileName) const throw (ERFile) |
void | abstractMixedGraph::ExportToTk (const char *fileName) const throw (ERFile) |
void | abstractMixedGraph::ExportToDot (const char *fileName) const throw (ERFile) |
unsigned long | RGBColour (TIndex c) throw () |
virtual void | managedObject::ExportToXFig (const char *fileName) const throw (ERFile,ERRejected) |
virtual void | managedObject::ExportToTk (const char *fileName) const throw (ERFile,ERRejected) |
virtual void | managedObject::ExportToDot (const char *fileName) const throw (ERFile,ERRejected) |
long | canvasBuilder::CanvasCX (double cx) throw () |
long | canvasBuilder::CanvasCY (double cy) throw () |
long | canvasBuilder::CanvasCXOfPoint (TNode v) throw (ERRange) |
long | canvasBuilder::CanvasCYOfPoint (TNode v) throw (ERRange) |
Variables | |
const char * | unixFontType [] |
|
Determine the canvas X coordinate value of a layout X coordinate.
|
|
Determine the canvas X coordinate value of a layout point.
|
|
Determine the canvas Y coordinate value of a layout Y coordinate.
|
|
Determine the canvas Y coordinate value of a layout point.
|
|
Export a data object to a graphviz dot file.
Reimplemented in abstractMixedGraph. |
|
Export a graph object to a graphviz dot file.
Reimplemented from managedObject. |
|
Export a data object to a tk canvas file.
Reimplemented in abstractMixedGraph. |
|
Export a graph object to a tk canvas file.
Reimplemented from managedObject. |
|
Export a data object to a xfig canvas file.
Reimplemented in abstractMixedGraph. |
|
Export a graph object to a xfig canvas file.
Reimplemented from managedObject. |
|
Colour table lookup operation. Colour indices exeeding the table are translated to some grey RGB colour.
|
|
|