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.CombinedSubLayerCombinedLayer. m_ActiveSubLayerthe 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_SubLayersthe layers.Methods in adams.gui.visualization.segmentation.layer that return CombinedLayer.CombinedSubLayer Modifier and Type Method Description CombinedLayer.CombinedSubLayerCombinedLayer. add(String name, Color color, float alpha)Adds a layer with no image.CombinedLayer.CombinedSubLayerCombinedLayer. add(String name, Color color, float alpha, BufferedImage image)Adds a layer with image.CombinedLayer.CombinedSubLayerCombinedLayer. getActiveSubLayer()Returns the active layer.CombinedLayer.CombinedSubLayerCombinedLayer. 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 voidCombinedLayer. 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.CombinedSubLayerAbstractTool. getActiveCombinedSubLayer()Returns the active combined sub layer.CombinedLayer.CombinedSubLayerTool. getActiveCombinedSubLayer()Returns the active combined sub layer.
-