public interface ProcessLookAndFeel
Widget
for each VisualProcessNode.| Modifier and Type | Method and Description |
|---|---|
boolean |
drawArcLabels(Arc arc)
Controls if arc labels should be drawn.
|
boolean |
drawSelfArcs(Arc arc)
Controls if self arcs should be drawn to the given arc.
|
boolean |
isBackArc(Arc arc,
boolean defaultValue)
Controls if this arc should point backwards or forwards.
|
org.netbeans.api.visual.widget.Widget |
newWidget(VisualProcessNode node,
SarasvatiProcessScene scene)
Returns a new Widget to represent the given
VisualProcessNode. |
boolean drawSelfArcs(Arc arc)
arc - An arc in a process definitionboolean drawArcLabels(Arc arc)
arc - An arc in a process definitionorg.netbeans.api.visual.widget.Widget newWidget(VisualProcessNode node, SarasvatiProcessScene scene)
VisualProcessNode.node - The node we need a widget forscene - The scene the widget is created inboolean isBackArc(Arc arc, boolean defaultValue)
arc - An arc in a process definitiondefaultValue - The calculated value based on the relative positions in a GraphTreeCopyright © 2012. All Rights Reserved.