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 booleanactivewhether active.ColoractualColorthe actual color.ColoractualColorOldthe old actual color.floatalphathe alpha value.Colorcolorthe color.-
Fields inherited from class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
enabled, name
-
-
Constructor Summary
Constructors Constructor Description CombinedSubLayerState()
-