Class SingleChannel
For an image with a single channel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(OpenedImageFile openedFile, Logger logger) Creates theChannelMap.voidsetChannelName(String channelName) Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
SingleChannel
public SingleChannel() -
SingleChannel
-
-
Method Details
-
create
Description copied from class:ChannelMapCreatorCreates theChannelMap.- Specified by:
createin classChannelMapCreator- 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.
-
getChannelName
-
setChannelName
-