|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagCloud
Interface to the tag cloud.
Method Summary | |
---|---|
void |
addTag(String tag) Adds the tag to the cloud. |
void |
clear() Resets the content of the cloud. |
List<Tag> |
getTags() Returns the list of tag information. |
String |
toHtml() Returns the HTML representation of the tag cloud. |
Method Detail |
---|
void addTag(String tag)
tag
- the tag to add.
void clear()
String toHtml()
List<Tag> getTags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |