Uses of Class
adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
-
Packages that use CombinedLayer.CombinedSubLayer Package Description adams.gui.visualization.segmentation.layer adams.gui.visualization.segmentation.tool -
-
Uses of CombinedLayer.CombinedSubLayer in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer declared as CombinedLayer.CombinedSubLayer Modifier and Type Field Description protected CombinedLayer.CombinedSubLayer
CombinedLayer. m_ActiveSubLayer
the currently active layer.Fields in adams.gui.visualization.segmentation.layer with type parameters of type CombinedLayer.CombinedSubLayer Modifier and Type Field Description protected List<CombinedLayer.CombinedSubLayer>
CombinedLayer. m_SubLayers
the layers.Methods in adams.gui.visualization.segmentation.layer that return CombinedLayer.CombinedSubLayer Modifier and Type Method Description CombinedLayer.CombinedSubLayer
CombinedLayer. add(String name, Color color, float alpha)
Adds a layer with no image.CombinedLayer.CombinedSubLayer
CombinedLayer. add(String name, Color color, float alpha, BufferedImage image)
Adds a layer with image.CombinedLayer.CombinedSubLayer
CombinedLayer. getActiveSubLayer()
Returns the active layer.CombinedLayer.CombinedSubLayer
CombinedLayer. getSubLayer(String name)
Returns the sub layer by name.Methods in adams.gui.visualization.segmentation.layer that return types with arguments of type CombinedLayer.CombinedSubLayer Modifier and Type Method Description List<CombinedLayer.CombinedSubLayer>
CombinedLayer. getSubLayers()
Returns the list of sub layers.Methods in adams.gui.visualization.segmentation.layer with parameters of type CombinedLayer.CombinedSubLayer Modifier and Type Method Description void
CombinedLayer. activate(CombinedLayer.CombinedSubLayer layer)
Activates the specified layer. -
Uses of CombinedLayer.CombinedSubLayer in adams.gui.visualization.segmentation.tool
Methods in adams.gui.visualization.segmentation.tool that return CombinedLayer.CombinedSubLayer Modifier and Type Method Description CombinedLayer.CombinedSubLayer
AbstractTool. getActiveCombinedSubLayer()
Returns the active combined sub layer.CombinedLayer.CombinedSubLayer
Tool. getActiveCombinedSubLayer()
Returns the active combined sub layer.
-