|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagCloudFactory
Creates instances of tag clouds.
Method Summary | |
---|---|
TagCloud |
createJavaCloud() Creates an instance of the tag cloud for Java source code. |
TagCloud |
createTextCloud() Creates an instance of the tag cloud for arbitrary texts. |
void |
setMaxTagsToDisplay(int maxTagsToDisplay) The maximum number of tags to display. |
void |
setMaxWeight(double maxWeight) Sets the maximum weight for the font. |
void |
setMinWeight(double minWeight) Sets the minimum weight for the font. |
void |
setUseJavaReservedWordsFilter(boolean useJavaReservedWordsFilter) Activates the filter that removes Java reserved words from the tag cloud. |
void |
setUseUsualWordsFilter(boolean useUsualWordsFilter) Activates the filter that removes usual Java words from the tag cloud. |
void |
setWordsToFilter(String[] wordsToFilter) Sets the list of words to be removed from the tag cloud. |
Method Detail |
---|
void setMinWeight(double minWeight)
maxWeight
- the minimum weight for the font.
void setMaxWeight(double maxWeight)
maxWeight
- the maximum weight for the font.
void setMaxTagsToDisplay(int maxTagsToDisplay)
maxTagsToDisplay
- the maximum number of tags to display.
void setUseJavaReservedWordsFilter(boolean useJavaReservedWordsFilter)
useJavaReservedWordsFilter
-
true
to activate.
void setUseUsualWordsFilter(boolean useUsualWordsFilter)
useUsualWordsFilter
-
true
to activate.
void setWordsToFilter(String[] wordsToFilter)
wordsToFilter
- the list of words to be removed from the tag cloud.
TagCloud createTextCloud()
TagCloud createJavaCloud()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |