Class VolumeImpl
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.sheet.VolumeImpl
-
-
Constructor Summary
Constructors Constructor Description VolumeImpl(Overhead overhead)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBodySize()OverheadgetOverhead()Iterable<? extends Section>getSections()Gets the contents.intgetVolumeSize()voidsetBody(SectionBuilder body)voidsetPostVolData(SectionBuilder postVolData)voidsetPreVolData(SectionBuilder preVolData)
-
-
-
Constructor Detail
-
VolumeImpl
public VolumeImpl(Overhead overhead)
-
-
Method Detail
-
setBody
public void setBody(SectionBuilder body)
-
setPreVolData
public void setPreVolData(SectionBuilder preVolData)
-
setPostVolData
public void setPostVolData(SectionBuilder postVolData)
-
getOverhead
public Overhead getOverhead()
-
getBodySize
public int getBodySize()
-
getVolumeSize
public int getVolumeSize()
- Returns:
- The actual size of the whole volume in sheets.
-
getSections
public Iterable<? extends Section> getSections()
Description copied from interface:VolumeGets the contents.- Specified by:
getSectionsin interfaceVolume- Returns:
- returns the contents
-
-