jaitools.demo
Class DemoImages
java.lang.Object
jaitools.demo.DemoImages
public class DemoImages
- extends Object
Serves images to the demo applications.
- Since:
- 1.0
- Version:
- $Id: DemoImages.java 1592 2011-03-29 10:41:50Z 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()
createChessboardImage
public static RenderedImage createChessboardImage(int width,
int height)
createInterferenceImage
public static RenderedImage createInterferenceImage(int width,
int height)
createRipplesImage
public static RenderedImage createRipplesImage(int width,
int height)
createSquircleImage
public static RenderedImage createSquircleImage(int width,
int height)
createUniformRandomImage
public static RenderedImage createUniformRandomImage(int width,
int height,
double maxValue)
createBandedImage
public static RenderedImage createBandedImage(int width,
int height,
int numBands)
Copyright © 2009-2011. All Rights Reserved.