|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.feed4j.bean.RawElement
it.sauronsoftware.feed4j.bean.FeedImage
public class FeedImage
This class is used to represent the feed-related images.
Constructor Summary | |
---|---|
FeedImage()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
This method returns the image description. |
int |
getHeight()
This method returns the image height, or -1 if the information is not available. |
java.net.URL |
getURL()
This method returns the image URL. |
int |
getWidth()
This method returns the image width, or -1 if the information is not available. |
void |
setDescription(java.lang.String description)
This method sets the image description. |
void |
setHeight(int height)
This method sets the image height. |
void |
setURL(java.net.URL url)
This method sets the image URL. |
void |
setWidth(int width)
This method sets the image width. |
Methods inherited from class it.sauronsoftware.feed4j.bean.RawElement |
---|
addAttribute, addNode, getAttribute, getAttributeCount, getAttributeValue, getElement, getElements, getElementValue, getName, getNamespaceURI, getNode, getNodeCount, getValue, removeNode, setName, setNamespaceURI, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedImage()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The image description.public int getHeight()
public void setHeight(int height)
height
- The image height.public java.net.URL getURL()
public void setURL(java.net.URL url)
url
- The image URL.public int getWidth()
public void setWidth(int width)
width
- The image width.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |