Package mgui.interfaces.tools.plots
Class ToolPlot
java.lang.Object
mgui.interfaces.tools.plots.ToolPlot
- All Implemented Interfaces:
java.lang.Cloneable
,PopupMenuObject
,Tool
,ToolInputListener
,IconObject
public abstract class ToolPlot extends java.lang.Object implements Tool
-
Constructor Summary
Constructors Constructor Description ToolPlot()
-
Method Summary
Modifier and Type Method Description abstract java.lang.Object
clone()
Tool
getPreviousTool()
Returns the tool that was set previous to this one, if one existsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mgui.resources.icons.IconObject
getObjectIcon
Methods inherited from interface mgui.interfaces.menus.PopupMenuObject
getPopupMenu, getPopupMenu, handlePopupEvent, showPopupMenu
Methods inherited from interface mgui.interfaces.tools.Tool
activate, addListener, deactivate, getName, isExclusive, isImmediate, removeListener, setTargetPanel
Methods inherited from interface mgui.interfaces.tools.ToolInputListener
handleToolEvent
-
Constructor Details
-
ToolPlot
public ToolPlot()
-
-
Method Details
-
clone
public abstract java.lang.Object clone() throws java.lang.CloneNotSupportedException -
getPreviousTool
Description copied from interface:Tool
Returns the tool that was set previous to this one, if one exists- Specified by:
getPreviousTool
in interfaceTool
- Returns:
-