public interface GraphLookAndFeel
Widget
for each Node.| 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.
|
org.netbeans.api.visual.widget.Widget |
newWidget(Node node,
SarasvatiGraphScene scene)
Returns a new Widget to represent the given node.
|
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 inCopyright © 2012. All Rights Reserved.