Uses of Class
org.anchoranalysis.plugin.image.task.bean.feature.ExportFeaturesStyle
Packages that use ExportFeaturesStyle
Package
Description
Tasks pertaining to
Features.Tasks to segment an image.
Non-bean classes for image-segmentation.
-
Uses of ExportFeaturesStyle in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return ExportFeaturesStyleModifier and TypeMethodDescriptionExportFeatures.getStyle()Visual style for how feature export occurs.Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type ExportFeaturesStyleModifier and TypeMethodDescriptionvoidExportFeatures.setStyle(ExportFeaturesStyle style) Visual style for how feature export occurs. -
Uses of ExportFeaturesStyle in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment that return ExportFeaturesStyleModifier and TypeMethodDescriptionSegmentInstanceWithModel.getStyle()Visual style for how feature export occurs.Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type ExportFeaturesStyleModifier and TypeMethodDescriptionvoidSegmentInstanceWithModel.setStyle(ExportFeaturesStyle style) Visual style for how feature export occurs. -
Uses of ExportFeaturesStyle in org.anchoranalysis.plugin.image.task.segment
Methods in org.anchoranalysis.plugin.image.task.segment with parameters of type ExportFeaturesStyleModifier and TypeMethodDescriptionvoidSharedStateSegmentInstance.closeAndWriteOutputs(ExportFeaturesStyle style) Writes all the results that have been collected as a CSV file, and closes open I/O handles and memory structures.