public class MrzRange extends Object implements Serializable
| Constructor and Description |
|---|
MrzRange(int column,
int columnTo,
int row)
Creates new MRZ range object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getColumnTo() |
int |
getRow() |
int |
length()
Returns length of this range.
|
String |
toString() |
public MrzRange(int column,
int columnTo,
int row)
column - 0-based index of first character in the range.columnTo - 0-based index of a character after last character in the range.row - 0-based row.public final int getColumn()
public final int getColumnTo()
public final int getRow()
public final int length()
Copyright © 2011–2022 Innovatrics. All rights reserved.