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 class
CidatLineBreaks.Type
TODO: 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 String
getString()
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:LineBreaks
Gets the string used to represent line breaks.- Specified by:
getString
in interfaceLineBreaks
- Returns:
- returns the string used to represent line breaks
-
-