Package | Description |
---|---|
org.eclipse.gef4.mvc.models |
This package contains all viewer models, i.e. the data constituting a viewer
state.
|
Modifier and Type | Method and Description |
---|---|
ViewportModel.ViewportState |
ViewportModel.ViewportState.getCopy()
Returns a copy of this
ViewportModel.ViewportState . |
ViewportModel.ViewportState |
ViewportModel.retrieveState(boolean ignoreTranslateX,
boolean ignoreTranslateY,
boolean ignoreWidth,
boolean ignoreHeight,
boolean ignoreContentsTransform)
Creates a new
ViewportModel.ViewportState representing the current state of
this ViewportModel . |
Modifier and Type | Method and Description |
---|---|
void |
ViewportModel.applyState(ViewportModel.ViewportState state,
boolean ignoreTranslateX,
boolean ignoreTranslateY,
boolean ignoreWidth,
boolean ignoreHeight,
boolean ignoreContentsTransform)
Applies the given
ViewportModel.ViewportState to this ViewportModel . |
Copyright (c) 2014 itemis AG and others. All rights reserved.