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_Overlays
the overlay layers.Methods in adams.gui.visualization.segmentation.layer that return OverlayLayer Modifier and Type Method Description OverlayLayer
LayerManager. addOverlay(String name, Color color, float alpha)
Adds an overlay layer with no image.OverlayLayer
LayerManager. addOverlay(String name, Color color, float alpha, BufferedImage image)
Adds an overlay layer with image.OverlayLayer
LayerManager. getActiveOverlay()
Returns the active overlay layer, if any.OverlayLayer
LayerManager. getOverlay(String name)
Returns the overlay with the specified name.OverlayLayer
LayerManager. 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 void
LayerManager. 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 void
AbstractOverlayLayerAction. performAction(OverlayLayer origin)
Performs the action.void
Copy. performAction(OverlayLayer origin)
Performs the action.void
Invert. performAction(OverlayLayer origin)
Performs the action.void
Rename. 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 OverlayLayer
AbstractTool. getActiveOverlay()
Returns the active overlay layer.OverlayLayer
Tool. getActiveOverlay()
Returns the active overlay layer.
-