Uses of Class
adams.gui.visualization.segmentation.layer.AbstractLayer
-
Packages that use AbstractLayer Package Description adams.gui.visualization.segmentation.layer -
-
Uses of AbstractLayer in adams.gui.visualization.segmentation.layer
Subclasses of AbstractLayer in adams.gui.visualization.segmentation.layer Modifier and Type Class Description classAbstractImageLayerLayers that manage an image.classBackgroundLayerThe layer for the background.classCombinedLayerCombines multiple images into single one for annotation.classImageLayerThe layer for the image.classOverlayLayerClass for overlay layers.Methods in adams.gui.visualization.segmentation.layer that return AbstractLayer Modifier and Type Method Description AbstractLayerLayerManager. getLayer(String name)Returns the layer with the specified name.Methods in adams.gui.visualization.segmentation.layer that return types with arguments of type AbstractLayer Modifier and Type Method Description List<AbstractLayer>LayerManager. getLayers()Returns all the layers.
-