Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Method and Description |
---|---|
protected FXChangeViewportPolicy |
FXZoomOnPinchSpreadPolicy.determineViewportPolicy()
Determines the
FXChangeViewportPolicy that is used by this
policy. |
protected FXChangeViewportPolicy |
FXPanOrZoomOnScrollPolicy.determineViewportPolicy()
Returns the
FXChangeViewportPolicy that is to be used for
changing the viewport. |
protected FXChangeViewportPolicy |
FXZoomOnPinchSpreadPolicy.getViewportPolicy()
Returns the
FXChangeViewportPolicy that is used by this policy. |
protected FXChangeViewportPolicy |
FXPanOrZoomOnScrollPolicy.getViewportPolicy()
Returns the
FXChangeViewportPolicy that is used for changing the
viewport within the current scroll gesture. |
Modifier and Type | Method and Description |
---|---|
protected void |
FXPanOrZoomOnScrollPolicy.setViewportPolicy(FXChangeViewportPolicy viewportPolicy)
Sets the
FXChangeViewportPolicy that is used to manipulate the
viewport for the current scroll gesture to the given value. |
Copyright (c) 2014 itemis AG and others. All rights reserved.