Package | Description |
---|---|
org.netbeans.api.visual.action |
This package contains
ActionFactory class which is factory of all built-in widget-actions provided by the library. |
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.model |
This package contains
ObjectScene class which is a scene with ability to register model-objects with widgets on the scene. |
org.netbeans.api.visual.vmd |
This package contains a VMD visualization style.
|
Modifier and Type | Method and Description |
---|---|
static RectangularSelectProvider |
ActionFactory.createObjectSceneRectangularSelectProvider(ObjectScene scene)
Creates a rectangular select provider which controls a selection of an object scene.
|
static WidgetAction |
ActionFactory.createRectangularSelectAction(ObjectScene scene,
LayerWidget interractionLayer)
Creates a rectangular select action for a specified object scene with a default decorator.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphPinScene<N,E,P>
This class holds and manages graph-oriented model.
|
static class |
GraphPinScene.StringGraph
This class is a particular GraphPinScene where nodes, edges and pins are represented with String class.
|
class |
GraphScene<N,E>
This class holds and manages graph-oriented model.
|
static class |
GraphScene.StringGraph
This class is a particular GraphScene where nodes and edges are represented with String class.
|
Modifier and Type | Method and Description |
---|---|
abstract ObjectScene |
UniversalGraph.getScene()
Returns a related scene as a ObjectScene.
|
Modifier and Type | Method and Description |
---|---|
ObjectScene |
ObjectSceneEvent.getObjectScene()
Returns an instance of related object scene.
|
Modifier and Type | Class and Description |
---|---|
class |
VMDGraphScene
This class represents a GraphPinScene for the VMD visualization style.
|