Package mil.nga.grid.tile
Class Pixel
- java.lang.Object
-
- mil.nga.grid.tile.Pixel
-
public class Pixel extends Object
Tile Pixel- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description Pixel(float x, float y)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getX()
Get the x pixelfloat
getY()
Get the y pixelvoid
setX(float x)
Set the x pixelvoid
setY(float y)
Set the y pixel
-