Class 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 
    NameTypeFlagsDefaultDefault Prefix
    showDownloadLinkboolean falseliteral
    Defines whether a link to download the graph as an SVG file should be provided.
    showSourceboolean falseliteral
    Defines whether a the Graphviz source should be shown.
    valueStringRequired, Not Null prop
    A Graphviz graph described in its DOT language.
    • Constructor Summary

      Constructors 
      Constructor Description
      Graphviz()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait