Class FitPointsFromObjects
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.points.bean.FitPointsFromObjects
- All Implemented Interfaces:
org.anchoranalysis.bean.Provider<org.anchoranalysis.mpp.mark.MarkCollection>
public class FitPointsFromObjects
extends org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
A
MarkCollectionProvider that fits points from objects to create marks.-
Constructor Summary
Constructors Constructor Description FitPointsFromObjects() -
Method Summary
Modifier and Type Method Description org.anchoranalysis.mpp.mark.MarkCollectionget()org.anchoranalysis.mpp.bean.mark.factory.MarkFactorygetMarkFactory()TheMarkFactoryused to create new marks.PointsFitterToMarkgetPointsFitter()ThePointsFitterToMarkused to fit points to marks.booleanisConvexHull()If true, reduces the set of points by applying a convex-hull operation.booleanisIgnoreFittingFailure()If true, ignores fitting failures and continues processing.voidsetConvexHull(boolean convexHull)If true, reduces the set of points by applying a convex-hull operation.voidsetIgnoreFittingFailure(boolean ignoreFittingFailure)If true, ignores fitting failures and continues processing.voidsetMarkFactory(org.anchoranalysis.mpp.bean.mark.factory.MarkFactory markFactory)TheMarkFactoryused to create new marks.voidsetPointsFitter(PointsFitterToMark pointsFitter)ThePointsFitterToMarkused to fit points to marks.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
-
Constructor Details
-
FitPointsFromObjects
public FitPointsFromObjects()
-
-
Method Details
-
get
public org.anchoranalysis.mpp.mark.MarkCollection get() throws org.anchoranalysis.bean.xml.exception.ProvisionFailedException- Throws:
org.anchoranalysis.bean.xml.exception.ProvisionFailedException
-
getPointsFitter
ThePointsFitterToMarkused to fit points to marks. -
setPointsFitter
ThePointsFitterToMarkused to fit points to marks. -
getMarkFactory
public org.anchoranalysis.mpp.bean.mark.factory.MarkFactory getMarkFactory()TheMarkFactoryused to create new marks. -
setMarkFactory
public void setMarkFactory(org.anchoranalysis.mpp.bean.mark.factory.MarkFactory markFactory)TheMarkFactoryused to create new marks. -
isConvexHull
public boolean isConvexHull()If true, reduces the set of points by applying a convex-hull operation. -
setConvexHull
public void setConvexHull(boolean convexHull)If true, reduces the set of points by applying a convex-hull operation. -
isIgnoreFittingFailure
public boolean isIgnoreFittingFailure()If true, ignores fitting failures and continues processing. If false, throws an exception on fitting failure. -
setIgnoreFittingFailure
public void setIgnoreFittingFailure(boolean ignoreFittingFailure)If true, ignores fitting failures and continues processing. If false, throws an exception on fitting failure.
-