| Package | Description |
|---|---|
| com.googlecode.sarasvati.visual | |
| com.googlecode.sarasvati.visual.process |
| Modifier and Type | Method and Description |
|---|---|
String |
ProcessToImageMap.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 |
ProcessToImageMapAdapter.hoverForNode(VisualProcessNode node) |
String |
ProcessToImageMap.hrefForNode(VisualProcessNode node)
Every node in a generated image of a graph process may have
a link for when the node is clicked.
|
String |
ProcessToImageMapAdapter.hrefForNode(VisualProcessNode node) |
Icon |
ProcessToImageMap.iconForNode(VisualProcessNode node)
Each node may have a different
Icon representing
it in the generated image map. |
Icon |
ProcessToImageMapAdapter.iconForNode(VisualProcessNode node)
Returns a
RectangularNodeIcon for nodes with type of 'task' and a
OvalNodeIcon for all other nodes. |
Icon |
DefaultProcessLookAndFeel.newIconForNode(VisualProcessNode node) |
org.netbeans.api.visual.widget.Widget |
DefaultProcessLookAndFeel.newWidget(VisualProcessNode node,
SarasvatiProcessScene scene) |
org.netbeans.api.visual.widget.Widget |
ProcessLookAndFeel.newWidget(VisualProcessNode node,
SarasvatiProcessScene scene)
Returns a new Widget to represent the given
VisualProcessNode. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessTreeNode |
Copyright © 2012. All Rights Reserved.