Uses of Class
org.netbeans.api.visual.model.ObjectScene
Packages that use ObjectScene
Package
Description
This package contains
ActionFactory
class which is factory of all built-in widget-actions provided by the library.
This package contains built-in graph-oriented models.
This package contains built-in graph-oriented layout algorithms.
This package contains
ObjectScene
class which is a scene with ability to register model-objects with widgets on the scene.
This package contains a VMD visualization style.
-
Uses of ObjectScene in org.netbeans.api.visual.action
Methods in org.netbeans.api.visual.action with parameters of type ObjectSceneModifier and TypeMethodDescriptionstatic 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. -
Uses of ObjectScene in org.netbeans.api.visual.graph
Subclasses of ObjectScene in org.netbeans.api.visual.graphModifier and TypeClassDescriptionclass
GraphPinScene<N,
E, P> This class holds and manages graph-oriented model.static class
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
This class is a particular GraphScene where nodes and edges are represented with String class. -
Uses of ObjectScene in org.netbeans.api.visual.graph.layout
Methods in org.netbeans.api.visual.graph.layout that return ObjectSceneModifier and TypeMethodDescriptionabstract ObjectScene
UniversalGraph.getScene()
Returns a related scene as a ObjectScene. -
Uses of ObjectScene in org.netbeans.api.visual.model
Methods in org.netbeans.api.visual.model that return ObjectSceneModifier and TypeMethodDescriptionObjectSceneEvent.getObjectScene()
Returns an instance of related object scene. -
Uses of ObjectScene in org.netbeans.api.visual.vmd
Subclasses of ObjectScene in org.netbeans.api.visual.vmdModifier and TypeClassDescriptionclass
This class represents a GraphPinScene for the VMD visualization style.