Uses of Class
org.anchoranalysis.plugin.image.task.bean.format.convertstyle.ChannelConvertStyle
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.format |
Tasks for converting image-formats.
|
| org.anchoranalysis.plugin.image.task.bean.format.convertstyle |
Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
|
-
Uses of ChannelConvertStyle in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return ChannelConvertStyle Modifier and Type Method Description ChannelConvertStyleConvertImageFormat. getChannelConversionStyle()To convert as RGB or independently or in another way.Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type ChannelConvertStyle Modifier and Type Method Description voidConvertImageFormat. setChannelConversionStyle(ChannelConvertStyle channelConversionStyle)To convert as RGB or independently or in another way. -
Uses of ChannelConvertStyle in org.anchoranalysis.plugin.image.task.bean.format.convertstyle
Subclasses of ChannelConvertStyle in org.anchoranalysis.plugin.image.task.bean.format.convertstyle Modifier and Type Class Description classExtractToRGBExtracts three channels to make an RGB image.classIndependentChannelsConverts each channel independently and creates a single-channeled stack from the conversion.classRGBIfNamesMatchConverts a set of channels to a single RGB-stack if the channel-names match, otherwise usesfallback.Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle that return ChannelConvertStyle Modifier and Type Method Description ChannelConvertStyleExtractToRGB. getFallback()If a channel doesn't match an RGB pattern, this conversion-style can be used instead.ChannelConvertStyleRGBIfNamesMatch. getFallback()If a channel doesn't match an RGB pattern, this conversion-style can be used instead.Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle with parameters of type ChannelConvertStyle Modifier and Type Method Description voidExtractToRGB. setFallback(ChannelConvertStyle fallback)If a channel doesn't match an RGB pattern, this conversion-style can be used instead.voidRGBIfNamesMatch. setFallback(ChannelConvertStyle fallback)If a channel doesn't match an RGB pattern, this conversion-style can be used instead.