Class CombinedLayer.CombinedLayerState
- java.lang.Object
-
- adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
-
- adams.gui.visualization.segmentation.layer.AbstractImageLayer.AbstractImageLayerState
-
- adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CombinedLayer
public static class CombinedLayer.CombinedLayerState extends AbstractImageLayer.AbstractImageLayerState
For storing the state of a combined layer.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description float
alpha
the alpha value.float
alphaApplied
the applied alpha value.List<String>
order
the order of the layers.Map<String,CombinedLayer.CombinedSubLayerState>
subLayers
the sub-layers.-
Fields inherited from class adams.gui.visualization.segmentation.layer.AbstractImageLayer.AbstractImageLayerState
image
-
Fields inherited from class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
enabled, name
-
-
Constructor Summary
Constructors Constructor Description CombinedLayerState()
-
-
-
Field Detail
-
alpha
public float alpha
the alpha value.
-
alphaApplied
public float alphaApplied
the applied alpha value.
-
subLayers
public Map<String,CombinedLayer.CombinedSubLayerState> subLayers
the sub-layers.
-
-