Class FromEntries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(OpenedImageFile openedFile, Logger logger) Creates theChannelMap
.getList()
void
setList
(List<IndexedChannel> list) Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FromEntries
public FromEntries()
-
-
Method Details
-
create
Description copied from class:ChannelMapCreator
Creates theChannelMap
.- Specified by:
create
in classChannelMapCreator
- Parameters:
openedFile
- an opened image-file containingChannel
s.logger
- a logger for recording informative or error messages.- Returns:
- a
ChannelMap
that assigns names to channels inopenedFile
.
-
getList
-
setList
-