public class GraphVizMacro
extends org.radeox.macro.BaseLocaleMacro
Macro used to invoke GraphViz and render its output on a XWiki page.
For it to work properly, you must have the GraphViz plugin enabled and configured. See the xwiki.plugin.graphviz.dotpath and xwiki.plugin.graphviz.neatopath parameters in xwiki.cfg.
The content of the macro is the source code for the graph, using the GraphViz DOT language.
The parameters are as follows:
Constructor and Description |
---|
GraphVizMacro() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Writer writer,
org.radeox.macro.parameter.MacroParameter params) |
String |
getLocaleKey() |
public String getLocaleKey()
public void execute(Writer writer, org.radeox.macro.parameter.MacroParameter params) throws IllegalArgumentException, IOException
execute
in interface org.radeox.macro.Macro
execute
in class org.radeox.macro.BaseMacro
IllegalArgumentException
IOException
Copyright © 2004–2014 XWiki. All rights reserved.