-
- All Known Implementing Classes:
TrainLine
public interface CharacterLine
An object to storeSearchCharacter
data for a scanned line.- Since:
- April 25, 2019
-
-
Method Summary
Modifier and Type Method Description int
bottomY()
Gets the top Y coordinate of the line.java.util.List<SearchCharacter>
getLetters()
Gets the letters in the line ordered by X value.int
topY()
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
-
-