Class PlainLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.PlainLanguage

public class PlainLanguage extends ScriptLanguage
Class for the representation of plain text in QuPath.

This class stores the QuPath implementation of Plain syntaxing and plain auto-completion (both do nothing, as it's plain text).

Since:
v0.4.0
  • Method Details

    • getInstance

      public static PlainLanguage getInstance()
      Get the static instance of this class.
      Returns:
      instance