Class CombinedLayer.CombinedSubLayerState
- java.lang.Object
-
- adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
-
- adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CombinedLayer
public static class CombinedLayer.CombinedSubLayerState extends AbstractLayer.AbstractLayerState
For storing the state of a sub layer.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
active
whether active.Color
actualColor
the actual color.Color
actualColorOld
the old actual color.float
alpha
the alpha value.Color
color
the color.-
Fields inherited from class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
enabled, name
-
-
Constructor Summary
Constructors Constructor Description CombinedSubLayerState()
-