org.nakedobjects.runtime.imageloader
Interface TemplateImage

All Known Implementing Classes:
TemplateImageImpl

public interface TemplateImage

A template image is an image that is used to create other images from.

Typically this will be a larger image that can be scaled down in size.


Method Summary
 java.awt.Image getIcon(int height)
           
 java.awt.Image getImage()
           
 

Method Detail

getImage

java.awt.Image getImage()

getIcon

java.awt.Image getIcon(int height)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.