Uses of Class
adams.gui.visualization.segmentation.layer.OverlayLayer
-
Packages that use OverlayLayer Package Description adams.gui.visualization.segmentation.layer adams.gui.visualization.segmentation.layer.overlaylayeraction adams.gui.visualization.segmentation.tool -
-
Uses of OverlayLayer in adams.gui.visualization.segmentation.layer
Fields in adams.gui.visualization.segmentation.layer with type parameters of type OverlayLayer Modifier and Type Field Description protected List<OverlayLayer>LayerManager. m_Overlaysthe overlay layers.Methods in adams.gui.visualization.segmentation.layer that return OverlayLayer Modifier and Type Method Description OverlayLayerLayerManager. addOverlay(String name, Color color, float alpha)Adds an overlay layer with no image.OverlayLayerLayerManager. addOverlay(String name, Color color, float alpha, BufferedImage image)Adds an overlay layer with image.OverlayLayerLayerManager. getActiveOverlay()Returns the active overlay layer, if any.OverlayLayerLayerManager. getActiveOverlay(boolean mustBeEnabled)Returns the active overlay layer, if any.OverlayLayerLayerManager. getOverlay(String name)Returns the overlay with the specified name.OverlayLayerLayerManager. removeOverlay(String name)Removes an overlay layer.Methods in adams.gui.visualization.segmentation.layer that return types with arguments of type OverlayLayer Modifier and Type Method Description List<OverlayLayer>LayerManager. getOverlays()Returns the overlay layers in use.Methods in adams.gui.visualization.segmentation.layer with parameters of type OverlayLayer Modifier and Type Method Description voidLayerManager. activate(OverlayLayer layer)Activates the specified overlay layer. -
Uses of OverlayLayer in adams.gui.visualization.segmentation.layer.overlaylayeraction
Methods in adams.gui.visualization.segmentation.layer.overlaylayeraction with parameters of type OverlayLayer Modifier and Type Method Description abstract voidAbstractOverlayLayerAction. performAction(OverlayLayer origin)Performs the action.voidCopy. performAction(OverlayLayer origin)Performs the action.voidDefault. performAction(OverlayLayer origin)Performs the action.voidInvert. performAction(OverlayLayer origin)Performs the action.voidRename. performAction(OverlayLayer origin)Performs the action. -
Uses of OverlayLayer in adams.gui.visualization.segmentation.tool
Methods in adams.gui.visualization.segmentation.tool that return OverlayLayer Modifier and Type Method Description OverlayLayerAbstractTool. getActiveOverlay()Returns the active overlay layer.OverlayLayerTool. getActiveOverlay()Returns the active overlay layer.
-