| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pspdfkit.listeners.scrolling.ScrollState | |
Represents the scroll state of a PdfFragment. This is reported via the DocumentScrollListener interface.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ScrollState | DRAGGED | Signifies that the document is currently being dragged by the user. | |||||||||
| ScrollState | IDLE | Signifies that the document is currently not moving. | |||||||||
| ScrollState | SETTLING | Signifies that the document is not actively dragged, but still moving (e.g. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ScrollState | valueOf(String name) | ||||||||||
| final static ScrollState[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Signifies that the document is currently being dragged by the user.
Signifies that the document is not actively dragged, but still moving (e.g. slowing down).