Class TextChunkLocationBasedComparator
- java.lang.Object
-
- com.itextpdf.kernel.pdf.canvas.parser.listener.TextChunkLocationBasedComparator
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Comparator<ITextChunkLocation>
locationComparator
-
Constructor Summary
Constructors Constructor Description TextChunkLocationBasedComparator(java.util.Comparator<ITextChunkLocation> locationComparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(TextChunk o1, TextChunk o2)
-
-
-
Field Detail
-
locationComparator
private java.util.Comparator<ITextChunkLocation> locationComparator
-
-
Constructor Detail
-
TextChunkLocationBasedComparator
public TextChunkLocationBasedComparator(java.util.Comparator<ITextChunkLocation> locationComparator)
-
-