Uses of Class
adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
-
Packages that use AbstractLayer.AbstractLayerState Package Description adams.flow.transformer adams.gui.visualization.segmentation adams.gui.visualization.segmentation.layer -
-
Uses of AbstractLayer.AbstractLayerState in adams.flow.transformer
Fields in adams.flow.transformer with type parameters of type AbstractLayer.AbstractLayerState Modifier and Type Field Description protected List<AbstractLayer.AbstractLayerState>ImageSegmentationAnnotator. m_LastSettingsthe last state. -
Uses of AbstractLayer.AbstractLayerState in adams.gui.visualization.segmentation
Method parameters in adams.gui.visualization.segmentation with type arguments of type AbstractLayer.AbstractLayerState Modifier and Type Method Description voidSegmentationPanel. fromContainer(ImageSegmentationContainer segcont, SegmentationPanel.ContainerSettings contSettings, List<AbstractLayer.AbstractLayerState> lastSettings, LoggingObject logger)Retrieves the layers from the container.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. -
Uses of AbstractLayer.AbstractLayerState in adams.gui.visualization.segmentation.layer
Subclasses of AbstractLayer.AbstractLayerState in adams.gui.visualization.segmentation.layer Modifier and Type Class Description static classAbstractImageLayer.AbstractImageLayerStateFor storing the state of an image layer.static classBackgroundLayer.BackgroundLayerStateFor storing the state of a background layer.static classCombinedLayer.CombinedLayerStateFor storing the state of a combined layer.static classCombinedLayer.CombinedSubLayerStateFor storing the state of a sub layer.static classImageLayer.ImageLayerStateFor storing the state of a background layer.static classOverlayLayer.OverlayLayerStateFor storing the state of an overlay layer.Methods in adams.gui.visualization.segmentation.layer that return AbstractLayer.AbstractLayerState Modifier and Type Method Description abstract AbstractLayer.AbstractLayerStateAbstractLayer. getSettings()Returns the current settings.AbstractLayer.AbstractLayerStateBackgroundLayer. getSettings()Returns the current settings.AbstractLayer.AbstractLayerStateCombinedLayer. getSettings()Returns the current settings.AbstractLayer.AbstractLayerStateImageLayer. getSettings()Returns the current settings.AbstractLayer.AbstractLayerStateOverlayLayer. getSettings()Returns the current settings.abstract AbstractLayer.AbstractLayerStateAbstractLayer. getState()Returns the current state.AbstractLayer.AbstractLayerStateBackgroundLayer. getState()Returns the current state.AbstractLayer.AbstractLayerStateCombinedLayer. getState()Returns the current state.AbstractLayer.AbstractLayerStateImageLayer. getState()Returns the current state.AbstractLayer.AbstractLayerStateOverlayLayer. getState()Returns the current state.Methods in adams.gui.visualization.segmentation.layer that return types with arguments of type AbstractLayer.AbstractLayerState Modifier and Type Method Description List<AbstractLayer.AbstractLayerState>LayerManager. getSettings()Returns the current state.List<AbstractLayer.AbstractLayerState>LayerManager. getState()Returns the current state.Methods in adams.gui.visualization.segmentation.layer with parameters of type AbstractLayer.AbstractLayerState Modifier and Type Method Description abstract voidAbstractLayer. setSettings(AbstractLayer.AbstractLayerState settings)Restores the settings of the layer.voidBackgroundLayer. setSettings(AbstractLayer.AbstractLayerState settings)Restores the settings of the layer.voidCombinedLayer. setSettings(AbstractLayer.AbstractLayerState settings)Restores the settings of the layer.voidImageLayer. setSettings(AbstractLayer.AbstractLayerState settings)Restores the settings of the layer.voidOverlayLayer. setSettings(AbstractLayer.AbstractLayerState settings)Restores the settings of the layer.abstract voidAbstractLayer. setState(AbstractLayer.AbstractLayerState state)Restores the state of the layer.voidBackgroundLayer. setState(AbstractLayer.AbstractLayerState state)Restores the state of the layer.voidCombinedLayer. setState(AbstractLayer.AbstractLayerState state)Restores the state of the layer.voidImageLayer. setState(AbstractLayer.AbstractLayerState state)Restores the state of the layer.voidOverlayLayer. setState(AbstractLayer.AbstractLayerState state)Restores the state of the layer.Method parameters in adams.gui.visualization.segmentation.layer with type arguments of type AbstractLayer.AbstractLayerState Modifier and Type Method Description voidLayerManager. setSettings(List<AbstractLayer.AbstractLayerState> settings)Restores the settings.voidLayerManager. setState(List<AbstractLayer.AbstractLayerState> states)Restores the state.
-