sk.uniba.euromath.gene.image
Interface ImageRefFactory


public interface ImageRefFactory

Used with the HOLDER_GRAPHICS holder; able to produce Drawable instances.

Author:
Martin Vysny

Method Summary
 ImageRef create(int width, int height)
          Produces the graphics instance.
 

Method Detail

create

ImageRef create(int width,
                int height)
Produces the graphics instance. Factory is not responsible for disposing of the image.

Parameters:
width - width of the image, in pixels.
height - height of the image, in pixels.
Returns:
graphics instance.


Copyright 2003-2003-2006 null. All Rights Reserved.