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 floatgetX()Get the x pixelfloatgetY()Get the y pixelvoidsetX(float x)Set the x pixelvoidsetY(float y)Set the y pixel
-