VLab Common 1.2

pl.psnc.vlab.util.image
Class ImageFactory

java.lang.Object
  extended by pl.psnc.vlab.util.image.ImageFactory

public abstract class ImageFactory
extends java.lang.Object

ImageFactory class - image factory returns an image by the given key. If the image is not found it will be created.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
ImageFactory()
           
 
Method Summary
static ImageBean getImageBean(java.lang.String imageName)
          Get the ImageBean by the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFactory

public ImageFactory()
Method Detail

getImageBean

public static ImageBean getImageBean(java.lang.String imageName)
Get the ImageBean by the given key.

Parameters:
imageName - image name
Returns:
ImageBean, which stores an image icon

VLab Common 1.2

Copyright 2004 by VLAB Dominik Stoklosa.