Class to serialise an EasyRdf_Graph to GraphViz
Depends upon the GraphViz 'dot' command line tools to render images.
See http://www.graphviz.org/ for more information.
Located in /EasyRdf/Serialiser/GraphViz.php (line 50)
EasyRdf_Serialiser | --EasyRdf_Serialiser_GraphViz
Get an attribute of the GraphViz graph
Get the path to the GraphViz 'dot' command
The default value is simply 'dot'
Get the state of the only Only Labelled option
Get the state of the use labels option
Serialise an EasyRdf_Graph into a GraphViz dot document.
Supported output format names: dot, gif, png, svg
Set an attribute on the GraphViz graph
Example: $serialiser->setAttribute('rotate', 90);
See the GraphViz tool documentation for information about the available attributes.
Set the path to the GraphViz 'dot' command
Default is to search PATH for the command 'dot'.
Turn on/off the option to only display nodes and edges with labels
When this option is turned on, then only nodes (resources and literals) and edges (properties) will only be displayed if they have a label. You can use this option, to create concise, diagrams of your data, rather than the RDF.
This option is turned off by default.
Turn on/off the option to display labels instead of URIs.
When this option is turned on, then labels for resources will be displayed instead of the full URI of a resource. This makes it simpler to create friendly diagrams that non-technical people can understand.
This option is turned off by default.
Documentation generated on Wed, 16 Jan 2013 19:16:37 +0000 by phpDocumentor 1.4.4