Class PointsFromObjects
- All Implemented Interfaces:
Provider<MarkCollection>
Creates a
MarkCollection
of point marks from an ObjectCollection
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Gets or creates an object of typeT
.Provider for the object collection from which to create point marks.void
setObjects
(ObjectCollectionProvider objects) Provider for the object collection from which to create point marks.Methods inherited from class org.anchoranalysis.mpp.bean.MarksBean
initializerForMarksBeans
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
PointsFromObjects
public PointsFromObjects()
-
-
Method Details
-
get
Description copied from interface:Provider
Gets or creates an object of typeT
.- Returns:
- the object returned by the provider.
- Throws:
ProvisionFailedException
- if the object cannot be returned.
-
getObjects
Provider for the object collection from which to create point marks. -
setObjects
Provider for the object collection from which to create point marks.
-