|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeView | |
---|---|
net.sourceforge.fluxion.graph.view | |
net.sourceforge.fluxion.graph.view.factory | |
net.sourceforge.fluxion.runcible.graph.view |
Uses of EdgeView in net.sourceforge.fluxion.graph.view |
---|
Methods in net.sourceforge.fluxion.graph.view that return types with arguments of type EdgeView | |
---|---|
java.util.Set<EdgeView> |
GraphView.getEdgeViews()
|
Methods in net.sourceforge.fluxion.graph.view with parameters of type EdgeView | |
---|---|
void |
GraphView.addEdgeView(EdgeView edge)
|
Method parameters in net.sourceforge.fluxion.graph.view with type arguments of type EdgeView | |
---|---|
void |
GraphView.setEdgeViews(java.util.Set<EdgeView> edges)
|
Uses of EdgeView in net.sourceforge.fluxion.graph.view.factory |
---|
Methods in net.sourceforge.fluxion.graph.view.factory that return EdgeView | |
---|---|
EdgeView |
EdgeViewFactory.getEdgeView()
Generate an EdgeView . |
Uses of EdgeView in net.sourceforge.fluxion.runcible.graph.view |
---|
Classes in net.sourceforge.fluxion.runcible.graph.view that implement EdgeView | |
---|---|
class |
DotEdgeView
Created by IntelliJ IDEA. |
class |
FlexEdgeView
Javadocs go here |
Methods in net.sourceforge.fluxion.runcible.graph.view that return types with arguments of type EdgeView | |
---|---|
java.util.Set<EdgeView> |
FlexGraphView.getEdgeViews()
|
java.util.Set<EdgeView> |
DotGraphView.getEdgeViews()
|
Methods in net.sourceforge.fluxion.runcible.graph.view with parameters of type EdgeView | |
---|---|
void |
FlexGraphView.addEdgeView(EdgeView edge)
|
void |
DotGraphView.addEdgeView(EdgeView edge)
|
Method parameters in net.sourceforge.fluxion.runcible.graph.view with type arguments of type EdgeView | |
---|---|
void |
FlexGraphView.setEdgeViews(java.util.Set<EdgeView> edgeViews)
|
void |
DotGraphView.setEdgeViews(java.util.Set<EdgeView> edgeViews)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |