Class ColoredMarks
Object
AnchorBean<StackProvider>
InitializableBean<StackProvider, ImageInitialization>
ImageBean<StackProvider>
BeanProviderAsStackBase<StackProvider, Stack>
StackProvider
ColoredBase
ColoredBaseWithGenerator
ColoredMarks
- All Implemented Interfaces:
Provider<Stack>,ProviderAsStack
Draws a colored representation (outline or filled) of an
MarkCollection on a background- Author:
- Owen Feehan
-
Field Summary
Fields inherited from class org.anchoranalysis.plugin.image.bean.stack.provider.color.ColoredBase
DEFAULT_COLOR_SET_GENERATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMarkCollectionProvidergetMarks()intprotected ObjectCollectionobjectsToDraw(Dimensions backgroundDimensions) voidsetMarks(MarkCollectionProvider marks) voidsetRegionID(int regionID) Methods inherited from class org.anchoranalysis.plugin.image.bean.stack.provider.color.ColoredBaseWithGenerator
coloredObjectsToDraw, getColors, setColorsMethods inherited from class org.anchoranalysis.plugin.image.bean.stack.provider.color.ColoredBase
get, getBackground, getDisplayer, getOutlineWidth, isFlatten, isOutline, isSuppressOutlineZ, setBackground, setDisplayer, setFlatten, setOutline, setOutlineWidth, setSuppressOutlineZMethods inherited from class org.anchoranalysis.image.bean.provider.stack.StackProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ColoredMarks
public ColoredMarks()
-
-
Method Details
-
objectsToDraw
protected ObjectCollection objectsToDraw(Dimensions backgroundDimensions) throws CreateException - Specified by:
objectsToDrawin classColoredBaseWithGenerator- Throws:
CreateException
-
getMarks
public MarkCollectionProvider getMarks() -
setMarks
public void setMarks(MarkCollectionProvider marks) -
getRegionID
public int getRegionID() -
setRegionID
public void setRegionID(int regionID)
-