Class Default
- java.lang.Object
-
- adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
-
- adams.gui.visualization.segmentation.layer.overlaylayeraction.Default
-
public class Default extends AbstractOverlayLayerAction
Switches to default settings.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIconName()Returns the name of the icon to use.StringgetName()The name to display in the menu.voidperformAction(OverlayLayer origin)Performs the action.-
Methods inherited from class adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
getIcon
-
-
-
-
Method Detail
-
getName
public String getName()
The name to display in the menu.- Specified by:
getNamein classAbstractOverlayLayerAction- Returns:
- the name
-
getIconName
public String getIconName()
Returns the name of the icon to use.- Specified by:
getIconNamein classAbstractOverlayLayerAction- Returns:
- the name, null for empty icon
-
performAction
public void performAction(OverlayLayer origin)
Performs the action.- Specified by:
performActionin classAbstractOverlayLayerAction- Parameters:
origin- the origin of the action
-
-