public abstract class AbstractLegacyViewerImgLoader<T,V extends Volatile<T>> extends Object implements LegacyViewerImgLoader<T,V>
| Modifier and Type | Field and Description |
|---|---|
protected T |
type |
protected V |
volatileType |
| Constructor and Description |
|---|
AbstractLegacyViewerImgLoader(T type,
V volatileType) |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessibleInterval<T> |
getImage(ViewId view)
Get the un-normalized image of the default
pixel
type of this BasicImgLoader. |
T |
getImageType() |
V |
getVolatileImageType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCache, getImage, getMipmapResolutions, getMipmapTransforms, getVolatileImage, numMipmapLevelsprotected final T type
public T getImageType()
getImageType in interface LegacyBasicImgLoader<T>public V getVolatileImageType()
getVolatileImageType in interface LegacyViewerImgLoader<T,V extends Volatile<T>>public RandomAccessibleInterval<T> getImage(ViewId view)
LegacyBasicImgLoaderpixel
type of this BasicImgLoader.getImage in interface LegacyBasicImgLoader<T>view - timepoint and setup for which to retrieve the image.Copyright © 2015–2021 Fiji. All rights reserved.