public interface GraphRenderer
Modifier and Type | Method and Description |
---|---|
void |
addEdge(WorkflowActionNode parent,
WorkflowActionNode child) |
void |
addNode(WorkflowActionNode node) |
void |
persist(WorkflowActionNode parent) |
String |
renderDot() |
BufferedImage |
renderPng() |
String |
renderSvg() |
void addNode(WorkflowActionNode node)
void addEdge(WorkflowActionNode parent, WorkflowActionNode child)
void persist(WorkflowActionNode parent)
BufferedImage renderPng()
Copyright © 2018 Apache Software Foundation. All rights reserved.