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 int
getBodySize()
Overhead
getOverhead()
Iterable<? extends Section>
getSections()
Gets the contents.int
getVolumeSize()
void
setBody(SectionBuilder body)
void
setPostVolData(SectionBuilder postVolData)
void
setPreVolData(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:Volume
Gets the contents.- Specified by:
getSections
in interfaceVolume
- Returns:
- returns the contents
-
-