|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphPinScene | |
---|---|
org.netbeans.api.visual.graph | This package contains built-in graph-oriented models. |
org.netbeans.api.visual.graph.layout | This package contains built-in graph-oriented layout algorithms. |
org.netbeans.api.visual.layout |
This package contains Layout interface which defines a widget-layout. |
org.netbeans.api.visual.vmd | This package contains a VMD visualization style. |
Uses of GraphPinScene in org.netbeans.api.visual.graph |
---|
Subclasses of GraphPinScene in org.netbeans.api.visual.graph | |
---|---|
static class |
GraphPinScene.StringGraph
This class is a particular GraphPinScene where nodes, edges and pins are represented with String class. |
Uses of GraphPinScene in org.netbeans.api.visual.graph.layout |
---|
Methods in org.netbeans.api.visual.graph.layout with parameters of type GraphPinScene | |
---|---|
void |
GraphLayout.layoutGraph(GraphPinScene<N,E,?> graphPinScene)
Invokes graph-oriented layout on a GraphPinScene. |
void |
GraphLayout.layoutNodes(GraphPinScene<N,E,?> graphPinScene,
Collection<N> nodes)
Invokes resolving of locations for a collection of nodes in a GraphPinScene. |
Uses of GraphPinScene in org.netbeans.api.visual.layout |
---|
Methods in org.netbeans.api.visual.layout with parameters of type GraphPinScene | ||
---|---|---|
static
|
LayoutFactory.createSceneGraphLayout(GraphPinScene<N,E,?> graphPinScene,
GraphLayout<N,E> graphLayout)
Creates a scene layout which performs a specified graph-oriented layout on a specified GraphPinScene. |
Uses of GraphPinScene in org.netbeans.api.visual.vmd |
---|
Subclasses of GraphPinScene in org.netbeans.api.visual.vmd | |
---|---|
class |
VMDGraphScene
This class represents a GraphPinScene for the VMD visualization style. |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |