Uses of Class
com.xpn.xwiki.plugin.autotag.TagCloud

Uses of TagCloud in com.xpn.xwiki.plugin.autotag
 

Methods in com.xpn.xwiki.plugin.autotag that return TagCloud
 TagCloud AutoTagPlugin.countWords(String text, int lang)
          Deprecated. Analyze a piece of text, splitting it into individual words, along with their frequencies.
 TagCloud AutoTagPlugin.generateTagCloud(String text, int lang)
          Deprecated. Analyze a piece of text, and extract the most common words into a "tag cloud".
 TagCloud AutoTagPluginAPI.generateTagCloud(String text, int lang)
          Deprecated. Analyze a piece of text, and extract the most common words into a "tag cloud".
 TagCloud AutoTagPluginAPI.generateTagCloud(String text, String lang)
          Deprecated. Analyze a piece of text, and extract the most common words into a "tag cloud".
 



Copyright © 2004–2013 XWiki. All rights reserved.