public interface ProcessToImageMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
drawArcLabels(Arc arc)
Controls drawing of arc labels
|
String |
hoverForArc(VisualProcessArc arc)
Every arc in a generated image of a graph process may have
associated text which will pop-up when the arc is
hovered over.
|
String |
hoverForNode(VisualProcessNode node)
Every node in a generated image of a graph process may have
associated text which will pop-up when the node is
hovered over.
|
String |
hrefForArc(VisualProcessArc arc)
Every arc in a generated image of a process graph may have
a link for when the arc is clicked.
|
String |
hrefForNode(VisualProcessNode node)
Every node in a generated image of a graph process may have
a link for when the node is clicked.
|
Icon |
iconForNode(VisualProcessNode node)
Each node may have a different
Icon representing
it in the generated image map. |
boolean |
isBackArc(Arc arc,
boolean defaultValue)
Controls if this arc should point backwards or forwards.
|
boolean drawArcLabels(Arc arc)
arc - boolean isBackArc(Arc arc, boolean defaultValue)
arc - An arc in a process definitiondefaultValue - True if the arc is calculated to be backwards based on a GraphTreeIcon iconForNode(VisualProcessNode node)
Icon representing
it in the generated image map. Override this method
to specify which Icon to use for a given node.node - The graph node needing an iconString hrefForNode(VisualProcessNode node)
node - The node to generate the HREF forString hoverForNode(VisualProcessNode node)
node - The node to generate the hover for.String hrefForArc(VisualProcessArc arc)
arc - The arc to generate the HREF forString hoverForArc(VisualProcessArc arc)
arc - The arc to generate the hover for.Copyright © 2012. All Rights Reserved.