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_LastSettings
the 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 void
SegmentationPanel. fromContainer(ImageSegmentationContainer segcont, SegmentationPanel.ContainerSettings contSettings, List<AbstractLayer.AbstractLayerState> lastSettings, LoggingObject logger)
Retrieves the layers from the container.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. -
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 class
AbstractImageLayer.AbstractImageLayerState
For storing the state of an image layer.static class
BackgroundLayer.BackgroundLayerState
For storing the state of a background layer.static class
CombinedLayer.CombinedLayerState
For storing the state of a combined layer.static class
CombinedLayer.CombinedSubLayerState
For storing the state of a sub layer.static class
ImageLayer.ImageLayerState
For storing the state of a background layer.static class
OverlayLayer.OverlayLayerState
For 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.AbstractLayerState
AbstractLayer. getSettings()
Returns the current settings.AbstractLayer.AbstractLayerState
BackgroundLayer. getSettings()
Returns the current settings.AbstractLayer.AbstractLayerState
CombinedLayer. getSettings()
Returns the current settings.AbstractLayer.AbstractLayerState
ImageLayer. getSettings()
Returns the current settings.AbstractLayer.AbstractLayerState
OverlayLayer. getSettings()
Returns the current settings.abstract AbstractLayer.AbstractLayerState
AbstractLayer. getState()
Returns the current state.AbstractLayer.AbstractLayerState
BackgroundLayer. getState()
Returns the current state.AbstractLayer.AbstractLayerState
CombinedLayer. getState()
Returns the current state.AbstractLayer.AbstractLayerState
ImageLayer. getState()
Returns the current state.AbstractLayer.AbstractLayerState
OverlayLayer. 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 void
AbstractLayer. setSettings(AbstractLayer.AbstractLayerState settings)
Restores the settings of the layer.void
BackgroundLayer. setSettings(AbstractLayer.AbstractLayerState settings)
Restores the settings of the layer.void
CombinedLayer. setSettings(AbstractLayer.AbstractLayerState settings)
Restores the settings of the layer.void
ImageLayer. setSettings(AbstractLayer.AbstractLayerState settings)
Restores the settings of the layer.void
OverlayLayer. setSettings(AbstractLayer.AbstractLayerState settings)
Restores the settings of the layer.abstract void
AbstractLayer. setState(AbstractLayer.AbstractLayerState state)
Restores the state of the layer.void
BackgroundLayer. setState(AbstractLayer.AbstractLayerState state)
Restores the state of the layer.void
CombinedLayer. setState(AbstractLayer.AbstractLayerState state)
Restores the state of the layer.void
ImageLayer. setState(AbstractLayer.AbstractLayerState state)
Restores the state of the layer.void
OverlayLayer. 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 void
LayerManager. setSettings(List<AbstractLayer.AbstractLayerState> settings)
Restores the settings.void
LayerManager. setState(List<AbstractLayer.AbstractLayerState> states)
Restores the state.
-