Class BackgroundLayer.BackgroundLayerState
- java.lang.Object
-
- adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
-
- adams.gui.visualization.segmentation.layer.BackgroundLayer.BackgroundLayerState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BackgroundLayer
public static class BackgroundLayer.BackgroundLayerState extends AbstractLayer.AbstractLayerState
For storing the state of a background layer.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Color
color
the color.-
Fields inherited from class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
enabled, name
-
-
Constructor Summary
Constructors Constructor Description BackgroundLayerState()
-
-
-
Field Detail
-
color
protected Color color
the color.
-
-