Class StackProviderWithLabel
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,NullInitialization>
org.anchoranalysis.bean.NullParametersBean<StackProviderWithLabel>
org.anchoranalysis.image.io.bean.stack.combine.StackProviderWithLabel
public class StackProviderWithLabel extends NullParametersBean<StackProviderWithLabel>
Combines a
Provider<Stack> with a label.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description StackProviderWithLabel()StackProviderWithLabel(Stack stack, String label)Create for a particularStackand label. -
Method Summary
Methods inherited from class org.anchoranalysis.bean.NullParametersBean
initializeRecursive, onInitialization, onInitializationMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
StackProviderWithLabel
Create for a particularStackand label.- Parameters:
stack- the stack.label- the label.
-
StackProviderWithLabel
public StackProviderWithLabel()
-
-
Method Details