|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeView in net.sourceforge.fluxion.graph.view |
---|
Methods in net.sourceforge.fluxion.graph.view that return types with arguments of type NodeView | |
---|---|
java.util.Set<NodeView> |
GraphView.getNodeViews()
|
Methods in net.sourceforge.fluxion.graph.view with parameters of type NodeView | |
---|---|
void |
GraphView.addNodeView(NodeView node)
|
Method parameters in net.sourceforge.fluxion.graph.view with type arguments of type NodeView | |
---|---|
void |
GraphView.setNodeViews(java.util.Set<NodeView> nodes)
|
Uses of NodeView in net.sourceforge.fluxion.graph.view.factory |
---|
Methods in net.sourceforge.fluxion.graph.view.factory that return NodeView | |
---|---|
NodeView |
NodeViewFactory.getNodeView()
|
Uses of NodeView in net.sourceforge.fluxion.runcible.graph.view |
---|
Classes in net.sourceforge.fluxion.runcible.graph.view that implement NodeView | |
---|---|
class |
DotNodeView
Created by IntelliJ IDEA. |
class |
FlexNodeView
Javadocs go here |
Methods in net.sourceforge.fluxion.runcible.graph.view that return types with arguments of type NodeView | |
---|---|
java.util.Set<NodeView> |
FlexGraphView.getNodeViews()
|
java.util.Set<NodeView> |
DotGraphView.getNodeViews()
|
Methods in net.sourceforge.fluxion.runcible.graph.view with parameters of type NodeView | |
---|---|
void |
FlexGraphView.addNodeView(NodeView root)
|
void |
DotGraphView.addNodeView(NodeView root)
|
Method parameters in net.sourceforge.fluxion.runcible.graph.view with type arguments of type NodeView | |
---|---|
void |
FlexGraphView.setNodeViews(java.util.Set<NodeView> roots)
|
void |
DotGraphView.setNodeViews(java.util.Set<NodeView> roots)
|
Uses of NodeView in net.sourceforge.fluxion.runcible.graph.view.factory |
---|
Methods in net.sourceforge.fluxion.runcible.graph.view.factory with parameters of type NodeView | |
---|---|
protected void |
FlexGraphViewFactory.walkGraph(Graph graph,
NodeView parent,
Edge edge,
java.util.Set<Node> alreadyDone)
|
protected void |
DotGraphViewFactory.walkGraph(Graph graph,
NodeView parent,
Edge edge,
java.util.Set<Node> alreadyDone)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |