Package com.caplin.streamlink
Interface PageElement
public interface PageElement
Provides information about a single text change for the given row and column in a Page.
-
Method Summary
-
Method Details
-
getRow
int getRow() -
getColumn
int getColumn() -
getText
String getText()Returns the page text at the given row and column.
- Returns:
- The page text at the given row and column.
-