Modifier and Type | Method and Description |
---|---|
LineEnding |
LineEnding.cloneObject()
Creates and returns a deep copy of this
LineEnding object. |
LineEnding |
RenderInformationBase.createLineEnding()
Creates a new line ending.
|
LineEnding |
ListOfLineEndings.get(long i)
Returns a pointer to the
LineEnding with the given index or null if
the index is invalid. |
LineEnding |
ListOfLineEndings.get(java.lang.String id)
|
LineEnding |
RenderInformationBase.getLineEnding(long index)
Returns a pointer to the line ending with the given index, or
null
if the index is invalid. |
LineEnding |
RenderInformationBase.getLineEnding(java.lang.String id)
Returns a pointer to the line ending with the given
id , or null
if there is no line ending with that id. |
LineEnding |
ListOfLineEndings.remove(long n)
Removes the nth item from this
ListOfLineEndings items and returns a pointer to
it. |
LineEnding |
ListOfLineEndings.remove(java.lang.String sid)
Removes item in this
ListOfLineEndings items with the given identifier. |
LineEnding |
RenderInformationBase.removeLineEnding(long index)
Removes the line ending with the given index.
|
Modifier and Type | Method and Description |
---|---|
int |
RenderInformationBase.addLineEnding(LineEnding le)
Adds a copy of the given line ending to the end of the list of line
endings.
|
Constructor and Description |
---|
LineEnding(LineEnding other)
Copy constructor.
|