com.aol.acc
Class AccEmoticon

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

public class AccEmoticon
extends AccBase

The IAccEmoticon interface is used to represent an emoticon (smiley).


Method Summary
 java.lang.String getBartUrl()
          The aolbart: URL
 byte[] getData()
          Gets the raw image data for this emoticon, as an array of VT_UI1.

 AccStream getDataStream()
          The IAccStream of data for the smiley
 java.lang.String getDescription()
          The smiley description, e.g.
 java.lang.String getText()
          Gets the text for this emoticon, e.g.
 
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

getData

public byte[] getData()
               throws AccException
Gets the raw image data for this emoticon, as an array of VT_UI1.

Throws:
AccException

getText

public java.lang.String getText()
                         throws AccException
Gets the text for this emoticon, e.g. :-)

Throws:
AccException

getDescription

public java.lang.String getDescription()
                                throws AccException
The smiley description, e.g. "Happy"

Throws:
AccException

getDataStream

public AccStream getDataStream()
                        throws AccException
The IAccStream of data for the smiley

Throws:
AccException

getBartUrl

public java.lang.String getBartUrl()
                            throws AccException
The aolbart: URL

Throws:
AccException