com.aol.acc
Class AccImageReference

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

public class AccImageReference
extends AccBase

The IAccImageReference interface is used to represent an
image reference. AccImageReferenceProp_Tags is
optional; all other properties are required.


Method Summary
 int getHeight()
          Height, in pixels
 java.lang.String[] getTags()
          TV channel logo, TV show logo, webcam, etc.)
 java.lang.String getUri()
          URI
 int getWidth()
          Width, in pixels
 void setHeight(int Height)
          Height, in pixels
 void setTags(java.lang.String[] Tags)
          TV channel logo, TV show logo, webcam, etc.)
 void setUri(java.lang.String Uri)
          URI
 void setWidth(int Width)
          Width, in pixels
 
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

getUri

public java.lang.String getUri()
                        throws AccException
URI

Throws:
AccException

setUri

public void setUri(java.lang.String Uri)
            throws AccException
URI

Throws:
AccException

getHeight

public int getHeight()
              throws AccException
Height, in pixels

Throws:
AccException

setHeight

public void setHeight(int Height)
               throws AccException
Height, in pixels

Throws:
AccException

getWidth

public int getWidth()
             throws AccException
Width, in pixels

Throws:
AccException

setWidth

public void setWidth(int Width)
              throws AccException
Width, in pixels

Throws:
AccException

getTags

public java.lang.String[] getTags()
                           throws AccException
TV channel logo, TV show logo, webcam, etc.)

Throws:
AccException

setTags

public void setTags(java.lang.String[] Tags)
             throws AccException
TV channel logo, TV show logo, webcam, etc.)

Throws:
AccException