jaitools.demo
Class DemoImages
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemoImages
public DemoImages()
get
public static RenderedImage get(ImageChoice choice,
int width,
int height)
- Gets an image.
- Parameters:
choice - one of CHESSBOARD, INTERFERENCE, RIPPLES, SQUIRCLESwidth - image widthheight - image height
- Returns:
- the requested image
Copyright © 2009-2011. All Rights Reserved.