|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessLookAndFeel
Controls how a graph will be drawn, including generating an appropriate Widget
for each VisualProcessNode.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean drawSelfArcs(Arc arc)
arc - An arc in a process definition
boolean drawArcLabels(Arc arc)
arc - An arc in a process definition
org.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 in
boolean isBackArc(Arc arc,
boolean defaultValue)
arc - An arc in a process definitiondefaultValue - The calculated value based on the relative positions in a GraphTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||