Uses of Interface
de.smartics.tagcloud.TagCloud

Packages that use TagCloud
de.smartics.tagcloud   
de.smartics.tagcloud.collector   
de.smartics.tagcloud.export   
 

Uses of TagCloud in de.smartics.tagcloud
 

Methods in de.smartics.tagcloud that return TagCloud
 TagCloud TagCloudFactory.createJavaCloud()
          Creates an instance of the tag cloud for Java source code.
 TagCloud TagCloudFactory.createTextCloud()
          Creates an instance of the tag cloud for arbitrary texts.
 

Uses of TagCloud in de.smartics.tagcloud.collector
 

Methods in de.smartics.tagcloud.collector that return TagCloud
 TagCloud TokenizerTagCollector.getTagCloud()
          Returns a reference to the cloud.
 TagCloud TagCollector.getTagCloud()
          Returns a reference to the cloud.
 

Constructors in de.smartics.tagcloud.collector with parameters of type TagCloud
TokenizerTagCollector(String encoding, TagCloud tagCloud)
          Default constructor.
 

Uses of TagCloud in de.smartics.tagcloud.export
 

Methods in de.smartics.tagcloud.export with parameters of type TagCloud
protected  Document XmlTagCloudExport.createDocument(TagCloud tagCloud)
           
 void XmlTagCloudExport.export(TagCloud tagCloud, OutputStream output)
           
 



Copyright © 2011-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.