A C D E G M S T U W X

A

AbstractTagCloudFactory - Class in de.smartics.tagcloud
Base implementation of the TagCloudFactory interface.
AbstractTagCloudFactory() - Constructor for class de.smartics.tagcloud. AbstractTagCloudFactory
Default constructor.
addTag(String) - Method in interface de.smartics.tagcloud. TagCloud
Adds the tag to the cloud.

C

clear() - Method in interface de.smartics.tagcloud.collector. TagCollector
Removes all tag information collected.
clear() - Method in class de.smartics.tagcloud.collector. TokenizerTagCollector
Removes all tag information collected.
clear() - Method in interface de.smartics.tagcloud. TagCloud
Resets the content of the cloud.
collect(InputStream) - Method in interface de.smartics.tagcloud.collector. TagCollector
Collects words from the input stream.
collect(InputStream) - Method in class de.smartics.tagcloud.collector. TokenizerTagCollector
Collects words from the input stream.
createDocument(TagCloud) - Method in class de.smartics.tagcloud.export. XmlTagCloudExport
 
createJavaCloud() - Method in interface de.smartics.tagcloud. TagCloudFactory
Creates an instance of the tag cloud for Java source code.
createTextCloud() - Method in interface de.smartics.tagcloud. TagCloudFactory
Creates an instance of the tag cloud for arbitrary texts.

D

de.smartics.tagcloud - package de.smartics.tagcloud
 
de.smartics.tagcloud.collector - package de.smartics.tagcloud.collector
 
de.smartics.tagcloud.export - package de.smartics.tagcloud.export
 

E

export(TagCloud, OutputStream) - Method in class de.smartics.tagcloud.export. XmlTagCloudExport
 

G

getName() - Method in class de.smartics.tagcloud. Tag
Returns the name of the tag.
getScore() - Method in class de.smartics.tagcloud. Tag
Returns the frequency the tag has been used.
getTagCloud() - Method in interface de.smartics.tagcloud.collector. TagCollector
Returns a reference to the cloud.
getTagCloud() - Method in class de.smartics.tagcloud.collector. TokenizerTagCollector
Returns a reference to the cloud.
getTags() - Method in interface de.smartics.tagcloud. TagCloud
Returns the list of tag information.
getWeight() - Method in class de.smartics.tagcloud. Tag
Returns the relative frequency.

M

maxTagsToDisplay - Variable in class de.smartics.tagcloud. AbstractTagCloudFactory
The maximum number of tags to display.
maxWeight - Variable in class de.smartics.tagcloud. AbstractTagCloudFactory
The maximum weight for the font.
minWeight - Variable in class de.smartics.tagcloud. AbstractTagCloudFactory
The minimum weight for the font.

S

setMaxTagsToDisplay(int) - Method in class de.smartics.tagcloud. AbstractTagCloudFactory
The maximum number of tags to display.
setMaxTagsToDisplay(int) - Method in interface de.smartics.tagcloud. TagCloudFactory
The maximum number of tags to display.
setMaxWeight(double) - Method in class de.smartics.tagcloud. AbstractTagCloudFactory
Sets the maximum weight for the font.
setMaxWeight(double) - Method in interface de.smartics.tagcloud. TagCloudFactory
Sets the maximum weight for the font.
setMinWeight(double) - Method in class de.smartics.tagcloud. AbstractTagCloudFactory
Sets the minimum weight for the font.
setMinWeight(double) - Method in interface de.smartics.tagcloud. TagCloudFactory
Sets the minimum weight for the font.
setUseJavaReservedWordsFilter(boolean) - Method in class de.smartics.tagcloud. AbstractTagCloudFactory
Activates the filter that removes Java reserved words from the tag cloud.
setUseJavaReservedWordsFilter(boolean) - Method in interface de.smartics.tagcloud. TagCloudFactory
Activates the filter that removes Java reserved words from the tag cloud.
setUseUsualWordsFilter(boolean) - Method in class de.smartics.tagcloud. AbstractTagCloudFactory
Activates the filter that removes usual Java words from the tag cloud.
setUseUsualWordsFilter(boolean) - Method in interface de.smartics.tagcloud. TagCloudFactory
Activates the filter that removes usual Java words from the tag cloud.
setWordsToFilter(String[]) - Method in class de.smartics.tagcloud. AbstractTagCloudFactory
Sets the list of words to be removed from the tag cloud.
setWordsToFilter(String[]) - Method in interface de.smartics.tagcloud. TagCloudFactory
Sets the list of words to be removed from the tag cloud.

T

Tag - Class in de.smartics.tagcloud
Provides information about one tag.
Tag(String, int, int) - Constructor for class de.smartics.tagcloud. Tag
Default constructor.
TagCloud - Interface in de.smartics.tagcloud
Interface to the tag cloud.
TagCloudFactory - Interface in de.smartics.tagcloud
Creates instances of tag clouds.
TagCollector - Interface in de.smartics.tagcloud.collector
Collects words from input streams to be added to a cloud instance.
toHtml() - Method in interface de.smartics.tagcloud. TagCloud
Returns the HTML representation of the tag cloud.
TokenizerTagCollector - Class in de.smartics.tagcloud.collector
Collects words by using a tokenizer.
TokenizerTagCollector(String, TagCloud) - Constructor for class de.smartics.tagcloud.collector. TokenizerTagCollector
Default constructor.

U

useJavaReservedWordsFilter - Variable in class de.smartics.tagcloud. AbstractTagCloudFactory
The filter removes Java reserved words from the tag cloud.
useUsualWordsFilter - Variable in class de.smartics.tagcloud. AbstractTagCloudFactory
The filter removes usual Java words from the tag cloud.

W

wordsToFilter - Variable in class de.smartics.tagcloud. AbstractTagCloudFactory
The list of words to be removed from the tag cloud.

X

XmlTagCloudExport - Class in de.smartics.tagcloud.export
Exports the tag cloud to an XML file.
XmlTagCloudExport(boolean) - Constructor for class de.smartics.tagcloud.export. XmlTagCloudExport
Default constructor.

A C D E G M S T U W X

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