Package | Description |
---|---|
loci.visbio.data | |
loci.visbio.ext | |
loci.visbio.overlays | |
loci.visbio.view |
Modifier and Type | Method and Description |
---|---|
Data |
SpectralTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
ProjectionTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
ImageTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
abstract Data |
DataTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
CollapseTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
ArbitrarySlice.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Modifier and Type | Method and Description |
---|---|
Data |
ExternalFunction.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Modifier and Type | Method and Description |
---|---|
static DataImpl |
OverlayUtil.getArrowLayer(OverlayObject obj,
TransformLink link)
Computes selection layer for OverlayArrow objects.
|
static DataImpl |
OverlayUtil.getBoxLayer(OverlayObject obj,
TransformLink link)
Computes selection layer for OverlayBox objects.
|
Data |
OverlayTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
static DataImpl |
OverlayUtil.getLineLayer(OverlayObject obj,
TransformLink link)
Returns a selection layer for OverlayLine objects.
|
static DataImpl |
OverlayUtil.getMarkerLayer(OverlayObject obj,
TransformLink link)
Returns a selection layer for OverlayMarker objects.
|
static float |
OverlayUtil.getMultiplier(TransformLink link)
Returns a multiplier suitable for scaling distances to pixel coordinates.
|
static DataImpl |
OverlayUtil.getNodedLayer(OverlayObject obj,
TransformLink link)
Computes selection layer for OverlayNodedObject objects.
|
static DataImpl |
OverlayUtil.getOutlineLayer(OverlayObject obj,
TransformLink link)
Computes a standard outline layer for an OverlayObject.
|
static DataImpl |
OverlayUtil.getOvalLayer(OverlayObject obj,
TransformLink link)
Computes a selection layer for OverlayOval objects.
|
static DataImpl |
OverlayUtil.getSelectionLayer(OverlayObject obj,
TransformLink link,
boolean outline)
Computes a type-specific selection layer for the given OverlayObject.
|
static DataImpl |
OverlayUtil.getTextLayer(OverlayObject obj,
TransformLink link)
Computes a selection layer for OverlayText objects.
|
Modifier and Type | Class and Description |
---|---|
class |
StackLink
Represents a link between a data transform and a display that produces an
image stack.
|
Modifier and Type | Field and Description |
---|---|
protected TransformLink |
ColorHandler.link
Associated link between data object and display.
|
Modifier and Type | Method and Description |
---|---|
TransformLink |
ColorHandler.getLink()
Gets associated transform link.
|
TransformLink |
TransformHandler.getLink(DataTransform trans)
Gets the transform link object for the given data transform.
|
Constructor and Description |
---|
ColorHandler(TransformLink link)
Creates a color handler for the given transform link.
|
Copyright © 2015–2022 SciJava. All rights reserved.