|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferImage | |
|---|---|
| com.eightmotions.map | |
| Uses of BufferImage in com.eightmotions.map |
|---|
| Methods in com.eightmotions.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,
MapOverlay inMap,
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,
MapOverlay inMap,
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 com.eightmotions.map with parameters of type BufferImage | |
|---|---|
void |
MapDisplay.imageLoaded(BufferImage ima)
|
void |
BufferImageListener.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.. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||