Interface | Description |
---|---|
Bdv |
Something that has a
BdvHandle . |
BoundedValue.UpdateListener | |
BoundedValueDouble.UpdateListener | |
PlaceHolderOverlayInfo.VisibilityChangeListener | |
VirtualChannels.VirtualChannel |
Class | Description |
---|---|
AbstractSource<T extends NumericType<T>> | |
Affine3DHelpers |
Helpers to extract parts (rotation, scale, etc) from
AffineTransform3D . |
AWTUtils |
Static helper methods for setting up
GraphicsConfiguration and
BufferedImages . |
BdvFunctions |
all show methods return a
Bdv which can be used to add more stuff to the same window |
BdvHandle |
Represents a BigDataViewer frame or panel and can be used to get to the bdv
internals.
|
BdvHandleFrame | |
BdvHandlePanel | |
BdvOptions |
Optional parameters for
BdvFunctions . |
BdvOptions.Values |
Read-only
BdvOptions values. |
BdvOverlay |
An overlay that can be shown with
BdvFunctions.showOverlay(BdvOverlay, String, BdvOptions) : This method
will add a dummy Source and ConverterSetup to the
BigDataViewer such that the visibility, display range, and color for
the overlay can be adjusted by the user, like for a normal Source . |
BdvOverlaySource<O extends OverlayRenderer> | |
BdvPointsSource | |
BdvSource | |
BdvStackSource<T> | |
BdvVirtualChannelSource | |
BoundedInterval |
A interval consisting of
BoundedValue minimum and maximum that can
span any interval in a given range. |
BoundedIntervalDouble |
A interval consisting of
BoundedValueDouble minimum and maximum that can
span any interval in a given range. |
BoundedRange |
A bounded range with
minBound <= min <= max <= maxBound . |
BoundedValue |
A
int variable that can take any value in a given range. |
BoundedValueDouble |
A
double variable that can take any value in a given range. |
Bounds |
A range with
minBound <= maxBound . |
ConstantRandomAccessible<T> |
A
RandomAccessible that has a given constant value everywhere. |
DefaultInterpolators<T extends NumericType<T>> | |
DelayedPackDialog |
A
JDialog that delays pack() calls until the dialog is made visible. |
DumpInputConfig | |
IntervalBoundingBox | |
InvokeOnEDT | |
MipmapTransforms | |
ModifiableInterval | |
ModifiableRealInterval | |
MovingAverage |
Maintains a moving average over the last
width values added . |
PlaceHolderConverterSetup | |
PlaceHolderOverlayInfo | |
PlaceHolderSource |
A dummy
Source that represents a BdvOverlay . |
PointsOverlay | |
Prefs | |
PrintSequenceMipmapInfo | |
RandomAccessibleIntervalMipmapSource<T extends NumericType<T>> | |
RandomAccessibleIntervalSource<T extends NumericType<T>> | |
RandomAccessibleIntervalSource4D<T extends NumericType<T>> | |
RandomAccessibleSource<T extends NumericType<T>> | |
RandomAccessibleSource4D<T extends NumericType<T>> | |
RealRandomAccessibleIntervalSource<T extends Type<T>> | |
RealRandomAccessibleSource<T extends Type<T>> |
A
Source wrapping some RealRandomAccessible . |
TripleBuffer<T> |
Class that provides a triple-buffer-algorithm.
|
TripleBuffer.ReadableBuffer<T> |
Returned from
TripleBuffer.getReadableBuffer() . |
VirtualChannels |
The current application for VirtualChannel sources is the following scenario:
We have a labeling and want to display it using lookup tables to convert
labels to ARGBType.
|
VolatileRandomAccessibleIntervalMipmapSource<T extends NumericType<T>,V extends Volatile<T> & NumericType<V>> | |
WrappedList<E> |
Enum | Description |
---|---|
AxisOrder | |
Prefs.OverlayPosition |
Copyright © 2015–2021 Fiji. All rights reserved.