Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.PointsFitter
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.points |
Operations based on sets of points.
|
| org.anchoranalysis.mpp.init |
Parameters used to initialize certain types of beans.
|
-
Uses of PointsFitter in org.anchoranalysis.mpp.bean.points
Methods in org.anchoranalysis.mpp.bean.points that return PointsFitter Modifier and Type Method Description PointsFitterCreateMarkFromPoints. getPointsFitter()Fits the provided mark to the extracted points.Methods in org.anchoranalysis.mpp.bean.points with parameters of type PointsFitter Modifier and Type Method Description voidCreateMarkFromPoints. setPointsFitter(PointsFitter pointsFitter)Fits the provided mark to the extracted points. -
Uses of PointsFitter in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type PointsFitter Modifier and Type Method Description NamedProviderStore<PointsFitter>PointsInitialization. getPointFitters()Store for point fitters.