java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.ui.overlay.OverlayLayoutParams.SizingMode |
Value used for defining how measuring and layouting of the view will work.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OverlayLayoutParams.SizingMode | LAYOUT | Your view will be measured and laid out based on the page scroll and zoom. | |||||||||
OverlayLayoutParams.SizingMode | SCALING | Your view will be measured and laid out based on zoom level 1 and a simple setScaleX(float) and setScaleY(float) will be applied to it based on
the zoom. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static OverlayLayoutParams.SizingMode | valueOf(String name) | ||||||||||
final static SizingMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Your view will be measured and laid out based on the page scroll and zoom.
Your view will be measured and laid out based on zoom level 1 and a simple setScaleX(float)
and setScaleY(float)
will be applied to it based on
the zoom.