Package | Description |
---|---|
ini.trakem2 | |
ini.trakem2.display | |
ini.trakem2.persistence | |
ini.trakem2.utils | |
mpicbg.trakem2.transform |
Modifier and Type | Method and Description |
---|---|
Loader |
Project.getLoader() |
Modifier and Type | Method and Description |
---|---|
static Project |
Project.findProject(Loader loader) |
void |
Project.setTempLoader(Loader loader) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
DisplayCanvas.paintOffscreen(Layer active_layer,
int g_width,
int g_height,
Rectangle srcRect,
double magnification,
Displayable active,
int c_alphas,
Rectangle clipRect,
Loader loader,
HashMap<Color,Layer> hm,
ArrayList<LayerPanel> blending_list,
int mode,
GraphicsSource graphics_source,
boolean prepaint,
ArrayList<Displayable> al_top)
Deprecated.
|
BufferedImage |
DisplayCanvas.paintOffscreen(Layer active_layer,
List<Layer> layers,
ArrayList<Displayable> al_paint,
Displayable active,
int g_width,
int g_height,
int c_alphas,
Loader loader,
HashMap<Color,Layer> hm,
ArrayList<LayerPanel> blending_list,
int mode,
GraphicsSource graphics_source,
boolean prepaint,
int first_non_patch) |
BufferedImage |
DisplayCanvas.paintOffscreen(Layer active_layer,
List<Layer> layers,
int g_width,
int g_height,
Rectangle srcRect,
double magnification,
Displayable active,
int c_alphas,
Rectangle clipRect,
Loader loader,
HashMap<Color,Layer> hm,
ArrayList<LayerPanel> blending_list,
int mode,
GraphicsSource graphics_source,
boolean prepaint,
ArrayList<Displayable> al_top,
boolean preload)
This method uses data only from the arguments, and changes none.
|
Modifier and Type | Class and Description |
---|---|
class |
DBLoader |
class |
FSLoader
A class to rely on memory only; except images which are rolled from a folder or their original location and flushed when memory is needed for more.
|
Modifier and Type | Field and Description |
---|---|
protected static Vector<Loader> |
Loader.v_loaders |
Modifier and Type | Method and Description |
---|---|
boolean |
DBLoader.isIdenticalProjectSource(Loader loader) |
Constructor and Description |
---|
DBObject(Loader loader)
For the Project
|
Modifier and Type | Method and Description |
---|---|
static double |
M.measureArea(Area area,
Loader loader)
Returns the approximated area of the given Area object; Loader can be null; if not, it's used to secure memory space.
|
Modifier and Type | Field and Description |
---|---|
protected Loader |
ExportBestFlatImage.loader |
Copyright © 2015–2021 Fiji. All rights reserved.