protected class StructuredSyntaxDocumentFilter.MultiLineRun
extends Object
Tracks a multi-line styled region within the document.
| Constructor and description |
|---|
MultiLineRun(int start, int end)Creates a multi-line run using a two-character delimiter. |
MultiLineRun(int start, int end, int delimiterSize)Creates a multi-line run with the supplied delimiter size. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
end()Returns the inclusive end offset. |
|
public int |
getDelimeterSize()
|
|
public int |
getDelimiterSize()Returns the delimiter width used by this run. |
|
public int |
length()Returns the run length. |
|
public int |
start()Returns the inclusive start offset. |
|
public String |
toString()Returns a textual description of the run bounds. |
Creates a multi-line run using a two-character delimiter.
start - the inclusive start offsetend - the inclusive end offsetCreates a multi-line run with the supplied delimiter size.
start - the inclusive start offsetend - the inclusive end offsetdelimiterSize - the delimiter width in charactersReturns the inclusive end offset.
Returns the delimiter width used by this run.
Returns the run length.
Returns the inclusive start offset.
Returns a textual description of the run bounds.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.