Class Graphviz
- java.lang.Object
-
- org.apache.tapestry5.corelib.components.Graphviz
-
public class Graphviz extends java.lang.Object
Component that renders a Graphviz graph using @hpcc-js/wasm. It's mostly intended to be used internally at Tapestry, hence the limited set of options.- Since:
- 5.8.3
Component Parameters Name Type Flags Default Default Prefix showDownloadLink boolean false literal Defines whether a link to download the graph as an SVG file should be provided. showSource boolean false literal Defines whether a the Graphviz source should be shown. value String Required, Not Null prop A Graphviz graph described in its DOT language.
-
-
Constructor Summary
Constructors Constructor Description Graphviz()
-
-
-
Constructor Detail
-
Graphviz
public Graphviz()
-
-