Uses of Interface
org.netbeans.api.visual.action.MoveControlPointProvider
Packages that use MoveControlPointProvider
Package
Description
This package contains
ActionFactory
class which is factory of all built-in widget-actions provided by the library.-
Uses of MoveControlPointProvider in org.netbeans.api.visual.action
Methods in org.netbeans.api.visual.action that return MoveControlPointProviderModifier and TypeMethodDescriptionstatic MoveControlPointProvider
ActionFactory.createFreeMoveControlPointProvider()
Creates a free (without any restriction) move control point (of a ConnectionWidget) provider.static MoveControlPointProvider
ActionFactory.createOrthogonalMoveControlPointProvider()
Creates a orthogonal move control point provider which is usually used with ConnectionWidget with OrthogonalSearchRouter.Methods in org.netbeans.api.visual.action with parameters of type MoveControlPointProviderModifier and TypeMethodDescriptionstatic WidgetAction
ActionFactory.createMoveControlPointAction
(MoveControlPointProvider provider) Creates a move control point (of a connection widget) action with a specified provider.static WidgetAction
ActionFactory.createMoveControlPointAction
(MoveControlPointProvider provider, ConnectionWidget.RoutingPolicy routingPolicy) Creates a move control point (of a connection widget) action with a specified provider.