-
- All Implemented Interfaces:
public final class PdfiumDefaultsDefault values for the PDF navigator with the PDFium adapter.
These values will be used when no publication metadata or user preference takes precedence.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublepageSpacingprivate final ReadingProgressionreadingProgression
-
Constructor Summary
Constructors Constructor Description PdfiumDefaults(Double pageSpacing, ReadingProgression readingProgression)
-
Method Summary
Modifier and Type Method Description final DoublegetPageSpacing()final ReadingProgressiongetReadingProgression()-
-
Constructor Detail
-
PdfiumDefaults
PdfiumDefaults(Double pageSpacing, ReadingProgression readingProgression)
-
-
Method Detail
-
getPageSpacing
final Double getPageSpacing()
-
getReadingProgression
final ReadingProgression getReadingProgression()
-
-
-
-