Interface AbstractTagCloudGenerator.TagCloudItem

Enclosing class:
AbstractTagCloudGenerator

protected static interface AbstractTagCloudGenerator.TagCloudItem
Abstract class for a tag cloud item
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of occurrence
    int
    Get the original position.
    Get the tag cloud word to display
  • Method Details

    • getWord

      Get the tag cloud word to display
      Returns:
      The tag cloud word
    • getOccurrenceCount

      Returns the number of occurrence
      Returns:
      the number of occurrence
    • getPosition

      Get the original position.
      Returns:
      the original position.