Class DiffDriver.Render

java.lang.Object
org.omegat.core.matching.DiffDriver.Render
Enclosing class:
DiffDriver

public static class DiffDriver.Render extends Object
Represents the output of a string-string diff comparison. Contains the raw text for display, as well as formatting information.
  • Field Details

  • Constructor Details

    • Render

      public Render()
  • Method Details

    • addRun

      public void addRun(int start, int length, DiffDriver.Type type)
    • getRunText

      public String getRunText(DiffDriver.TextRun run)
      Get the text corresponding to the run
      Parameters:
      run -
      Returns: