Package org.daisy.dotify.api.formatter
Class TransitionBuilderProperties
- java.lang.Object
-
- org.daisy.dotify.api.formatter.TransitionBuilderProperties
-
public final class TransitionBuilderProperties extends Object
Provides properties for a transition builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TransitionBuilderProperties.ApplicationRange
Defines the application range starting from the end of the volume.static class
TransitionBuilderProperties.Builder
Provides a builder for transition builder properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransitionBuilderProperties.ApplicationRange
getApplicationRange()
Gets the application range starting from the end of the volume.
-
-
-
Method Detail
-
getApplicationRange
public TransitionBuilderProperties.ApplicationRange getApplicationRange()
Gets the application range starting from the end of the volume. Within the range, pages can be treated differently from other pages.- Returns:
- returns the application range
-
-