-
- All Known Implementing Classes:
TrainLine
public interface CharacterLineAn object to storeSearchCharacterdata for a scanned line.- Since:
- April 25, 2019
-
-
Method Summary
Modifier and Type Method Description intbottomY()Gets the top Y coordinate of the line.java.util.List<SearchCharacter>getLetters()Gets the letters in the line ordered by X value.inttopY()Gets the top Y coordinate of the line.
-
-
-
Method Detail
-
getLetters
java.util.List<SearchCharacter> getLetters()
Gets the letters in the line ordered by X value.- Returns:
- The letters in the line
-
topY
int topY()
Gets the top Y coordinate of the line.- Returns:
- The top Y coordinate of the line
-
bottomY
int bottomY()
Gets the top Y coordinate of the line.- Returns:
- The top Y coordinate of the line
-
-