Class ChannelMapCreator
Object
org.anchoranalysis.bean.AnchorBean<ChannelMapCreator>
org.anchoranalysis.image.io.bean.channel.ChannelMapCreator
public abstract class ChannelMapCreator extends AnchorBean<ChannelMapCreator>
Creates a
ChannelMap for a particular OpenedImageFile.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description ChannelMapCreator() -
Method Summary
Modifier and Type Method Description abstract ChannelMapcreate(OpenedImageFile openedFile, Logger logger)Creates theChannelMap.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ChannelMapCreator
public ChannelMapCreator()
-
-
Method Details
-
create
public abstract ChannelMap create(OpenedImageFile openedFile, Logger logger) throws CreateExceptionCreates theChannelMap.- Parameters:
openedFile- an opened image-file containingChannels.logger- a logger for recording informative or error messages.- Returns:
- a
ChannelMapthat assigns names to channels inopenedFile. - Throws:
CreateException- if theChannelMapcannot be successfully created.
-