Uses of Class
adams.gui.visualization.segmentation.SegmentationPanel.LayerVisibility
-
Packages that use SegmentationPanel.LayerVisibility Package Description adams.flow.sink adams.flow.transformer adams.gui.visualization.segmentation -
-
Uses of SegmentationPanel.LayerVisibility in adams.flow.sink
Fields in adams.flow.sink declared as SegmentationPanel.LayerVisibility Modifier and Type Field Description protected SegmentationPanel.LayerVisibility
ImageSegmentationViewer. m_LayerVisibility
what layers to have visible (when using separate layers).Methods in adams.flow.sink that return SegmentationPanel.LayerVisibility Modifier and Type Method Description SegmentationPanel.LayerVisibility
ImageSegmentationViewer. getLayerVisibility()
Returns the type of visibility to use when annotating the next image (when using separate layers).Methods in adams.flow.sink with parameters of type SegmentationPanel.LayerVisibility Modifier and Type Method Description void
ImageSegmentationViewer. setLayerVisibility(SegmentationPanel.LayerVisibility value)
Sets the type of visibility to use when annotating the next image (when using separate layers). -
Uses of SegmentationPanel.LayerVisibility in adams.flow.transformer
Fields in adams.flow.transformer declared as SegmentationPanel.LayerVisibility Modifier and Type Field Description protected SegmentationPanel.LayerVisibility
ImageSegmentationAnnotator. m_LayerVisibility
what layers to have visible (when using separate layers).Methods in adams.flow.transformer that return SegmentationPanel.LayerVisibility Modifier and Type Method Description SegmentationPanel.LayerVisibility
ImageSegmentationAnnotator. getLayerVisibility()
Returns the type of visibility to use when annotating the next image (when using separate layers).Methods in adams.flow.transformer with parameters of type SegmentationPanel.LayerVisibility Modifier and Type Method Description void
ImageSegmentationAnnotator. setLayerVisibility(SegmentationPanel.LayerVisibility value)
Sets the type of visibility to use when annotating the next image (when using separate layers). -
Uses of SegmentationPanel.LayerVisibility in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as SegmentationPanel.LayerVisibility Modifier and Type Field Description SegmentationPanel.LayerVisibility
SegmentationPanel.ContainerSettings. layerVisibility
the visibility.Methods in adams.gui.visualization.segmentation that return SegmentationPanel.LayerVisibility Modifier and Type Method Description static SegmentationPanel.LayerVisibility
SegmentationPanel.LayerVisibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static SegmentationPanel.LayerVisibility[]
SegmentationPanel.LayerVisibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.visualization.segmentation with parameters of type SegmentationPanel.LayerVisibility Modifier and Type Method Description void
SegmentationPanel. fromContainer(ImageSegmentationContainer segcont, String[] labels, boolean useSeparateLayers, ColorProvider colorProvider, float alpha, boolean allowLayerRemoval, boolean allowLayerActions, SegmentationPanel.LayerVisibility layerVisibility, List<AbstractLayer.AbstractLayerState> lastSettings, LoggingObject logger)
Retrieves the layers from the container.
-