Class PointsFromObjects
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,org.anchoranalysis.mpp.init.MarksInitialization>
org.anchoranalysis.mpp.bean.MarksBean<T>
org.anchoranalysis.mpp.bean.provider.MarksBaseProvider<org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider,org.anchoranalysis.mpp.mark.MarkCollection>
org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
org.anchoranalysis.plugin.mpp.bean.provider.collection.PointsFromObjects
- All Implemented Interfaces:
org.anchoranalysis.bean.Provider<org.anchoranalysis.mpp.mark.MarkCollection>
public class PointsFromObjects
extends org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
Creates a
MarkCollection of point marks from an ObjectCollection.-
Constructor Summary
Constructors Constructor Description PointsFromObjects() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.mpp.mark.MarkCollectionget()org.anchoranalysis.image.bean.provider.ObjectCollectionProvidergetObjects()Provider for the object collection from which to create point marks.voidsetObjects(org.anchoranalysis.image.bean.provider.ObjectCollectionProvider objects)Provider for the object collection from which to create point marks.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
-
Constructor Details
-
PointsFromObjects
public PointsFromObjects()
-
-
Method Details
-
get
public org.anchoranalysis.mpp.mark.MarkCollection get() throws org.anchoranalysis.bean.xml.exception.ProvisionFailedException- Throws:
org.anchoranalysis.bean.xml.exception.ProvisionFailedException
-
getObjects
public org.anchoranalysis.image.bean.provider.ObjectCollectionProvider getObjects()Provider for the object collection from which to create point marks. -
setObjects
public void setObjects(org.anchoranalysis.image.bean.provider.ObjectCollectionProvider objects)Provider for the object collection from which to create point marks.
-