|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccImageReference
public class AccImageReference
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 |
|---|
public java.lang.String getUri()
throws AccException
AccException
public void setUri(java.lang.String Uri)
throws AccException
AccException
public int getHeight()
throws AccException
AccException
public void setHeight(int Height)
throws AccException
AccException
public int getWidth()
throws AccException
AccException
public void setWidth(int Width)
throws AccException
AccException
public java.lang.String[] getTags()
throws AccException
AccException
public void setTags(java.lang.String[] Tags)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||