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 Pixel
GridUtils. 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 Pixel
Point. getPixel(int width, int height, Bounds bounds)
Get the pixel where the point fits into the boundsPixel
Point. 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 Pixel
PixelRange. getBottomRight()
Get the bottom right pixelPixel
GridTile. getPixel(Point point)
Get the point pixel location in the tilePixel
PixelRange. getTopLeft()
Get the top left pixelMethods in mil.nga.grid.tile with parameters of type Pixel Modifier and Type Method Description void
PixelRange. setBottomRight(Pixel bottomRight)
Set the bottom right pixelvoid
PixelRange. 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
-