jaitools.demo
Class DemoImages

java.lang.Object
  extended by jaitools.demo.DemoImages

public class DemoImages
extends Object

Serves images to the demo applications. Each image is generated from a Jiffle script.

Since:
1.0
Version:
$Id: DemoImages.java 1400 2011-02-15 06:29:59Z michael.bedward $
Author:
Michael Bedward

Constructor Summary
DemoImages()
           
 
Method Summary
static RenderedImage get(ImageChoice choice, int width, int height)
          Gets an image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoImages

public DemoImages()
Method Detail

get

public static RenderedImage get(ImageChoice choice,
                                int width,
                                int height)
Gets an image.

Parameters:
choice - one of CHESSBOARD, INTERFERENCE, RIPPLES, SQUIRCLES
width - image width
height - image height
Returns:
the requested image


Copyright © 2009-2011. All Rights Reserved.