Package com.tom_roush.pdfbox.text
Class TextPositionComparator
- java.lang.Object
-
- com.tom_roush.pdfbox.text.TextPositionComparator
-
- All Implemented Interfaces:
Comparator<TextPosition>
public class TextPositionComparator extends Object implements Comparator<TextPosition>
This class is a comparator for TextPosition operators. It handles pages with text in different directions by grouping the text based on direction and sorting in that direction. This allows continuous text in a given direction to be more easily grouped together.
-
-
Constructor Summary
Constructors Constructor Description TextPositionComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(TextPosition pos1, TextPosition pos2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(TextPosition pos1, TextPosition pos2)
- Specified by:
comparein interfaceComparator<TextPosition>
-
-