LineBreakspublic class StandardLineBreaks extends java.lang.Object implements LineBreaks
| Modifier and Type | Class | Description |
|---|---|---|
static class |
StandardLineBreaks.Type |
Defines standard line break types
|
| Constructor | Description |
|---|---|
StandardLineBreaks() |
Creates a new object with the system's default line break style.
|
StandardLineBreaks(StandardLineBreaks.Type t) |
Creates a new object with the specified line break style
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getString() |
Gets the string used to represent line breaks
|
static java.lang.String |
getString(StandardLineBreaks.Type t) |
Gets the string used to represent line breaks
|
public StandardLineBreaks()
public StandardLineBreaks(StandardLineBreaks.Type t)
t - the type of line breakpublic java.lang.String getString()
LineBreaksgetString in interface LineBreakspublic static java.lang.String getString(StandardLineBreaks.Type t)
t - the type of line breaks