Class CidatLineBreaks
- java.lang.Object
-
- org.daisy.braille.utils.impl.provider.cidat.CidatLineBreaks
-
- All Implemented Interfaces:
LineBreaks
public class CidatLineBreaks extends Object implements LineBreaks
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCidatLineBreaks.TypeTODO: write java doc.
-
Constructor Summary
Constructors Constructor Description CidatLineBreaks(CidatLineBreaks.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetString()Gets the string used to represent line breaks.
-
-
-
Constructor Detail
-
CidatLineBreaks
public CidatLineBreaks(CidatLineBreaks.Type type)
-
-
Method Detail
-
getString
public String getString()
Description copied from interface:LineBreaksGets the string used to represent line breaks.- Specified by:
getStringin interfaceLineBreaks- Returns:
- returns the string used to represent line breaks
-
-