Package | Description |
---|---|
ini.trakem2.display |
Modifier and Type | Method and Description |
---|---|
protected void |
Display.storeLayerAlpha(LayerPanel lp,
float a)
Add to layer_alpha table, or remove if alpha is zero.
|
Modifier and Type | Method and Description |
---|---|
protected int |
Display.getPaintMode(HashMap<Color,Layer> hm,
ArrayList<LayerPanel> list)
Sets the values atomically, returns the painting mode.
|
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.
|
Copyright © 2015–2021 Fiji. All rights reserved.