Uses of Class
adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
-
Packages that use CombinedLayer.CombinedSubLayerState Package Description adams.gui.visualization.segmentation.layer -
-
Uses of CombinedLayer.CombinedSubLayerState in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer with type parameters of type CombinedLayer.CombinedSubLayerState Modifier and Type Field Description Map<String,CombinedLayer.CombinedSubLayerState>
CombinedLayer.CombinedLayerState. subLayers
the sub-layers.Methods in adams.gui.visualization.segmentation.layer that return CombinedLayer.CombinedSubLayerState Modifier and Type Method Description CombinedLayer.CombinedSubLayerState
CombinedLayer.CombinedSubLayer. getState()
Returns the current state.Methods in adams.gui.visualization.segmentation.layer with parameters of type CombinedLayer.CombinedSubLayerState Modifier and Type Method Description void
CombinedLayer.CombinedSubLayer. setState(CombinedLayer.CombinedSubLayerState state)
Restores the state of the layer.
-