Uses of Class
net.landspurg.map.BufferImage

Packages that use BufferImage
net.landspurg.map This is the main package to look at if you want to use J2memap. 
 

Uses of BufferImage in net.landspurg.map
 

Methods in net.landspurg.map that return BufferImage
protected static BufferImage BufferImage.getFirst()
          Return the first image of the list...
static BufferImage BufferImage.getImage(int px, int py, int zoom, int inNumSat, int size)
          Get a tile according to his position/zoom factor/satelitte number

if tiles is in RMS, he will be loaded, if not, it will be loaded asynchronously from the sever
static BufferImage BufferImage.getImage(int px, int py, int zoom, int inNumSat, int size, boolean loadIt)
          Get a tile according to his position/zoom factor/satelitte number

if tiles is in RMS, he will be loaded, if not, it will be loaded asynchronously from the sever
protected static BufferImage BufferImage.pop()
          Extract the first image of the list, and reduce the number of images in the queue by one...
protected static BufferImage BufferImage.removeLast()
          Remove the last element of the list, but do not delete it...
 

Methods in net.landspurg.map with parameters of type BufferImage
 void BufferImageListener.imageLoaded(BufferImage ima)
           
 void MapCanvas.imageLoaded(BufferImage ima)
           
protected static void BufferImage.push(BufferImage inIma)
          Push an image into the list...
protected static void BufferImage.remove(BufferImage inIma)
          Remove an arbitrary element of the list..