Class SheetGroup
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.sheet.SheetGroup
-
public class SheetGroup extends Object
Provides a list of consecutive sheets without manual volume breaks inside.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOverheadCount()
Gets the number of sheets outside of the regular text body.int
getSheetCount()
Gets the number of processed sheets belonging to the regular text body.SheetDataSource
getUnits()
Gets the remaining sheets in this group.void
setOverheadCount(int value)
Sets the number of sheets outside of the regular text body.void
setSheetCount(int value)
Sets the number of processed sheets belonging to the regular text body.void
setUnits(SheetDataSource units)
Sets the remaining sheets in this group.
-
-
-
Method Detail
-
getOverheadCount
public int getOverheadCount()
Gets the number of sheets outside of the regular text body.- Returns:
- returns the number of sheets
-
setOverheadCount
public void setOverheadCount(int value)
Sets the number of sheets outside of the regular text body.- Parameters:
value
- the number of sheets
-
getSheetCount
public int getSheetCount()
Gets the number of processed sheets belonging to the regular text body.- Returns:
- returns the number of sheets
-
setSheetCount
public void setSheetCount(int value)
Sets the number of processed sheets belonging to the regular text body.- Parameters:
value
- the number of sheets
-
getUnits
public SheetDataSource getUnits()
Gets the remaining sheets in this group.- Returns:
- the remaining sheets
-
setUnits
public void setUnits(SheetDataSource units)
Sets the remaining sheets in this group.- Parameters:
units
- a list of remaining sheets
-
-