Class Graphviz
java.lang.Object
org.apache.tapestry5.corelib.components.Graphviz
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
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 -
Method Summary
-
Constructor Details
-
Graphviz
public Graphviz()
-