Package org.daisy.braille.embosser
Class StandardLineBreaks
java.lang.Object
org.daisy.braille.embosser.StandardLineBreaks
- All Implemented Interfaces:
LineBreaks
Provides standard line break definitions
- Author:
- Joel HÃ¥kansson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Defines standard line break types -
Constructor Summary
ConstructorDescriptionCreates a new object with the system's default line break style.Creates a new object with the specified line break style -
Method Summary
Modifier and TypeMethodDescriptionGets the string used to represent line breaksstatic String
Gets the string used to represent line breaks
-
Constructor Details
-
StandardLineBreaks
public StandardLineBreaks()Creates a new object with the system's default line break style. -
StandardLineBreaks
Creates a new object with the specified line break style- Parameters:
t
- the type of line break
-
-
Method Details
-
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
-
getString
Gets the string used to represent line breaks- Parameters:
t
- the type of line breaks- Returns:
- returns the string used to represent line breaks
-