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 LayerManagerSegmentationPanel. m_Managerlayer manager.Methods in adams.gui.visualization.segmentation that return LayerManager Modifier and Type Method Description LayerManagerSegmentationPanel. 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 LayerManagerAbstractLayer. m_Managerthe layer manager.protected LayerManagerMarkers. m_Ownerthe owner.Methods in adams.gui.visualization.segmentation.layer that return LayerManager Modifier and Type Method Description LayerManagerAbstractLayer. getManager()Returns the layer manager.LayerManagerMarkers. getOwner()Returns the owning layer manager.Methods in adams.gui.visualization.segmentation.layer with parameters of type LayerManager Modifier and Type Method Description voidAbstractLayer. 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 LayerManagerAbstractTool. getLayerManager()Returns the layer manager.LayerManagerTool. getLayerManager()Returns the layer manager.
-