de.smartics.tagcloud
Interface TagCloud

Package class diagram package TagCloud

public interface TagCloud

Interface to the tag cloud.

Author:
Robert Reiner

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

addTag

void addTag(String tag)
Adds the tag to the cloud.

Parameters:
tag - the tag to add.

clear

void clear()
Resets the content of the cloud. All collected tags are removed.


toHtml

String toHtml()
Returns the HTML representation of the tag cloud.

Returns:
an HTML snippet containing the tag cloud.

getTags

List<Tag> getTags()
Returns the list of tag information.

Returns:
the list of tag information.


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