Class BeanProviderAsStackBase<T,S>
Object
AnchorBean<T>
InitializableBean<T,ImageInitialization>
ImageBean<T>
BeanProviderAsStackBase<T,S>
- Type Parameters:
T- family-type common base-class for all beans in this categoryS- provider-type what is provided
- All Implemented Interfaces:
Provider<S>,ProviderAsStack
- Direct Known Subclasses:
ChannelProvider,MaskProvider,StackProvider
public abstract class BeanProviderAsStackBase<T,S>
extends ImageBean<T>
implements Provider<S>, ProviderAsStack
A provider base-class that as well as providing type
S, also provides a Stack.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.anchoranalysis.image.core.stack.ProviderAsStack
getAsStack
-
Constructor Details
-
BeanProviderAsStackBase
protected BeanProviderAsStackBase()
-