public interface DisplayState
Modifier and Type | Method and Description |
---|---|
LayoutAlgorithm |
getLayoutAlgorithm() |
double |
getScale() |
int |
getSemanticZoomLevel() |
void |
redoLayout() |
void |
setLayoutAlgorithm(LayoutAlgorithm layoutAlgorithm) |
void |
setScale(double scale) |
void |
setSemanticZoomLevel(int level) |
int getSemanticZoomLevel()
void setSemanticZoomLevel(int level)
double getScale()
void setScale(double scale)
void setLayoutAlgorithm(LayoutAlgorithm layoutAlgorithm)
LayoutAlgorithm getLayoutAlgorithm()
void redoLayout()
Copyright © 2021. All rights reserved.