Uses of Class
org.eclipse.gef.zest.fx.models.NavigationModel.ViewportState
Packages that use NavigationModel.ViewportState
Package
Description
This package provides viewer models to support hiding/unhiding of nodes (
HidingModel
) as well as semantic
zooming (NavigationModel
).-
Uses of NavigationModel.ViewportState in org.eclipse.gef.zest.fx.models
Methods in org.eclipse.gef.zest.fx.models that return NavigationModel.ViewportStateModifier and TypeMethodDescriptionNavigationModel.ViewportState.getCopy()
Returns a copy of thisNavigationModel.ViewportState
.NavigationModel.getViewportState
(Graph graph) Retrieves theNavigationModel.ViewportState
that is currently saved for the givenGraph
.Methods in org.eclipse.gef.zest.fx.models with parameters of type NavigationModel.ViewportStateModifier and TypeMethodDescriptionvoid
NavigationModel.setViewportState
(Graph graph, NavigationModel.ViewportState state) Saves the givenNavigationModel.ViewportState
for the givenGraph
.