Interface Section
-
public interface Section
Provides a section of braille pages having the same properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends Page>
getPages()
Gets the pages in the section.SectionProperties
getSectionProperties()
Gets the section properties.
-
-
-
Method Detail
-
getSectionProperties
SectionProperties getSectionProperties()
Gets the section properties.- Returns:
- the properties for the section
-
-