|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphLookAndFeel
Controls how a graph will be drawn, including generating an appropriate Widget
for each Node.
| Method Summary | |
|---|---|
boolean |
drawArcLabels(Arc arc)
Controls if arc labels should be drawn. |
boolean |
drawSelfArcs(Arc arc)
Controls if self arcs should be drawn. |
org.netbeans.api.visual.widget.Widget |
newWidget(Node node,
SarasvatiGraphScene scene)
Returns a new Widget to represent the given node. |
| Method Detail |
|---|
boolean drawSelfArcs(Arc arc)
arc -
boolean drawArcLabels(Arc arc)
arc -
org.netbeans.api.visual.widget.Widget newWidget(Node node,
SarasvatiGraphScene scene)
node - The node we need a widget forscene - The scene the widget is created in
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||