Class SegmentationPanel.ContainerSettings
- java.lang.Object
-
- adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SegmentationPanel
public static class SegmentationPanel.ContainerSettings extends Object implements Serializable
The settings used when setting up from a container.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description boolean
allowLayerActions
whether actions are allowed.boolean
allowLayerRemoval
whether layers can be removed.float
alpha
the alpha value for the layers.ColorProvider
colorProvider
the color provider that was used.String[]
labels
the labels in use.SegmentationPanel.LayerVisibility
layerVisibility
the visibility.boolean
useSeparateLayers
whether separate layers were used.
-
Constructor Summary
Constructors Constructor Description ContainerSettings()
-
-
-
Field Detail
-
labels
public String[] labels
the labels in use.
-
useSeparateLayers
public boolean useSeparateLayers
whether separate layers were used.
-
colorProvider
public ColorProvider colorProvider
the color provider that was used.
-
alpha
public float alpha
the alpha value for the layers.
-
allowLayerRemoval
public boolean allowLayerRemoval
whether layers can be removed.
-
allowLayerActions
public boolean allowLayerActions
whether actions are allowed.
-
layerVisibility
public SegmentationPanel.LayerVisibility layerVisibility
the visibility.
-
-