public class ReadOnlyCachedCellImgFactory extends Object
CachedCellImg
s that are backed by either a CellLoader
or a CacheLoader
.Constructor and Description |
---|
ReadOnlyCachedCellImgFactory()
Create a new
ReadOnlyCachedCellImgFactory with default configuration. |
ReadOnlyCachedCellImgFactory(ReadOnlyCachedCellImgOptions optional)
Create a new
ReadOnlyCachedCellImgFactory with the specified
configuration. |
Modifier and Type | Method and Description |
---|---|
<T extends NativeType<T>> |
create(long[] dim,
T type,
CellLoader<T> loader) |
<T extends NativeType<T>> |
create(long[] dim,
T type,
CellLoader<T> loader,
ReadOnlyCachedCellImgOptions additionalOptions) |
<T extends NativeType<T>,A> |
createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader) |
<T extends NativeType<T>,A> |
createWithCacheLoader(long[] dim,
T type,
CacheLoader<Long,Cell<A>> backingLoader,
ReadOnlyCachedCellImgOptions additionalOptions) |
public ReadOnlyCachedCellImgFactory()
ReadOnlyCachedCellImgFactory
with default configuration.public ReadOnlyCachedCellImgFactory(ReadOnlyCachedCellImgOptions optional)
ReadOnlyCachedCellImgFactory
with the specified
configuration.optional
- configuration options.public <T extends NativeType<T>> CachedCellImg<T,?> create(long[] dim, T type, CellLoader<T> loader)
public <T extends NativeType<T>> CachedCellImg<T,?> create(long[] dim, T type, CellLoader<T> loader, ReadOnlyCachedCellImgOptions additionalOptions)
public <T extends NativeType<T>,A> CachedCellImg<T,A> createWithCacheLoader(long[] dim, T type, CacheLoader<Long,Cell<A>> backingLoader)
public <T extends NativeType<T>,A> CachedCellImg<T,A> createWithCacheLoader(long[] dim, T type, CacheLoader<Long,Cell<A>> backingLoader, ReadOnlyCachedCellImgOptions additionalOptions)
Copyright © 2015–2022 ImgLib2. All rights reserved.