Interface Volume
-
- All Known Implementing Classes:
VolumeImpl
public interface Volume
Provides a volume of braille.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends Section>
getSections()
Gets the contents.
-