public abstract class PixelGridContainerFactory extends ContainerFactory
useOptimizedContainers
Constructor and Description |
---|
PixelGridContainerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract <T extends Type<T>> |
createContainer(int[] dim,
T type)
This method is called by
Image . |
setOptimizedContainerUse, useOptimizedContainers
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorMessage, printProperties, setParameters
public abstract <T extends Type<T>> PixelGridContainer<T> createContainer(int[] dim, T type)
Image
. This class will ask the Type
to create a
suitable Container
for the Type
and the dimensionality.
Type
will then call one of the abstract methods defined below to create the
DirectAccessContainer
createContainer
in class ContainerFactory
Container
- the instantiated ContainerCopyright © 2015–2021 Fiji. All rights reserved.