public static class MCspatialCoordinatesItem.Position
extends java.lang.Object
Constructor and Description |
---|
Position(float column,
float row)
Creates a new Position with data.
|
Modifier and Type | Method and Description |
---|---|
float |
getColumn()
Gets Image Column.
|
float |
getRow()
Gets Image Row.
|
void |
setColumn(float column)
Sets Image Column.
|
void |
setRow(float row)
Sets Image Row.
|
public Position(float column, float row)
column
- Image Column.row
- Image Row.public float getColumn()
public void setColumn(float column)
column
- Image Column.public float getRow()
public void setRow(float row)
row
- Image Row.