Class CidatPageBreaks
- java.lang.Object
-
- org.daisy.braille.utils.impl.provider.cidat.CidatPageBreaks
-
- All Implemented Interfaces:
PageBreaks
public class CidatPageBreaks extends Object implements PageBreaks
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CidatPageBreaks.Type
TODO: write java doc.
-
Constructor Summary
Constructors Constructor Description CidatPageBreaks(CidatPageBreaks.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getString()
Gets the string used to represent page breaks.
-
-
-
Constructor Detail
-
CidatPageBreaks
public CidatPageBreaks(CidatPageBreaks.Type type)
-
-
Method Detail
-
getString
public String getString()
Description copied from interface:PageBreaks
Gets the string used to represent page breaks.- Specified by:
getString
in interfacePageBreaks
- Returns:
- returns the string used to represent page breaks
-
-