ca.grimoire.jnoise.examples
Class ShowNoise

java.lang.Object
  extended by ca.grimoire.jnoise.examples.ShowNoise

public final class ShowNoise
extends Object

Example program that displays selectable noise types in a window.


Constructor Summary
ShowNoise()
           
 
Method Summary
static void main(String[] args)
          Run the example application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowNoise

public ShowNoise()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        ConfigurationException
Run the example application. This pops up a 500x500 image of some perlin noise, with 100 pixels per subjective unit square.

Parameters:
args - unused command line args.
Throws:
ConfigurationException - if the example configuration is unloadable.
IOException - if the example configuration is unavailable.


Copyright © 2008 Grimoire Alchymia. All Rights Reserved.