Uses of Class
yarfraw.core.datamodel.Image

Packages that use Image
yarfraw.core.datamodel   
yarfraw.mapping.backward.impl   
yarfraw.mapping.forward.impl   
 

Uses of Image in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return Image
 Image Image.addOtherAttributes(QName namespace, String attribute)
          Add an attribute that is not in the RSS 2.0 specs.
 Image ChannelFeed.getImageOrIcon()
          Rss 1.0 - <image> Establishes an RDF association between the optional image element [5.4] and this particular RSS channel.
 Image ChannelFeed.getLogo()
          Atom 1.0 only
The "atom:logo" element's content is an IRI reference [RFC3987] which identifies an image which provides visual identification for a feed.
 Image Image.setAbout(String about)
          Rss 1.0 only
 Image Image.setBase(String base)
          Atom 1.0 only
Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627].
 Image Image.setDescription(String description)
          This field is only used by Rss 2.0, it is ignored by other FeedFormat
description contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering.
 Image Image.setHeight(Integer height)
          This field is only used by Rss 2.0, it is ignored by other FeedFormat
Optional elements include width and height, indicating the width and height of the image in pixels.
 Image Image.setLang(Locale lang)
          Rss 2.0 - <language> element.
 Image Image.setLang(String lang)
          Rss 2.0 - <language> element.
 Image Image.setLink(String link)
           Rss 2.0 - link is the URI of the site, when the channel is rendered, the image is a link to the site.
 Image Image.setOtherAttributes(Map<QName,String> otherAttributes)
          Any other attribute that is not in the RSS 2.0 specs.
 Image Image.setResource(String resource)
          Rss 1.0 only
 Image Image.setTitle(String title)
          Rss 2.0 - title describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML.
 Image Image.setUrl(String url)
          Rss 2.0 - url is the URI of a GIF, JPEG or PNG image that represents the channel.
 Image Image.setWidth(Integer width)
          This field is only used by Rss 2.0, it is ignored by other FeedFormat
Optional elements include width and height, indicating the width and height of the image in pixels.
 

Methods in yarfraw.core.datamodel with parameters of type Image
 ChannelFeed ChannelFeed.setImageOrIcon(Image imageOrIcon)
          Rss 1.0 - <image> Establishes an RDF association between the optional image element [5.4] and this particular RSS channel.
 ChannelFeed ChannelFeed.setLogo(Image logo)
          Atom 1.0 only
The "atom:logo" element's content is an IRI reference [RFC3987] which identifies an image which provides visual identification for a feed.
 

Uses of Image in yarfraw.mapping.backward.impl
 

Methods in yarfraw.mapping.backward.impl that return Image
static Image ToChannelAtom10Impl.toLogo(LogoType in)
           
 

Uses of Image in yarfraw.mapping.forward.impl
 

Methods in yarfraw.mapping.forward.impl with parameters of type Image
static IconType Atom10MappingUtils.toIcon(Image in)
           
 



Copyright © 2008. All Rights Reserved.