Package | Description |
---|---|
ini.trakem2.persistence |
Modifier and Type | Method and Description |
---|---|
MipMapImage |
Loader.fetchAWTImage(Patch p,
int level,
int max_level) |
MipMapImage |
Loader.fetchDataImage(Patch p,
double mag)
Calls fetchImage(p, mag) unless overriden.
|
MipMapImage |
FSLoader.fetchDataImage(Patch p,
double mag)
Waits until a proper image of the desired size or larger can be returned, which is never the Loader.REGENERATING image.
|
MipMapImage |
Loader.fetchImage(Patch p) |
MipMapImage |
Loader.fetchImage(Patch p,
double mag)
Fetch a suitable awt.Image for the given magnification.
|
MipMapImage |
FSLoader.fetchMipMap(Patch patch,
int level,
long n_bytes)
Does the actual fetching of the file.
|
protected MipMapImage |
Loader.fetchMipMapAWT(Patch patch,
int level,
long n_bytes)
Does nothing and returns null unless overriden.
|
protected MipMapImage |
FSLoader.fetchMipMapAWT(Patch patch,
int level,
long n_bytes)
Loads the file containing the scaled image corresponding to the given level
(or the maximum possible level, if too large)
and returns it as an awt.Image, or null if not found.
|
MipMapImage |
Loader.getCached(long id,
int level) |
MipMapImage |
Loader.getCachedClosestAboveImage(Patch p,
double mag)
Above or equal in size.
|
MipMapImage |
Loader.getCachedClosestBelowImage(Patch p,
double mag)
Below, not equal.
|
MipMapImage |
Cache.getClosestAbove(long id,
int level) |
MipMapImage |
Cache.getClosestBelow(long id,
int level) |
Modifier and Type | Method and Description |
---|---|
static FutureTask<MipMapImage> |
Loader.preload(Patch p,
double mag,
boolean repaint)
Returns null when on low memory condition.
|
Copyright © 2015–2021 Fiji. All rights reserved.