Skip to content

Commit 6a3c7f9

Browse files
committed
More Updates
1 parent bea0e8c commit 6a3c7f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

gwt-material/src/main/java/gwt/material/design/client/base/viewport/ViewPortZoomHandler.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,14 @@ public interface ViewPortZoomHandler {
2424
void load();
2525

2626
void unload();
27+
28+
double getCurrentViewportRatio();
29+
30+
double getMaxViewPortRatio();
31+
32+
void scale();
33+
34+
boolean isOutOfZoomLevel();
35+
36+
void resetZoom();
2737
}

0 commit comments

Comments
 (0)