Class MountbattenLineBreaks
- java.lang.Object
-
- org.daisy.braille.utils.impl.provider.harpo.MountbattenLineBreaks
-
- All Implemented Interfaces:
LineBreaks
public class MountbattenLineBreaks extends Object implements LineBreaks
-
-
Constructor Summary
Constructors Constructor Description MountbattenLineBreaks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetString()Gets the string used to represent line breaks.
-
-
-
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
-
-