Package com.vuzix.ultralite.utils.scroll
Class TextToImageSlicer.SliceComparison
java.lang.Object
com.vuzix.ultralite.utils.scroll.TextToImageSlicer.SliceComparison
- Enclosing class:
- TextToImageSlicer
Detailed results of comparing two slice objects
- Since:
- 1.7.0
-
Field Summary
Modifier and TypeFieldDescriptionboolean[]
An array of booleans.int
The number of lines that are the different betweent the two objects.int
The number of lines that are the same betweent the two objects. -
Constructor Summary
-
Method Summary
-
Field Details
-
numberSameLines
public int numberSameLinesThe number of lines that are the same betweent the two objects.- Since:
- 1.7.0
-
numberDifferentLines
public int numberDifferentLinesThe number of lines that are the different betweent the two objects.- Since:
- 1.7.0
-
lineDifferentMap
public boolean[] lineDifferentMapAn 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()
-