Class TextToImageSlicer.SliceComparison

java.lang.Object
com.vuzix.ultralite.utils.scroll.TextToImageSlicer.SliceComparison
Enclosing class:
TextToImageSlicer

public static class TextToImageSlicer.SliceComparison extends Object
Detailed results of comparing two slice objects
Since:
1.7.0
  • Field Details

    • numberSameLines

      public int numberSameLines
      The number of lines that are the same betweent the two objects.
      Since:
      1.7.0
    • numberDifferentLines

      public int numberDifferentLines
      The number of lines that are the different betweent the two objects.
      Since:
      1.7.0
    • lineDifferentMap

      public boolean[] lineDifferentMap
      An array of booleans. Each entry corresponds to a line of text. A value true indicates the line at the same index is different.
      Since:
      1.7.0
  • Constructor Details

    • SliceComparison

      public SliceComparison()