Class IntegerCell
- java.lang.Object
-
- es.situm.sdk.model.cartography.calibration.IntegerCell
-
public class IntegerCell extends java.lang.Object
A cell of aGrid
with the position (x,y) and an integer value
-
-
Constructor Summary
Constructors Constructor Description IntegerCell(int x, int y, int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
int
getX()
int
getY()
-