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 booleanallowLayerActionswhether actions are allowed.booleanallowLayerRemovalwhether layers can be removed.floatalphathe alpha value for the layers.ColorProvidercolorProviderthe color provider that was used.String[]labelsthe labels in use.SegmentationPanel.LayerVisibilitylayerVisibilitythe visibility.booleanuseSeparateLayerswhether 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.
-
-