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.print |
This package contains a single class
ScenePrinter used to print
a Scene according to various constraints. |
org.netbeans.api.visual.router |
This package contains
Router interface which defines a router for ConnectionWidget . |
Modifier and Type | Method and Description |
---|---|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator)
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds)
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator)
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds)
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator)
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds)
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator)
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds)
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider)
Creates a connect action with a specific decorator.
|
static WidgetAction |
ActionFactory.createConnectAction(LayerWidget interractionLayer,
ConnectProvider provider)
Creates a connect action with a default decorator.
|
static WidgetAction |
ActionFactory.createExtendedConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider)
Creates an extended connect action with a specific decorator.
|
static WidgetAction |
ActionFactory.createExtendedConnectAction(ConnectDecorator decorator,
LayerWidget interractionLayer,
ConnectProvider provider,
int modifiers)
Creates an extended connect action with a specific decorator which can be invoked only with specified modifiers (usually it is
MouseEvent.CTRL_MASK ). |
static WidgetAction |
ActionFactory.createExtendedConnectAction(LayerWidget interractionLayer,
ConnectProvider provider)
Creates an extended connect action with a default decorator.
|
static WidgetAction |
ActionFactory.createRectangularSelectAction(ObjectScene scene,
LayerWidget interractionLayer)
Creates a rectangular select action for a specified object scene with a default decorator.
|
static WidgetAction |
ActionFactory.createRectangularSelectAction(RectangularSelectDecorator decorator,
LayerWidget interractionLayer,
RectangularSelectProvider provider)
Creates a rectangular select action with a specified decorator and logic provider.
|
Modifier and Type | Method and Description |
---|---|
static void |
ScenePrinter.print(Scene scene,
PageFormat format,
ScenePrinter.ScaleStrategy scaleStrategy,
double scaleX,
double scaleY,
boolean selectedOnly,
boolean visibleOnly,
Rectangle region,
List<LayerWidget> hiddenLayers)
This is the master print call.
|
Modifier and Type | Method and Description |
---|---|
static Router |
RouterFactory.createOrthogonalSearchRouter(LayerWidget... layers)
Creates an orthogonal search router.
|
Built on October 1 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.