Uses of Class
org.evoludo.graphics.ParaGraph.ViewState
Packages that use ParaGraph.ViewState
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
-
Uses of ParaGraph.ViewState in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ParaGraph.ViewStateModifier and TypeFieldDescriptionprivate final ParaGraph.ViewStateParaGraph.viewStateReusable view state for zooming and shifting calculations.Methods in org.evoludo.graphics that return ParaGraph.ViewStateModifier and TypeMethodDescriptionprivate ParaGraph.ViewStateParaGraph.currentViewState()Update and return the cached view state for the current axis ranges.private ParaGraph.ViewStateParaGraph.ViewState.update(double baseXMin, double baseXMax, double baseYMin, double baseYMax, double factor) Update the cached view state for the provided base ranges and zoom factor.Methods in org.evoludo.graphics with parameters of type ParaGraph.ViewStateModifier and TypeMethodDescriptionprivate voidParaGraph.applyVisibleRanges(ParaGraph.ViewState state) Adjust axis ranges to match the current zoom and shift.private voidParaGraph.clampViewCorner(ParaGraph.ViewState state) Clamp the current view corner to keep the visible range inside the domain.private voidParaGraph.drawFrameForView(ParaGraph.ViewState state, int xLevels, int yLevels) Draw the frame using the visible ranges implied by the current zoom and shift.private voidParaGraph.setViewCorner(ParaGraph.ViewState state, double cornerX, double cornerY) Clamp and apply the view corner for the provided state.