Uses of Class
org.anchoranalysis.plugin.image.task.bean.feature.ExportFeaturesStyle
Packages that use ExportFeaturesStyle
Package
Description
Tasks pertaining to
Feature
s.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 TypeMethodDescriptionvoid
ExportFeatures.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 TypeMethodDescriptionvoid
SegmentInstanceWithModel.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 TypeMethodDescriptionvoid
SharedStateSegmentInstance.closeAndWriteOutputs
(ExportFeaturesStyle style) Writes all the results that have been collected as a CSV file, and closes open I/O handles and memory structures.