|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessToImageMap
Used to generate HTML Image maps of graph processes. It provides methods to generate hrefs and hovers for nodes and arcs.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 GraphTree
Icon 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 icon
String hrefForNode(VisualProcessNode node)
node - The node to generate the HREF for
String hoverForNode(VisualProcessNode node)
node - The node to generate the hover for.
String hrefForArc(VisualProcessArc arc)
arc - The arc to generate the HREF for
String hoverForArc(VisualProcessArc arc)
arc - The arc to generate the hover for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||