Uses of Class
adams.gui.visualization.segmentation.layer.LayerManager
-
Packages that use LayerManager Package Description adams.gui.visualization.segmentation adams.gui.visualization.segmentation.layer adams.gui.visualization.segmentation.tool -
-
Uses of LayerManager in adams.gui.visualization.segmentation
Fields in adams.gui.visualization.segmentation declared as LayerManager Modifier and Type Field Description protected LayerManager
SegmentationPanel. m_Manager
layer manager.Methods in adams.gui.visualization.segmentation that return LayerManager Modifier and Type Method Description LayerManager
SegmentationPanel. getManager()
Returns the layer manager. -
Uses of LayerManager in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer declared as LayerManager Modifier and Type Field Description protected LayerManager
AbstractLayer. m_Manager
the layer manager.protected LayerManager
Markers. m_Owner
the owner.Methods in adams.gui.visualization.segmentation.layer that return LayerManager Modifier and Type Method Description LayerManager
AbstractLayer. getManager()
Returns the layer manager.LayerManager
Markers. getOwner()
Returns the owning layer manager.Methods in adams.gui.visualization.segmentation.layer with parameters of type LayerManager Modifier and Type Method Description void
AbstractLayer. setManager(LayerManager value)
Sets the layer manager.Constructors in adams.gui.visualization.segmentation.layer with parameters of type LayerManager Constructor Description Markers(LayerManager owner)
Initializes the marker handling. -
Uses of LayerManager in adams.gui.visualization.segmentation.tool
Methods in adams.gui.visualization.segmentation.tool that return LayerManager Modifier and Type Method Description LayerManager
AbstractTool. getLayerManager()
Returns the layer manager.LayerManager
Tool. getLayerManager()
Returns the layer manager.
-