Class FromMarks
- All Implemented Interfaces:
Provider<ObjectCollection>
Creates object-masks from a
MarkCollection
where (a particular region of) each mark
creates an object.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Gets or creates an object of typeT
.getMarks()
int
void
setDimensions
(DimensionsProvider dimensions) void
setMarks
(MarkCollectionProvider marks) void
setRegionID
(int regionID) void
setRegionMap
(RegionMap regionMap) 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
-
FromMarks
public FromMarks()
-
-
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.
-
getMarks
-
setMarks
-
getRegionID
public int getRegionID() -
setRegionID
public void setRegionID(int regionID) -
getRegionMap
-
setRegionMap
-
getDimensions
-
setDimensions
-