com.aol.acc
Class AccEmoticonSet

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccEmoticonSet

public class AccEmoticonSet
extends AccBase

The IAccEmoticonSet interface is used to access emoticons (smileys).


Method Summary
 java.lang.String getBartId()
          The bart id of the emoticon set
 int getCount()
          Gets the number of icons in this set.

 java.lang.String getDescription()
          The description of the emoticon set
 AccEmoticon getEmoticonByIndex(int num)
          Gets an icon by index.

 AccEmoticon getEmoticonByText(java.lang.String text)
          Looks up an emoticon by its text representation, e.g.
 byte[] getPaletteIconData()
          The data for the smiley "button" icon, as an array of VT_UI1
 AccStream getPaletteIconDataStream()
          The data for the smiley "button" icon, as an IAccStream
 
Methods inherited from class com.aol.acc.AccBase
compareHandle, equals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
             throws AccException
Gets the number of icons in this set.

Throws:
AccException

getEmoticonByIndex

public AccEmoticon getEmoticonByIndex(int num)
                               throws AccException
Gets an icon by index.

Throws:
AccException

getEmoticonByText

public AccEmoticon getEmoticonByText(java.lang.String text)
                              throws AccException
Looks up an emoticon by its text representation, e.g. :-)

Throws:
AccException

getBartId

public java.lang.String getBartId()
                           throws AccException
The bart id of the emoticon set

Throws:
AccException

getDescription

public java.lang.String getDescription()
                                throws AccException
The description of the emoticon set

Throws:
AccException

getPaletteIconData

public byte[] getPaletteIconData()
                          throws AccException
The data for the smiley "button" icon, as an array of VT_UI1

Throws:
AccException

getPaletteIconDataStream

public AccStream getPaletteIconDataStream()
                                   throws AccException
The data for the smiley "button" icon, as an IAccStream

Throws:
AccException