Klasse PThemeTool

java.lang.Object
com.processing.mnse.themetools.PThemeTool
Alle implementierten Schnittstellen:
Runnable, Tool

public class PThemeTool extends Object implements Tool
The Class PThemeTool. init point for processing tool
  • Konstruktordetails

    • PThemeTool

      public PThemeTool()
  • Methodendetails

    • getMenuTitle

      public String getMenuTitle()
      Gets the menu title.
      Angegeben von:
      getMenuTitle in Schnittstelle Tool
      Gibt zurück:
      the menu title
    • init

      public void init(Base base)
      Inits the Tool.
      Angegeben von:
      init in Schnittstelle Tool
      Parameter:
      base - the base processing object
    • run

      public void run()
      activates the Tool.
      Angegeben von:
      run in Schnittstelle Runnable
      Angegeben von:
      run in Schnittstelle Tool