Class Note

  • All Implemented Interfaces:
    Plugin

    public class Note
    extends java.lang.Object
    implements Plugin
    Outputs an image with the supplied text as the title which is shown as a tooltip by most browsers. This is intended for short one line comments.

    See http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/ for discussion on alt and title attributes.

    Adaption of the CommentPlugin written by Scott Hulbert, cleaned up and generalized, but basically his concept.

    Parameters :

    • _cmdline - the commentText
    • Constructor Summary

      Constructors 
      Constructor Description
      Note()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String execute​(Context context, java.util.Map<java.lang.String,​java.lang.String> params)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait