Uses of Class
mil.nga.grid.tile.Pixel
- 
Packages that use Pixel Package Description mil.nga.grid mil.nga.grid.features mil.nga.grid.tile  - 
- 
Uses of Pixel in mil.nga.grid
Methods in mil.nga.grid that return Pixel Modifier and Type Method Description static PixelGridUtils. getPixel(int width, int height, Bounds bounds, Point point)Get the pixel where the point fits into the bounds - 
Uses of Pixel in mil.nga.grid.features
Methods in mil.nga.grid.features that return Pixel Modifier and Type Method Description PixelPoint. getPixel(int width, int height, Bounds bounds)Get the pixel where the point fits into the boundsPixelPoint. getPixel(GridTile tile)Get the pixel where the point fits into tile - 
Uses of Pixel in mil.nga.grid.tile
Methods in mil.nga.grid.tile that return Pixel Modifier and Type Method Description PixelPixelRange. getBottomRight()Get the bottom right pixelPixelGridTile. getPixel(Point point)Get the point pixel location in the tilePixelPixelRange. getTopLeft()Get the top left pixelMethods in mil.nga.grid.tile with parameters of type Pixel Modifier and Type Method Description voidPixelRange. setBottomRight(Pixel bottomRight)Set the bottom right pixelvoidPixelRange. setTopLeft(Pixel topLeft)Set the top left pixelConstructors in mil.nga.grid.tile with parameters of type Pixel Constructor Description PixelRange(Pixel topLeft, Pixel bottomRight)Constructor 
 -