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)
getWidth
int getWidth()
setWidth
void setWidth(int width)
getHeight
int getHeight()
setHeight
void setHeight(int height)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.