Package | Description |
---|---|
bdv.viewer.render | |
bdv.viewer.render.awt |
Modifier and Type | Interface and Description |
---|---|
interface |
RenderTarget<R extends RenderResult>
Receiver for a rendered image (to be drawn onto a canvas later).
|
Modifier and Type | Method and Description |
---|---|
void |
RenderResult.patch(RenderResult patch,
Interval interval,
double ox,
double oy)
Fill in
interval with data from patch , scaled by the
relative scale between this RenderResult and patch , and
shifted such that (0,0) of the patch is placed at
(ox,oy) of this RenderResult |
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageRenderResult |
Modifier and Type | Method and Description |
---|---|
void |
BufferedImageRenderResult.patch(RenderResult patch,
Interval interval,
double ox,
double oy) |
Copyright © 2015–2021 Fiji. All rights reserved.