public static final class PatternView.Cell
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getRow() |
static PatternView.Cell |
of(int row,
int column) |
java.lang.String |
toString() |
public int getRow()
public int getColumn()
public static PatternView.Cell of(int row, int column)
public java.lang.String toString()
toString in class java.lang.Object