C D G H I J K M P R S T U V W Z

C

clear() - Method in class jaitools.demo.SimpleImagePane
 
compileAndRun(File) - Method in class jaitools.demo.jiffle.DirectRuntimeDemo
Compiles a script read from a file and submits it for execution.
compileAndRun(File) - Method in class jaitools.demo.jiffle.JiffleExecutorDemo
Compiles a script read from a file and submits it for execution.
ContourDemo - Class in jaitools.demo.contour
Demonstrates the Contour operator.
ContourDemo() - Constructor for class jaitools.demo.contour.ContourDemo
 

D

demo() - Method in class jaitools.demo.regionalize.RegionalizeDemo
Gets a test image (the chessboard image) from the object.
DemoImages - Class in jaitools.demo
Serves images to the demo applications.
DemoImages() - Constructor for class jaitools.demo.DemoImages
 
DirectRuntimeDemo - Class in jaitools.demo.jiffle
Demonstrates how to retrieve and use a runtime object from a compiled Jiffle script.
DirectRuntimeDemo() - Constructor for class jaitools.demo.jiffle.DirectRuntimeDemo
 
DrawingDemo - Class in jaitools.demo.tiledimage
Demonstrates drawing into a DiskMemImage using Graphics2D methods.
DrawingDemo() - Constructor for class jaitools.demo.tiledimage.DrawingDemo
 

G

GameOfLife - Class in jaitools.demo.jiffle
John Conway's Game of Life implemented with Jiffle.
GameOfLife() - Constructor for class jaitools.demo.jiffle.GameOfLife
 
get(ImageChoice, int, int) - Static method in class jaitools.demo.DemoImages
Gets an image.
getDestImageVarName() - Method in enum jaitools.demo.ImageChoice
 
getScript(ImageChoice) - Static method in class jaitools.demo.jiffle.JiffleDemoHelper
Gets an example script.
getScriptFile(String[], ImageChoice) - Static method in class jaitools.demo.jiffle.JiffleDemoHelper
Gets a file specified in the command line args, or the default example image if no name is supplied.

H

HEIGHT - Static variable in class jaitools.demo.jiffle.JiffleDemoBase
 

I

ImageChoice - Enum in jaitools.demo
Constants to identify Jiffle scripts used to create example images for JAI-tools demo applications.

J

jaitools.demo - package jaitools.demo
Example applications for jai-tools image operators and the jiffle scripting language.
jaitools.demo.contour - package jaitools.demo.contour
Example application for the "Contour" operation which traces contours at user-specified levels based on values in a source image.
jaitools.demo.jiffle - package jaitools.demo.jiffle
Example applications for the Jiffle scripting language.
jaitools.demo.kernelstats - package jaitools.demo.kernelstats
Example application for the "KernelStats" operation which calculates summary statistics for a neighbourhood around each pixel in the source image.
jaitools.demo.regionalize - package jaitools.demo.regionalize
Example application for the "Regionalize" operation which identifies regions of uniform value in a source image, allocates each region a unique ID value, and produces an output image of these IDs.
jaitools.demo.tilecache - package jaitools.demo.tilecache
Example application for the DiskMemTileCache class which can store image tile data on disk as well as in memory.
jaitools.demo.tiledimage - package jaitools.demo.tiledimage
Example applications for the DiskMemImage class which is a writable image (similar to the standard JAI TiledImage class) but backed by a DiskMemTileCache.
jaitools.demo.vectorize - package jaitools.demo.vectorize
Example application for the "Vectorize" operation which traces outer pixel boundaries of regions in the source image with uniform value.
jaitools.demo.zonalstats - package jaitools.demo.zonalstats
Example application for the "ZonalStats" operation which can calculate a range of summary statistics for a source image, optionally stratified by regions (zones) in an overlying integer zone image.
JiffleBuilderDemo - Class in jaitools.demo.jiffle
Demonstrates using JiffleBuilder to compile and run a script.
JiffleBuilderDemo() - Constructor for class jaitools.demo.jiffle.JiffleBuilderDemo
 
JiffleDemo - Class in jaitools.demo.jiffle
A browser for Jiffle example scripts.
JiffleDemoBase - Class in jaitools.demo.jiffle
Defines some common fields for use in Jiffle demo applications.
JiffleDemoBase() - Constructor for class jaitools.demo.jiffle.JiffleDemoBase
 
JiffleDemoHelper - Class in jaitools.demo.jiffle
Helper class with for Jiffle demo applications.
JiffleDemoHelper() - Constructor for class jaitools.demo.jiffle.JiffleDemoHelper
 
JiffleExecutorDemo - Class in jaitools.demo.jiffle
Demonstrates the use of JiffleExecutor to run a script.
JiffleExecutorDemo() - Constructor for class jaitools.demo.jiffle.JiffleExecutorDemo
Constructor.

K

KernelStatsDemo - Class in jaitools.demo.kernelstats
Demonstrates using the KernelStats operator to calculate summary statistics for the neighbourhood of each pixel in a source image
KernelStatsDemo() - Constructor for class jaitools.demo.kernelstats.KernelStatsDemo
 

M

main(String[]) - Static method in class jaitools.demo.contour.ContourDemo
 
main(String[]) - Static method in class jaitools.demo.jiffle.DirectRuntimeDemo
Run the demonstration.
main(String[]) - Static method in class jaitools.demo.jiffle.GameOfLife
 
main(String[]) - Static method in class jaitools.demo.jiffle.JiffleBuilderDemo
Compiles and runs the "ripple" script using {@link JiffleBuilder).
main(String[]) - Static method in class jaitools.demo.jiffle.JiffleDemo
 
main(String[]) - Static method in class jaitools.demo.jiffle.JiffleExecutorDemo
Run the demonstration.
main(String[]) - Static method in class jaitools.demo.jiffle.ProgressListenerDemo
Runs the demo.
main(String[]) - Static method in class jaitools.demo.kernelstats.KernelStatsDemo
Run the example.
main(String[]) - Static method in class jaitools.demo.regionalize.RegionalizeDemo
Main method: simple calls the demo method
main(String[]) - Static method in class jaitools.demo.tilecache.TileCacheDemo
Run the example app.
main(String[]) - Static method in class jaitools.demo.tiledimage.DrawingDemo
Run the demo application.
main(String[]) - Static method in class jaitools.demo.vectorize.VectorizeDemo
Run the demo application.
main(String[]) - Static method in class jaitools.demo.zonalstats.ZonalStatsDemo
Main method: constructs an instance of this class (which causes test data to be generated) and runs the demo

P

paintComponent(Graphics) - Method in class jaitools.demo.SimpleImagePane
 
ProgressListenerDemo - Class in jaitools.demo.jiffle
Demonstrates using a JiffleProgressListener with JiffleExecutor.
ProgressListenerDemo() - Constructor for class jaitools.demo.jiffle.ProgressListenerDemo
 

R

readScriptFile(File) - Static method in class jaitools.demo.jiffle.JiffleDemoHelper
Reads the contents of a script file.
RegionalizeDemo - Class in jaitools.demo.regionalize
Demonstrates using the Regionalize operation to identify regions of uniform value in a source image.
RegionalizeDemo() - Constructor for class jaitools.demo.regionalize.RegionalizeDemo
 
regionalizeImage(RenderedImage) - Method in class jaitools.demo.regionalize.RegionalizeDemo
Regionalizes the test chessboard image in two ways: firstly with only orthogonal connectedness; then allowing diagonal connectedness.
resetTransform() - Method in class jaitools.demo.SimpleImagePane
 

S

setImage(RenderedImage) - Method in class jaitools.demo.SimpleImagePane
 
setVisible(boolean) - Method in class jaitools.demo.jiffle.JiffleDemo
 
SimpleImagePane - Class in jaitools.demo
A very basic Swing widget to display a RenderedImage.
SimpleImagePane() - Constructor for class jaitools.demo.SimpleImagePane
 

T

TileCacheDemo - Class in jaitools.demo.tilecache
Demonstrates basic use of DiskMemTileCache.
TileCacheDemo() - Constructor for class jaitools.demo.tilecache.TileCacheDemo
 
toString() - Method in enum jaitools.demo.ImageChoice
 

U

update(Observable, Object) - Method in class jaitools.demo.tilecache.TileCacheDemo
This method handles Observer notifications from the cache

V

valueOf(String) - Static method in enum jaitools.demo.ImageChoice
Returns the enum constant of this type with the specified name.
values() - Static method in enum jaitools.demo.ImageChoice
Returns an array containing the constants of this enum type, in the order they are declared.
VectorizeDemo - Class in jaitools.demo.vectorize
Demonstrates the Vectorize operator which generates JTS Polygons representing the boundaries of regions with uniform value in a source image.
VectorizeDemo() - Constructor for class jaitools.demo.vectorize.VectorizeDemo
 

W

WIDTH - Static variable in class jaitools.demo.jiffle.JiffleDemoBase
 

Z

ZonalStatsDemo - Class in jaitools.demo.zonalstats
Demonstrates using the ZonalStats operator to calculate summary statistics of values in a data image within zones defined by a zone image.
ZonalStatsDemo() - Constructor for class jaitools.demo.zonalstats.ZonalStatsDemo
Constructor.

C D G H I J K M P R S T U V W Z

Copyright © 2009-2011. All Rights Reserved.