| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence |
| Modifier and Type | Field and Description |
|---|---|
static LineInfo |
LineInfo.NULL |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull LineInfo |
LineInfo.create(@NotNull CharSequence line,
int prefixLength,
int textLength,
int length,
boolean isBlankPrefix,
boolean isBlankText,
@NotNull LineInfo.Preformatted preformatted) |
static @NotNull LineInfo |
LineInfo.create(@NotNull CharSequence line,
@NotNull LineInfo prevInfo,
int prefixLength,
int textLength,
int length,
boolean isBlankPrefix,
boolean isBlankText,
@NotNull LineInfo.Preformatted preformatted) |
static @NotNull LineInfo |
LineInfo.create(@NotNull LineInfo prevInfo,
@NotNull LineInfo info) |
default @NotNull LineInfo |
LineAppendable.get(int lineIndex)
Kotlin index operator
|
@NotNull LineInfo |
LineAppendable.getLineInfo(int lineIndex)
Get Line information at given line index
|
@NotNull LineInfo |
LineAppendableImpl.getLineInfo(int lineIndex) |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull LineInfo |
LineInfo.create(@NotNull CharSequence line,
@NotNull LineInfo prevInfo,
int prefixLength,
int textLength,
int length,
boolean isBlankPrefix,
boolean isBlankText,
@NotNull LineInfo.Preformatted preformatted) |
static @NotNull LineInfo |
LineInfo.create(@NotNull LineInfo prevInfo,
@NotNull LineInfo info) |
static @NotNull LineInfo |
LineInfo.create(@NotNull LineInfo prevInfo,
@NotNull LineInfo info) |
boolean |
LineInfo.needAggregateUpdate(LineInfo other)
See if replacing this line info with another requires updating all following line info because of aggregation change
|
Copyright © 2020. All rights reserved.