de.nava.informa.core
Interface ImageIF

All Superinterfaces:
Serializable, WithDescriptionMIF, WithIdMIF, WithLinkMIF, WithLocationMIF, WithTitleMIF
All Known Implementing Classes:
Image, Image

public interface ImageIF
extends WithIdMIF, WithTitleMIF, WithLocationMIF, WithDescriptionMIF, WithLinkMIF

This interface is implemented by objects representing an image assigned to a channel in the news channel object model.

WithLocationMIF.getLocation() here denotes the URL where the image can be retrieved from

WithLinkMIF.getLink() denotes here the URL to which the image file will link when rendered in HTML

Author:
Niko Schmuck (niko@nava.de)

Method Summary
 int getHeight()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from interface de.nava.informa.core.WithIdMIF
getId, setId
 
Methods inherited from interface de.nava.informa.core.WithTitleMIF
getTitle, setTitle
 
Methods inherited from interface de.nava.informa.core.WithLocationMIF
getLocation, setLocation
 
Methods inherited from interface de.nava.informa.core.WithDescriptionMIF
getDescription, setDescription
 
Methods inherited from interface de.nava.informa.core.WithLinkMIF
getLink, setLink
 

Method Detail

getWidth

int getWidth()

setWidth

void setWidth(int width)

getHeight

int getHeight()

setHeight

void setHeight(int height)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.