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 intgetOverheadCount()Gets the number of sheets outside of the regular text body.intgetSheetCount()Gets the number of processed sheets belonging to the regular text body.SheetDataSourcegetUnits()Gets the remaining sheets in this group.voidsetOverheadCount(int value)Sets the number of sheets outside of the regular text body.voidsetSheetCount(int value)Sets the number of processed sheets belonging to the regular text body.voidsetUnits(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
-
-