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 String
getString()
Gets the string used to represent line breaks.
-
-
-
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
-
-