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 class
AbstractImageLayer
Layers that manage an image.class
BackgroundLayer
The layer for the background.class
CombinedLayer
Combines multiple images into single one for annotation.class
ImageLayer
The layer for the image.class
OverlayLayer
Class for overlay layers.Methods in adams.gui.visualization.segmentation.layer that return AbstractLayer Modifier and Type Method Description AbstractLayer
LayerManager. 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.
-