Interface Section
-
public interface SectionProvides 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.SectionPropertiesgetSectionProperties()Gets the section properties.
-
-
-
Method Detail
-
getSectionProperties
SectionProperties getSectionProperties()
Gets the section properties.- Returns:
- the properties for the section
-
-