-
- All Implemented Interfaces:
-
org.readium.r2.navigator.OverflowableNavigator.Overflow
public final class SimpleOverflow implements OverflowableNavigator.Overflow
-
-
Field Summary
Fields Modifier and Type Field Description private final ReadingProgressionreadingProgressionprivate final Booleanscrollprivate final Axisaxis
-
Constructor Summary
Constructors Constructor Description SimpleOverflow(ReadingProgression readingProgression, Boolean scroll, Axis axis)
-
Method Summary
Modifier and Type Method Description ReadingProgressiongetReadingProgression()Horizontal direction of progression across resources. BooleangetScroll()If the overflow of the content is managed through scroll instead of pagination. AxisgetAxis()Main axis along which the resources are laid out. -
-
Constructor Detail
-
SimpleOverflow
SimpleOverflow(ReadingProgression readingProgression, Boolean scroll, Axis axis)
-
-
Method Detail
-
getReadingProgression
ReadingProgression getReadingProgression()
Horizontal direction of progression across resources.
-
getScroll
Boolean getScroll()
If the overflow of the content is managed through scroll instead of pagination.
-
-
-
-