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.Objectclone()ToolgetPreviousTool()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, waitMethods inherited from interface mgui.resources.icons.IconObject
getObjectIconMethods inherited from interface mgui.interfaces.menus.PopupMenuObject
getPopupMenu, getPopupMenu, handlePopupEvent, showPopupMenuMethods inherited from interface mgui.interfaces.tools.Tool
activate, addListener, deactivate, getName, isExclusive, isImmediate, removeListener, setTargetPanelMethods 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:ToolReturns the tool that was set previous to this one, if one exists- Specified by:
getPreviousToolin interfaceTool- Returns:
-