Uses of Class
org.anchoranalysis.plugin.image.task.bean.feature.ExportFeaturesStyle
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.feature |
Tasks pertaining to
Features. |
| org.anchoranalysis.plugin.image.task.bean.segment |
Tasks to segment an image.
|
| org.anchoranalysis.plugin.image.task.segment |
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 ExportFeaturesStyle Modifier and Type Method Description ExportFeaturesStyleExportFeatures. getStyle()Visual style for how feature export occurs.Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type ExportFeaturesStyle Modifier and Type Method Description voidExportFeatures. 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 ExportFeaturesStyle Modifier and Type Method Description ExportFeaturesStyleSegmentInstanceWithModel. getStyle()Visual style for how feature export occurs.Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type ExportFeaturesStyle Modifier and Type Method Description voidSegmentInstanceWithModel. 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 ExportFeaturesStyle Modifier and Type Method Description voidSharedStateSegmentInstance. closeAndWriteOutputs(ExportFeaturesStyle style)Writes all the results that have been collected as a CSV file, and closes open I/O handles and memory structures.