public class RowColumnIndex extends Subitem
| Constructor and Description |
|---|
RowColumnIndex(int rowIndex,
int colIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares
RowColumn values. |
int |
GetColumnIndex()
Accesses the
ColumnIndex value. |
int |
GetRowIndex()
Accesses the
RowIndex value. |
java.lang.String |
ToString()
Sets
toString to the value that this class represents. |
public int GetRowIndex()
RowIndex value.public int GetColumnIndex()
ColumnIndex value.public boolean equals(java.lang.Object obj)
RowColumn values.equals in class java.lang.Objectpublic java.lang.String ToString()
toString to the value that this class represents.