public static class DiffDriver.Render
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<DiffDriver.TextRun> |
formatting |
java.lang.String |
text |
Constructor and Description |
---|
Render() |
Modifier and Type | Method and Description |
---|---|
void |
addRun(int start,
int length,
DiffDriver.Type type) |
java.lang.String |
getRunText(DiffDriver.TextRun run)
Get the text corresponding to the run
|
public java.util.List<DiffDriver.TextRun> formatting
public java.lang.String text
public void addRun(int start, int length, DiffDriver.Type type)
public java.lang.String getRunText(DiffDriver.TextRun run)
run
-