|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scene | |
---|---|
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.animator |
This package contains SceneAnimator classes which is used for controlling animations on a scene. |
org.netbeans.api.visual.border |
This package contains Border interface which is used for supplying a border graphics for a widget. |
org.netbeans.api.visual.graph | This package contains built-in graph-oriented models. |
org.netbeans.api.visual.layout |
This package contains Layout interface which defines a widget-layout. |
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. |
org.netbeans.api.visual.widget |
This package contains Widget class. |
org.netbeans.api.visual.widget.general | This package contains general high-level widgets. |
Uses of Scene in org.netbeans.api.visual.action |
---|
Methods in org.netbeans.api.visual.action with parameters of type Scene | |
---|---|
ConnectionWidget |
ConnectDecorator.createConnectionWidget(Scene scene)
Creates a connection widget that is temporarily used for visualization of a connection while user is dragging (creating) it. |
static RectangularSelectDecorator |
ActionFactory.createDefaultRectangularSelectDecorator(Scene scene)
Creates a default rectangular select decorator. |
ConnectionWidget |
AlignWithMoveDecorator.createLineWidget(Scene scene)
Creates a connection widget that will be used as a alignment lines for align-with effect. |
boolean |
ReconnectProvider.hasCustomReplacementWidgetResolver(Scene scene)
Called to check whether the provider has a custom replacement widget resolver. |
boolean |
ConnectProvider.hasCustomTargetWidgetResolver(Scene scene)
Called to check whether the provider has a custom target widget resolver. |
Widget |
ReconnectProvider.resolveReplacementWidget(Scene scene,
Point sceneLocation)
Called to find the replacement widget of a possible connection. |
Widget |
ConnectProvider.resolveTargetWidget(Scene scene,
Point sceneLocation)
Called to find the target widget of a possible connection. |
Uses of Scene in org.netbeans.api.visual.animator |
---|
Methods in org.netbeans.api.visual.animator that return Scene | |
---|---|
Scene |
SceneAnimator.getScene()
Returns an assigned scene. |
protected Scene |
Animator.getScene()
Returns a scene that is related to the scene animator. |
Constructors in org.netbeans.api.visual.animator with parameters of type Scene | |
---|---|
SceneAnimator(Scene scene)
Creates a scene animator. |
Uses of Scene in org.netbeans.api.visual.border |
---|
Methods in org.netbeans.api.visual.border with parameters of type Scene | |
---|---|
static Border |
BorderFactory.createSwingBorder(Scene scene,
Border border)
Creates a layout from a Swing border. |
Uses of Scene in org.netbeans.api.visual.graph |
---|
Subclasses of Scene in org.netbeans.api.visual.graph | |
---|---|
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. |
Uses of Scene in org.netbeans.api.visual.layout |
---|
Constructors in org.netbeans.api.visual.layout with parameters of type Scene | |
---|---|
SceneLayout(Scene scene)
Creates a scene layout that is related to a specific scene. |
Uses of Scene in org.netbeans.api.visual.model |
---|
Subclasses of Scene in org.netbeans.api.visual.model | |
---|---|
class |
ObjectScene
This class manages mapping between model-objects and widgets on a scene. |
Uses of Scene in org.netbeans.api.visual.vmd |
---|
Subclasses of Scene in org.netbeans.api.visual.vmd | |
---|---|
class |
VMDGraphScene
This class represents a GraphPinScene for the VMD visualization style. |
Constructors in org.netbeans.api.visual.vmd with parameters of type Scene | |
---|---|
VMDConnectionWidget(Scene scene,
Router router)
Creates a connection widget. |
|
VMDGlyphSetWidget(Scene scene)
Creates a glyph set widget. |
|
VMDNodeWidget(Scene scene)
Creates a node widget. |
|
VMDPinWidget(Scene scene)
Creates a pin widget. |
Uses of Scene in org.netbeans.api.visual.widget |
---|
Methods in org.netbeans.api.visual.widget that return Scene | |
---|---|
Scene |
Widget.getScene()
Returns a scene where the widget is assigned |
Constructors in org.netbeans.api.visual.widget with parameters of type Scene | |
---|---|
ComponentWidget(Scene scene,
Component component)
Creates a component widget. |
|
ConnectionWidget(Scene scene)
Creates a connection widget. |
|
ConvolveWidget(Scene scene,
ConvolveOp convolveOp)
Creates a convolve widget with a specified ColvolveOp. |
|
FreeConnectionWidget(Scene scene)
Creates a free connection widget. |
|
FreeConnectionWidget(Scene scene,
double createSensitivity,
double deleteSensitivity)
Creates a free connection widget with a specified create/delete sensitivity. |
|
ImageWidget(Scene scene)
Creates an image widget. |
|
ImageWidget(Scene scene,
Image image)
Creates an image widget. |
|
LabelWidget(Scene scene)
Creates a label widget. |
|
LabelWidget(Scene scene,
String label)
Creates a label widget with a label. |
|
LayerWidget(Scene scene)
Creates a layer widget. |
|
LevelOfDetailsWidget(Scene scene,
double hardMinimalZoom,
double softMinimalZoom,
double softMaximalZoom,
double hardMaximalZoom)
Creates a level-of-details widget. |
|
ScrollWidget(Scene scene)
Creates a scroll widget. |
|
ScrollWidget(Scene scene,
Widget view)
Creates a scroll widget. |
|
SeparatorWidget(Scene scene,
SeparatorWidget.Orientation orientation)
Creates a separator widget. |
|
SwingScrollWidget(Scene scene)
Creates a scroll widget. |
|
SwingScrollWidget(Scene scene,
Widget view)
Creates a scroll widget. |
|
Widget(Scene scene)
Creates a new widget which will be used in a specified scene. |
Uses of Scene in org.netbeans.api.visual.widget.general |
---|
Constructors in org.netbeans.api.visual.widget.general with parameters of type Scene | |
---|---|
IconNodeWidget(Scene scene)
Creates an icon node widget with bottom-center orientation. |
|
IconNodeWidget(Scene scene,
IconNodeWidget.TextOrientation orientation)
Creates an icon node widget with a specified orientation. |
|
ListItemWidget(Scene scene)
Deprecated. Creates a list item widget. |
|
ListWidget(Scene scene)
Deprecated. Creates a list widget. |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |