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.LayerVisibilityImageSegmentationViewer. m_LayerVisibilitywhat layers to have visible (when using separate layers).Methods in adams.flow.sink that return SegmentationPanel.LayerVisibility Modifier and Type Method Description SegmentationPanel.LayerVisibilityImageSegmentationViewer. 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 voidImageSegmentationViewer. 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.LayerVisibilityImageSegmentationAnnotator. m_LayerVisibilitywhat layers to have visible (when using separate layers).Methods in adams.flow.transformer that return SegmentationPanel.LayerVisibility Modifier and Type Method Description SegmentationPanel.LayerVisibilityImageSegmentationAnnotator. 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 voidImageSegmentationAnnotator. 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.LayerVisibilitySegmentationPanel.ContainerSettings. layerVisibilitythe visibility.Methods in adams.gui.visualization.segmentation that return SegmentationPanel.LayerVisibility Modifier and Type Method Description static SegmentationPanel.LayerVisibilitySegmentationPanel.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 voidSegmentationPanel. 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.
-