You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ The initial display state can be set, using `public void setDisplayType( Display
29
29
30
30
*`DisplayType.FIT_TO_SCREEN`: The image loaded will always fit the current view's bounds.
31
31
*`DisplayType.NONE`: The image will be presented with its current dimensions if smaller than the image bounds, otherwise it will be scaled to fit its contents inside the screen.
32
+
*`DisplayType.FIT_HEIGHT`: The image loaded will always fit the height of the current view.
33
+
*`DisplayType.FIT_WIDTH`: The image loaded will always fit the width of the current view.
32
34
33
35
The default display state is `DisplayState.NONE'.
34
36
@@ -37,7 +39,7 @@ The default display state is `DisplayState.NONE'.
0 commit comments