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 Details

    • ToolPlot

      public ToolPlot()
  • Method Details

    • clone

      public abstract java.lang.Object clone() throws java.lang.CloneNotSupportedException
      Specified by:
      clone in interface Tool
      Overrides:
      clone in class java.lang.Object
      Throws:
      java.lang.CloneNotSupportedException
    • getPreviousTool

      public Tool getPreviousTool()
      Description copied from interface: Tool
      Returns the tool that was set previous to this one, if one exists
      Specified by:
      getPreviousTool in interface Tool
      Returns: