Class ObjectFilterCombine
Object
AnchorBean<ObjectFilter>
InitializableBean<ObjectFilter, ImageInitialization>
ImageBean<ObjectFilter>
ObjectFilter
ObjectFilterCombine
public abstract class ObjectFilterCombine
extends ObjectFilter
A filter that combines other filters (in a list)
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.image.bean.object.ObjectFilter
filterMethods 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, toString
-
Constructor Details
-
ObjectFilterCombine
public ObjectFilterCombine()
-
-
Method Details
-
getList
A list of other filters from which the sub-classes implement filtering behaviour. -
setList
A list of other filters from which the sub-classes implement filtering behaviour.
-