com.ibm.xsp.domino.app.tagcloud
Class TagCloud

java.lang.Object
  extended by com.ibm.xsp.domino.app.tagcloud.TagCloud
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class TagCloud
extends java.lang.Object
implements java.io.Externalizable

Tag Cloud object. This class is here to support the creation of well performing TagClouds in Notes/Domino.

See Also:
Serialized Form

Constructor Summary
TagCloud()
           
TagCloud(java.lang.String tcId, TagCloudContent tcContent)
           
 
Method Summary
 void dump()
           
 TagCloudEntry[] getEntries()
          Get the list of entries.
 int getEntryCount()
          Get the number of entries.
 java.lang.String getEntryCountAsString()
          Get the number of entries as a string.
 boolean isConstructing()
          Check if the tag cloud is being constructed.
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagCloud

public TagCloud()

TagCloud

public TagCloud(java.lang.String tcId,
                TagCloudContent tcContent)
Method Detail

dump

public void dump()

isConstructing

public boolean isConstructing()
Check if the tag cloud is being constructed.


getEntryCount

public int getEntryCount()
Get the number of entries.


getEntryCountAsString

public java.lang.String getEntryCountAsString()
Get the number of entries as a string.


getEntries

public TagCloudEntry[] getEntries()
Get the list of entries.


writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException