Class Tag

  • All Implemented Interfaces:
    Comparable<Tag>

    @Deprecated
    public class Tag
    extends Object
    implements Comparable<Tag>
    Deprecated.
    the entire Autotag plugin is deprecated, along with its data structures
    Data structure used by the AutoTagPlugin, holding information about a particular tag, or a frequent word appearing in a collection of documents.
    Version:
    $Id: 1e380827b2ce79c44a178df1dbfd498445a3e574 $
    • Constructor Detail

      • Tag

        public Tag​(String tagName,
                   long tagSize)
        Deprecated.
        Default constructor, specifying both the keyword and its target size.
        Parameters:
        tagName - the keyword that's represented
        tagSize - the tag size
    • Method Detail

      • getHtml

        public String getHtml()
        Deprecated.
        Get the HTML markup to represent this tag in a TagCloud.
        Returns:
        HTML markup