public class DatasetImgFactory<T> extends ImgFactory<T>
ImgFactory objects of Dataset implementations.| Constructor and Description |
|---|
DatasetImgFactory(T type,
Dataset dataset,
net.imagej.DatasetImgFactory.ImgCreator creator) |
| Modifier and Type | Method and Description |
|---|---|
Img<T> |
create(Dimensions dimensions) |
Img<T> |
create(int[] dimensions) |
Img<T> |
create(long... dimensions) |
Img<T> |
create(long[] dim,
T type)
Deprecated.
|
<S> DatasetImgFactory<S> |
imgFactory(S type) |
cache, create, create, create, create, create, imgFactory, typepublic DatasetImgFactory(T type, Dataset dataset, net.imagej.DatasetImgFactory.ImgCreator creator)
public Img<T> create(long... dimensions)
create in class ImgFactory<T>public Img<T> create(Dimensions dimensions)
create in class ImgFactory<T>public Img<T> create(int[] dimensions)
create in class ImgFactory<T>public <S> DatasetImgFactory<S> imgFactory(S type) throws IncompatibleTypeException
imgFactory in class ImgFactory<T>IncompatibleTypeException@Deprecated public Img<T> create(long[] dim, T type)
create in class ImgFactory<T>Copyright © 2014–2022 ImageJ. All rights reserved.