Class AbstractLayer.AbstractLayerState
- java.lang.Object
-
- adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractImageLayer.AbstractImageLayerState
,BackgroundLayer.BackgroundLayerState
,CombinedLayer.CombinedSubLayerState
- Enclosing class:
- AbstractLayer
public abstract static class AbstractLayer.AbstractLayerState extends Object implements Serializable
For storing the state of a layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractLayerState()
-
-
-
Field Detail
-
name
protected String name
the name.
-
enabled
protected boolean enabled
whether enabled.
-
-