Package | Description |
---|---|
org.eclipse.gef.zest.fx.models |
This package provides viewer models to support hiding/unhiding of nodes (
HidingModel ) as well as semantic
zooming (NavigationModel ). |
Modifier and Type | Method and Description |
---|---|
NavigationModel.ViewportState |
NavigationModel.ViewportState.getCopy()
Returns a copy of this
NavigationModel.ViewportState . |
NavigationModel.ViewportState |
NavigationModel.getViewportState(Graph graph)
Retrieves the
NavigationModel.ViewportState that is currently saved for the given
Graph . |
Modifier and Type | Method and Description |
---|---|
void |
NavigationModel.setViewportState(Graph graph,
NavigationModel.ViewportState state)
Saves the given
NavigationModel.ViewportState for the given Graph . |
Copyright (c) 2014 itemis AG and others. All rights reserved.