Package org.omegat.core.matching
Class DiffDriver.Render
java.lang.Object
org.omegat.core.matching.DiffDriver.Render
- Enclosing class:
- DiffDriver
Represents the output of a string-string diff comparison. Contains the raw text for display, as well as
formatting information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRun(int start, int length, DiffDriver.Type type) Get the text corresponding to the run
-
Field Details
-
formatting
-
text
-
-
Constructor Details
-
Render
public Render()
-
-
Method Details
-
addRun
-
getRunText
Get the text corresponding to the run- Parameters:
run-- Returns:
-