Package org.omegat.core.matching
Class DiffDriver.TextRun
- java.lang.Object
-
- org.omegat.core.matching.DiffDriver.TextRun
-
- Enclosing class:
- DiffDriver
public static class DiffDriver.TextRun extends java.lang.Object
Indicates formatting of a text run for diff display purposes.
-
-
Field Summary
Fields Modifier and Type Field Description int
length
int
start
DiffDriver.Type
type
-
Constructor Summary
Constructors Constructor Description TextRun(int start, int length, DiffDriver.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
start
public int start
-
length
public int length
-
type
public DiffDriver.Type type
-
-
Constructor Detail
-
TextRun
public TextRun(int start, int length, DiffDriver.Type type)
-
-