Package | Description |
---|---|
org.eclipse.gef4.mvc.fx.operations |
This package contains all
IUndoableOperation
implementations contributed by MVC.FX. |
org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy
implementations contributed by MVC.FX. |
Modifier and Type | Field and Description |
---|---|
protected ViewportModel |
FXChangeViewportOperation.viewportModel
The
ViewportModel that is manipulated by this operation. |
Modifier and Type | Method and Description |
---|---|
ViewportModel |
FXChangeViewportOperation.getViewportModel()
Returns the
ViewportModel which will be manipulated by this
operation. |
Modifier and Type | Method and Description |
---|---|
protected void |
FXChangeViewportOperation.readViewport(ViewportModel viewportModel)
Stores all relevant values in fields, so that they can be restored later.
|
Constructor and Description |
---|
FXChangeViewportOperation(ViewportModel viewportModel)
Creates a new
FXChangeViewportOperation to manipulate the given
ViewportModel . |
FXChangeViewportOperation(ViewportModel viewportModel,
AffineTransform newTransform)
Creates a new
FXChangeViewportOperation to manipulate the given
ViewportModel . |
FXChangeViewportOperation(ViewportModel viewportModel,
double newTx,
double newTy)
Creates a new
FXChangeViewportOperation to manipulate the given
ViewportModel . |
FXChangeViewportOperation(ViewportModel viewportModel,
double newTx,
double newTy,
AffineTransform newTransform)
Creates a new
FXChangeViewportOperation to manipulate the given
ViewportModel . |
FXChangeViewportOperation(ViewportModel viewportModel,
double newTx,
double newTy,
double newWidth,
double newHeight,
AffineTransform newTransform)
Creates a new
FXChangeViewportOperation to manipulate the given
ViewportModel . |
Modifier and Type | Method and Description |
---|---|
protected ViewportModel |
FXPanOnTypePolicy.getViewportModel()
|
Copyright (c) 2014 itemis AG and others. All rights reserved.