A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

ABS_POS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
ABS_POS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
ABS_POS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
ABS_POS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
ABS_POS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
ABS_POS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
ABS_POS - Static variable in class jaitools.jiffle.parser.TagVars
 
ABS_POS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.JiffleParser
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.TagVars
 
ABS_POS_PREFIX - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
AbstractDirectRuntime - Class in jaitools.jiffle.runtime
The default abstract base class for runtime classes that implement direct evaluation.
AbstractDirectRuntime() - Constructor for class jaitools.jiffle.runtime.AbstractDirectRuntime
Creates a new instance.
AbstractIndirectRuntime - Class in jaitools.jiffle.runtime
The default abstract base class for runtime classes that implement indirect evaluation.
AbstractIndirectRuntime() - Constructor for class jaitools.jiffle.runtime.AbstractIndirectRuntime
 
AbstractJiffleRuntime - Class in jaitools.jiffle.runtime
Provides default implementations of JiffleRuntime methods plus some common fields.
AbstractJiffleRuntime() - Constructor for class jaitools.jiffle.runtime.AbstractJiffleRuntime
Creates a new instance of this class and initializes its JiffleFunctions and IntegerStack objects.
AbstractProcessor - Class in jaitools.numeric
Abstract base class for statistics processors used with StreamingSampleStats.
AbstractProcessor() - Constructor for class jaitools.numeric.AbstractProcessor
Default constructor.
AbstractProcessor(Range.Type) - Constructor for class jaitools.numeric.AbstractProcessor
Creates a new processor with specified use of Ranges.
AbstractProgressListener - Class in jaitools.jiffle.runtime
A simple progress listener base.
AbstractProgressListener() - Constructor for class jaitools.jiffle.runtime.AbstractProgressListener
Creates a new instance with an update interval of 1.
AbstractSmoother - Class in jaitools.jts
Base class for Bezier smoothing of JTS Geometry objects.
AbstractSmoother(GeometryFactory) - Constructor for class jaitools.jts.AbstractSmoother
Creates a new smoother that will use the given GeometryFactory.
AbstractSmoother.InterpPoint - Class in jaitools.jts
Class to hold interpolation parameters for a given point.
AbstractSmoother.InterpPoint() - Constructor for class jaitools.jts.AbstractSmoother.InterpPoint
 
AbstractSourceGenerator - Class in jaitools.jiffle.parser
Base class for tree parsers that generate Jiffle runtime source.
AbstractSourceGenerator(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.AbstractSourceGenerator
Constructor called by ANTLR.
AbstractSourceGenerator(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.AbstractSourceGenerator
Constructor called by ANTLR.
accept(DiskMemTileCacheVisitor) - Method in class jaitools.tilecache.DiskMemTileCache
Accepts a DiskMemCacheVisitor object and calls its visit method for each tile in the cache.
activeChannels - Variable in class jaitools.jiffle.parser.MultiChannelTokenStream
The List of active channel indices.
adaptor - Variable in class jaitools.jiffle.parser.JiffleParser
 
adaptor - Variable in class jaitools.jiffle.parser.TagVars
 
adaptor - Variable in class jaitools.jiffle.parser.TransformExpressions
 
add(ROI) - Method in class jaitools.imageutils.ROIGeometry
Returns a new instance which is the union of this ROI and roi.
add(String, Message) - Method in class jaitools.jiffle.parser.MessageTable
Adds a message.
add(Symbol) - Method in class jaitools.jiffle.parser.SymbolScope
Adds a symbol to this scope.
add(Range<T>, U) - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
Add source image value range and the corresponding destination image value
add(Number, Number) - Static method in class jaitools.numeric.NumberOperations
Adds two Number objects.
add(RenderedImage, int, int, Raster) - Method in class jaitools.tilecache.DiskMemTileCache
Adds a tile to the cache if not already present.
add(RenderedImage, int, int, Raster, Object) - Method in class jaitools.tilecache.DiskMemTileCache
Adds a tile to the cache if not already present.
addActiveChannel(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Adds a channel to those active.
addBin(Range<T>) - Method in class jaitools.numeric.Histogram
Adds a new bin to the histogram.
addCoordinate(Coordinate, Color) - Method in class jaitools.swing.JTSFrame
 
addError(String) - Method in class jaitools.jiffle.parser.DeferredErrorReporter
 
addError(String) - Method in class jaitools.jiffle.parser.NullErrorReporter
 
addError(String) - Method in interface jaitools.jiffle.parser.ParsingErrorReporter
Handles an error message.
addEventListener(JiffleEventListener) - Method in class jaitools.jiffle.runtime.JiffleExecutor
Adds an event listener.
addExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
addGeometry(Geometry, Color) - Method in class jaitools.swing.JTSFrame
 
addImport(String...) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Adds the given imports to those that will be included in the runtime source.
addLevel() - Method in class jaitools.jiffle.parser.SymbolScopeStack
Pushes a new scope level onto the stack.
addLevel(String) - Method in class jaitools.jiffle.parser.SymbolScopeStack
Pushes a new scope level onto the stack.
addNoDataRange(Range<Double>) - Method in class jaitools.numeric.AbstractProcessor
Sets a range of values to be considered as NoData.
addNoDataRange(Range<Double>) - Method in interface jaitools.numeric.Processor
Sets a range of values to be considered as NoData.
addNoDataRange(Range<Double>) - Method in class jaitools.numeric.StreamingSampleStats
Adds a range of values to be considered as NoData and then to be excluded from the calculation of all statistics.
addNoDataValue(Double) - Method in class jaitools.numeric.AbstractProcessor
Convenience method to specify a single value to be considered as NoData.
addNoDataValue(Double) - Method in interface jaitools.numeric.Processor
Convenience method to specify a single value to be considered as NoData.
addNoDataValue(Double) - Method in class jaitools.numeric.StreamingSampleStats
Adds a single value to be considered as NoData.
addOption(String, String) - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
addRange(Range<Double>) - Method in class jaitools.numeric.AbstractProcessor
Sets a range of values to exclude from or include in from calculations.
addRange(Range<Double>, Range.Type) - Method in class jaitools.numeric.AbstractProcessor
Sets a range of values to exclude from or include in calculations.
addRange(Range<Double>, Range.Type) - Method in interface jaitools.numeric.Processor
Sets a range of values to exclude from or include in calculations.
addRange(Range<Double>) - Method in interface jaitools.numeric.Processor
Sets a range of values to exclude from or include in from calculations.
addRange(Range<Double>) - Method in class jaitools.numeric.StreamingSampleStats
Adds a range of values to include in or exclude from the calculation of all statistics.
addRange(Range<Double>, Range.Type) - Method in class jaitools.numeric.StreamingSampleStats
Adds a range of values to include in or exclude from the calculation of all statistics.
addRenderingHints(Map<?, ?>) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
addSpi(String) - Static method in class jaitools.Factory
Adds a service provider interface.
addSymbol(String, SymbolType, ScopeType) - Method in class jaitools.jiffle.parser.SymbolScopeStack
Adds a new symbol to the current scope level.
addTileObserver(TileObserver) - Method in class jaitools.tiledimage.DiskMemImage
addTiles(RenderedImage, Point[], Raster[], Object) - Method in class jaitools.tilecache.DiskMemTileCache
Adds all tiles for the given image to the cache.
addTileToCache(int, int, Raster) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
This method is overridden to prevent it being used because the RegionalizeOpImage object should be soley responsible for creating tiles and caching them.
addValue(T) - Method in class jaitools.numeric.Histogram
Adds a value to the histogram.
addValues(List<T>) - Method in class jaitools.numeric.Histogram
Adds a list of values to the histogram.
AND - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
AND - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
AND - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
AND - Static variable in class jaitools.jiffle.parser.JiffleParser
 
AND - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
AND - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
AND - Static variable in class jaitools.jiffle.parser.TagVars
 
AND - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
AND(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if both x and y are non-zero.
andExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
APPEND - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
APPEND - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
APPEND - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
APPEND - Static variable in class jaitools.jiffle.parser.JiffleParser
 
APPEND - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
APPEND - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
APPEND - Static variable in class jaitools.jiffle.parser.TagVars
 
APPEND - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
ApproxMedianProcessor - Class in jaitools.numeric
Processor for the approximate median Statistic.APPROX_MEDIAN.
ApproxMedianProcessor() - Constructor for class jaitools.numeric.ApproxMedianProcessor
Default constructor.
arePropertiesSupported() - Method in class jaitools.media.jai.rangelookup.RangeLookupDescriptor
 
arePropertiesSupported() - Method in class jaitools.media.jai.regionalize.RegionalizeDescriptor
 
arePropertiesSupported() - Method in class jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Returns true to indicate that properties are supported
args() - Method in class jaitools.jiffle.parser.TagVars
 
argTypes - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.expressionList_return
 
argTypes - Variable in class jaitools.jiffle.parser.TransformExpressions.expressionList_return
 
arguments() - Method in class jaitools.jiffle.parser.JiffleParser
 
arithmeticOp() - Method in class jaitools.jiffle.parser.CheckAssignments
 
arithmeticOp() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
arithmeticOp() - Method in class jaitools.jiffle.parser.TagVars
 
arithmeticOp() - Method in class jaitools.jiffle.parser.TransformExpressions
 
ArrayUtils - Class in jaitools.numeric
Provides a number of array operations not present in the standard Java Arrays class.
ArrayUtils() - Constructor for class jaitools.numeric.ArrayUtils
 
assignmentExpression() - Method in class jaitools.jiffle.parser.CheckAssignments
 
assignmentExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
assignmentExpression() - Method in class jaitools.jiffle.parser.TagVars
 
assignmentExpression() - Method in class jaitools.jiffle.parser.TransformExpressions
 
assignmentOp() - Method in class jaitools.jiffle.parser.CheckAssignments
 
assignmentOp() - Method in class jaitools.jiffle.parser.JiffleParser
 
assignmentOp() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
assignmentOp() - Method in class jaitools.jiffle.parser.TagVars
 
assignmentOp() - Method in class jaitools.jiffle.parser.TransformExpressions
 
atom() - Method in class jaitools.jiffle.parser.JiffleParser
 
AttributeOpImage - Class in jaitools.media.jai
Abstract base class for operators that generate non-image attributes from a source image while passing source image pixels directly to destination pixels.
AttributeOpImage(RenderedImage, ROI) - Constructor for class jaitools.media.jai.AttributeOpImage
Constructor.

B

band(int) - Method in class jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given band.
BAND_REF - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
BAND_REF - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
BAND_REF - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
BAND_REF - Static variable in class jaitools.jiffle.parser.JiffleParser
 
BAND_REF - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
BAND_REF - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
BAND_REF - Static variable in class jaitools.jiffle.parser.TagVars
 
BAND_REF - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
bandSpecifier() - Method in class jaitools.jiffle.parser.CheckAssignments
 
bandSpecifier() - Method in class jaitools.jiffle.parser.JiffleParser
 
bandSpecifier() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
bandSpecifier() - Method in class jaitools.jiffle.parser.TagVars
 
bandSpecifier() - Method in class jaitools.jiffle.parser.TransformExpressions
 
baseClassName - Variable in class jaitools.jiffle.parser.AbstractSourceGenerator
The name of the base class for the runtime class.
BasicCacheVisitor - Class in jaitools.tilecache
A basic visitor class for DiskMemTileCache that can be used to examine cache contents.
BasicCacheVisitor() - Constructor for class jaitools.tilecache.BasicCacheVisitor
 
BasicCacheVisitor.Key - Enum in jaitools.tilecache
Defines keys to filter the tles visited
binaryExpression() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
BLOCK - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
block() - Method in class jaitools.jiffle.parser.CheckAssignments
 
BLOCK - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
BLOCK - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
BLOCK - Static variable in class jaitools.jiffle.parser.JiffleParser
 
block() - Method in class jaitools.jiffle.parser.JiffleParser
 
BLOCK - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
BLOCK - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
block() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
BLOCK - Static variable in class jaitools.jiffle.parser.TagVars
 
block() - Method in class jaitools.jiffle.parser.TagVars
 
BLOCK - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
block() - Method in class jaitools.jiffle.parser.TransformExpressions
 
blockStatement() - Method in class jaitools.jiffle.parser.CheckAssignments
 
blockStatement() - Method in class jaitools.jiffle.parser.JiffleParser
 
blockStatement() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
blockStatement() - Method in class jaitools.jiffle.parser.TagVars
 
blockStatement() - Method in class jaitools.jiffle.parser.TransformExpressions
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.TagVars
 
BOOLEAN_TYPE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
BREAKIF - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
BREAKIF - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
BREAKIF - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
BREAKIF - Static variable in class jaitools.jiffle.parser.JiffleParser
 
BREAKIF - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
BREAKIF - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
BREAKIF - Static variable in class jaitools.jiffle.parser.TagVars
 
BREAKIF - Static variable in class jaitools.jiffle.parser.TransformExpressions
 

C

cachedToDisk() - Method in class jaitools.tilecache.DiskCachedTile
Query if this tile has been cached to disk.
call() - Method in class jaitools.jiffle.runtime.JiffleExecutorTask
Called by the system to execute this task on a thread provided by the JiffleExecutor.
CHAR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
CHAR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
CHAR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
CHAR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
CHAR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
CHAR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
CHAR - Static variable in class jaitools.jiffle.parser.TagVars
 
CHAR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
CheckAssignments - Class in jaitools.jiffle.parser
Checks for valid use of image variables.
CheckAssignments(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.CheckAssignments
 
CheckAssignments(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.CheckAssignments
 
CheckAssignments(TreeNodeStream, MessageTable) - Constructor for class jaitools.jiffle.parser.CheckAssignments
 
CheckAssignments.assignmentOp_return - Class in jaitools.jiffle.parser
 
CheckAssignments.assignmentOp_return() - Constructor for class jaitools.jiffle.parser.CheckAssignments.assignmentOp_return
 
CheckAssignments.identifier_return - Class in jaitools.jiffle.parser
 
CheckAssignments.identifier_return() - Constructor for class jaitools.jiffle.parser.CheckAssignments.identifier_return
 
CheckAssignments.userVar_return - Class in jaitools.jiffle.parser
 
CheckAssignments.userVar_return() - Constructor for class jaitools.jiffle.parser.CheckAssignments.userVar_return
 
CheckFunctionCalls - Class in jaitools.jiffle.parser
Checks function calls in the primary AST.
CheckFunctionCalls(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.CheckFunctionCalls
 
CheckFunctionCalls(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.CheckFunctionCalls
 
CheckFunctionCalls(TreeNodeStream, MessageTable) - Constructor for class jaitools.jiffle.parser.CheckFunctionCalls
 
CHUNK_SIZE - Static variable in class jaitools.jiffle.runtime.IntegerStack
Initial size of stack and grow increment
className - Variable in class jaitools.jiffle.parser.AbstractSourceGenerator
The runtime class name.
clear() - Method in class jaitools.jiffle.JiffleBuilder
Clears all attributes in this builder.
clear() - Method in class jaitools.jiffle.parser.DeferredErrorReporter
 
clear() - Method in class jaitools.jiffle.parser.NullErrorReporter
 
clear() - Method in interface jaitools.jiffle.parser.ParsingErrorReporter
Clears all previous messages.
clear() - Method in class jaitools.jiffle.runtime.IntegerStack
Clear the stack.
clear() - Method in class jaitools.tilecache.BasicCacheVisitor
Clear collected tile data.
CLEAR_SIZE - Static variable in class jaitools.jiffle.runtime.IntegerStack
Stack size beyond which the data array will be shrunk when IntegerStack.clear() is called.
clearCache() - Static method in class jaitools.lookup.Lookup
Clear any cached lookups.
clearFilters() - Method in class jaitools.tilecache.BasicCacheVisitor
Clear all existing filter conditions
clearRect(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
clip(Shape) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
clipRect(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
clone() - Method in class jaitools.jts.CoordinateSequence2D
Creates a deep copy of this sequence.
CollectionFactory - Class in jaitools
Convenience methods to create generic collections following the DRY (Don't Repeat Yourself) principle.
CollectionFactory() - Constructor for class jaitools.CollectionFactory
 
COLON - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
COLON - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
COLON - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
COLON - Static variable in class jaitools.jiffle.parser.JiffleParser
 
COLON - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
COLON - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
COLON - Static variable in class jaitools.jiffle.parser.TagVars
 
COLON - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
COMMA - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
COMMA - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
COMMA - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
COMMA - Static variable in class jaitools.jiffle.parser.JiffleParser
 
COMMA - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
COMMA - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
COMMA - Static variable in class jaitools.jiffle.parser.TagVars
 
COMMA - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
COMMENT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
COMMENT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
COMMENT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
COMMENT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
COMMENT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
COMMENT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
COMMENT - Static variable in class jaitools.jiffle.parser.TagVars
 
COMMENT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
COMMON_SOURCE_TEMPLATES_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: common runtime source generation templates.
compare(Number, Number) - Static method in class jaitools.numeric.NumberOperations
Compares value n1 to value n2.
compare(Range<T>, Range<T>) - Method in class jaitools.numeric.RangeComparator
Compares two Range objects and return the RangeComparator.Result that describes the relationship between them from the point of view of the first Range
compare(CachedTile, CachedTile) - Method in class jaitools.tilecache.TileAccessTimeComparator
 
compareTo(FloodFiller.ScanSegment) - Method in class jaitools.imageutils.FloodFiller.ScanSegment
Compares this segment to another.
compExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
compile() - Method in class jaitools.jiffle.Jiffle
Compiles the script into Java source for the runtime class.
CompilerExitException - Exception in jaitools.jiffle.parser
Used by the Jiffle compiler to force early exit from one of its parsers.
CompilerExitException() - Constructor for exception jaitools.jiffle.parser.CompilerExitException
Default construct.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class jaitools.media.jai.kernelstats.KernelStatsOpImage
Calculates neighbourhood statistics for a specified rectangle
computeRect(Raster[], WritableRaster, Rectangle) - Method in class jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
Performs convolution on a specified rectangle.
computeRect(Raster[], WritableRaster, Rectangle) - Method in class jaitools.media.jai.rangelookup.RangeLookupOpImage
Do lookups for the specified destination rectangle
computesUniqueTiles() - Method in class jaitools.media.jai.AttributeOpImage
Always returns false since source and destination tiles are the same.
computeTile(int, int) - Method in class jaitools.media.jai.AttributeOpImage
Handles a request to compute image data for a given tile by simply passing a getTile request to the source image.
computeTile(int, int) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
 
computeTile(int, int) - Method in class jaitools.media.jai.vectorbinarize.VectorBinarizeOpImage
Returns the specified tile.
concatDL(double, List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Creates a new list by concatenating {2code x} and list.
concatLD(List, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Creates a new list by concatenating list and {2code x}.
concatLL(List, List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Creates a new list by concatenating two existing lists.
conditionalExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
conditionalLoop() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
CONSTANT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
CONSTANT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
CONSTANT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
CONSTANT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
CONSTANT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
CONSTANT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
CONSTANT - Static variable in class jaitools.jiffle.parser.TagVars
 
CONSTANT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
ConstantLookup - Class in jaitools.jiffle.parser
A lookup for named constants used by the Jiffle compiler.
ConstantLookup() - Constructor for class jaitools.jiffle.parser.ConstantLookup
 
consume() - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
 
contains(int, int) - Method in class jaitools.imageutils.FillResult
Checks if this region contains the given location.
contains(int, int) - Method in class jaitools.imageutils.FloodFiller.ScanSegment
Checks if the given location lies within this segment.
contains(Point) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given point.
contains(Point2D) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given point.
contains(int, int) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given image location.
contains(double, double) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given image location.
contains(Rectangle) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given rectangle.
contains(Rectangle2D) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given rectangle.
contains(int, int, int, int) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given rectangle.
contains(double, double, double, double) - Method in class jaitools.imageutils.ROIGeometry
Tests if this ROI contains the given rectangle.
contains(T) - Method in class jaitools.numeric.Range
Tests if this range contains the specified, non-null value.
containsResidentTile(RenderedImage, int, int) - Method in class jaitools.tilecache.DiskMemTileCache
Checks whether a given tile is in this cache's memory storage.
containsTile(RenderedImage, int, int) - Method in class jaitools.tilecache.DiskMemTileCache
Checks whether a given tile is in this cache.
CONTOUR_PROPERTY_NAME - Static variable in class jaitools.media.jai.contour.ContourDescriptor
 
ContourDescriptor - Class in jaitools.media.jai.contour
Describes the "Contour" operation in which contour lines are interpolated from values in a source image band.
ContourDescriptor() - Constructor for class jaitools.media.jai.contour.ContourDescriptor
 
ContourOpImage - Class in jaitools.media.jai.contour
Generates contours for user-specified levels of values in the source image.
ContourOpImage(RenderedImage, ROI, int, Collection<? extends Number>, Double, Collection<Object>, boolean, boolean, boolean) - Constructor for class jaitools.media.jai.contour.ContourOpImage
Constructor.
ContourRIF - Class in jaitools.media.jai.contour
The image factory for the Contour operator.
ContourRIF() - Constructor for class jaitools.media.jai.contour.ContourRIF
 
ContourSpi - Class in jaitools.media.jai.contour
OperationRegistrySpi implementation to register the "Contour" operation and its associated image factories.
ContourSpi() - Constructor for class jaitools.media.jai.contour.ContourSpi
Default constructor.
control - Variable in class jaitools.jts.AbstractSmoother
The current SmootherControl instance.
CoordinateSequence2D - Class in jaitools.jts
A lightweight implementation of JTS CoordinateSequence for 2D points.
CoordinateSequence2D(int) - Constructor for class jaitools.jts.CoordinateSequence2D
Creates a new CoordinateSequence2D object with the given size.
CoordinateSequence2D(double...) - Constructor for class jaitools.jts.CoordinateSequence2D
Creates a new CoordinateSequence2D object from a sequence of (x,y) pairs.
copyArea(int, int, int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.contour.ContourRIF
Creates a new instance of ContourOpImage in the rendered layer.
create(RenderedImage, Statistic[], KernelJAI, int, ROI, Boolean, Boolean, Boolean, Number, RenderingHints) - Static method in class jaitools.media.jai.kernelstats.KernelStatsDescriptor
Convenience method which constructs a ParameterBlockJAI and invokes JAI.create("kernelstats", params)
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.kernelstats.KernelStatsRIF
Create a new instance of KernelStatsOpImage in the rendered layer.
create(RenderedImage, KernelJAI, ROI, Boolean, Boolean, Number, int, RenderingHints) - Static method in class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constructs a ParameterBlockJAI and invokes JAI.create("maskedconvolve", params) .
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.maskedconvolve.MaskedConvolveRIF
Create a new instance of MaskedConvolveOpImage in the rendered layer.
create(RenderedImage, RangeLookupTable, RenderingHints) - Static method in class jaitools.media.jai.rangelookup.RangeLookupDescriptor
Convenience method which constructs a ParameterBlockJAI and invokes JAI.create("RangeLookup", params) .
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.rangelookup.RangeLookupRIF
Create a new instance of RangeLookupOpImage in the rendered layer.
create(RenderedImage, int, double, boolean, RenderingHints) - Static method in class jaitools.media.jai.regionalize.RegionalizeDescriptor
Convenience method which constructs a ParameterBlockJAI and invokes JAI.create("regionalize", params) .
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.regionalize.RegionalizeRIF
Create a new instance of RegionalizeOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.vectorbinarize.VectorBinarizeRIF
Creates a new instance of VectorBinarizeOpImage in the rendered layer.
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.vectorize.VectorizeRIF
Creates a new instance of VectorizeOpImage in the rendered layer.
create(RenderedImage, RenderedImage, Statistic[], Integer[], ROI, AffineTransform, List<Range<Double>>, RenderingHints) - Static method in class jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Convenience method which constructs a ParameterBlockJAI and invokes JAI.create("ZonalStats", params)
create(RenderedImage, RenderedImage, Statistic[], Integer[], ROI, AffineTransform, List<Range<Double>>, Range.Type, boolean, List<Range<Double>>, RenderingHints) - Static method in class jaitools.media.jai.zonalstats.ZonalStatsDescriptor
 
create(ParameterBlock, RenderingHints) - Method in class jaitools.media.jai.zonalstats.ZonalStatsRIF
Create a new instance of ZonalStatsOpImage in the rendered layer.
create(T, boolean, T, boolean) - Static method in class jaitools.numeric.Range
Static create method.
create(T, int...) - Static method in class jaitools.numeric.Range
Creates a Range instance that is a point (degenerate) interval.
create() - Method in class jaitools.tiledimage.DiskMemImageGraphics
Returns a copy of this object with its current settings
createAnnulus(int, int, KernelFactory.ValueType, float) - Static method in class jaitools.media.jai.kernel.KernelFactory
Creates a new KernelJAI object with an annular configuration (like a doughnut).
createCircle(int) - Static method in class jaitools.media.jai.kernel.KernelFactory
Create a new KernelJAI object with a circular configuration.
createCircle(int, KernelFactory.ValueType, float) - Static method in class jaitools.media.jai.kernel.KernelFactory
Creates a new KernelJAI object with a circular configuration.
createComplement(Range<T>) - Static method in class jaitools.numeric.RangeUtils
Creates the complement of a Range.
createComplement(Collection<Range<T>>) - Static method in class jaitools.numeric.RangeUtils
Creates the complement of the given list of Ranges.
createConstantImage(int, int, Number) - Static method in class jaitools.imageutils.ImageUtils
Creates a new TiledImage object with a single band of constant value.
createConstantImage(int, int, int, int, Number) - Static method in class jaitools.imageutils.ImageUtils
Creates a new TiledImage object with a single band of constant value.
createConstantImage(int, int, Number[]) - Static method in class jaitools.imageutils.ImageUtils
Creates a new TiledImage object with one or more bands of constant value.
createConstantImage(int, int, int, int, Number[]) - Static method in class jaitools.imageutils.ImageUtils
Creates a new TiledImage object with one or more bands of constant value.
createConstantImage(int, int, int, int, int, int, Number[]) - Static method in class jaitools.imageutils.ImageUtils
Creates a new TiledImage object with one or more bands of constant value.
createDisplayImage(RenderedImage, Map<Integer, Color>) - Static method in class jaitools.imageutils.ImageUtils
Creates a proxy RGB display image for the given data image.
createFromShape(Shape, AffineTransform, KernelFactory.ValueType, int, int, float) - Static method in class jaitools.media.jai.kernel.KernelFactory
Create a new KernelJAI object by rasterizing a shape.
createGraphics() - Method in class jaitools.tiledimage.DiskMemImage
Creates a Graphics2D object for drawing operations with this image.
createImageFromArray(Number[], int, int) - Static method in class jaitools.imageutils.ImageUtils
Creates a new single-band TiledImage with the provided values.
createRampColours(int) - Static method in class jaitools.imageutils.ImageUtils
Create a set of colours using a simple colour ramp algorithm in the HSB colour space.
createRampColours(int, float, float) - Static method in class jaitools.imageutils.ImageUtils
Create a set of colours using a simple colour ramp algorithm in the HSB colour space.
createRampColours(int, float, float, float, float) - Static method in class jaitools.imageutils.ImageUtils
Create a set of colours using a simple colour ramp algorithm in the HSB colour space.
createRectangle(int, int) - Static method in class jaitools.media.jai.kernel.KernelFactory
Creates a new KernelJAI object with a rectangular configuraton.
createRectangle(int, int, KernelFactory.ValueType, int, int, float) - Static method in class jaitools.media.jai.kernel.KernelFactory
Creates a new KernelJAI object with a rectangular configuration.
cubicBezier(Coordinate, Coordinate, Coordinate, Coordinate, int) - Method in class jaitools.jts.AbstractSmoother
Calculates vertices along a cubic Bazier curve given start point, end point and two control points.

D

DaemonThreadFactory - Class in jaitools
Simple ThreadFactory implementation to supply daemon threads with specified priority.
DaemonThreadFactory() - Constructor for class jaitools.DaemonThreadFactory
Creates a new factory which will supply daemon threads having normal priority.
DaemonThreadFactory(int) - Constructor for class jaitools.DaemonThreadFactory
Creates a new factory which will supply daemon threads to run at the specified priority.
DaemonThreadFactory(int, String) - Constructor for class jaitools.DaemonThreadFactory
Creates a new factory which will supply daemon threads to run at the specified priority.
dcomp(double, double) - Static method in class jaitools.numeric.DoubleComparison
Compares two values using the default tolerance.
dcomp(double, double, double) - Static method in class jaitools.numeric.DoubleComparison
Compares two values using the user-specified tolerance
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.JiffleParser
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.TagVars
 
DECLARED_LIST - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
DECR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
DECR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
DECR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
DECR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
DECR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
DECR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
DECR - Static variable in class jaitools.jiffle.parser.TagVars
 
DECR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
DEFAULT_AUTO_FLUSH_MEMORY_INTERVAL - Static variable in class jaitools.tilecache.DiskMemTileCache
The default minimum period (2.5 seconds) of cache inactivity that must elapse before memory-resident tiles are automatically flushed.
DEFAULT_COMMON_CACHE_SIZE - Static variable in class jaitools.tiledimage.DiskMemImage
The default memory capacity of the common tile cache in bytes (256 * 1024 * 1024 = 256 Mb)
DEFAULT_CONTROL - Variable in class jaitools.jts.AbstractSmoother
Default smoothing control.
DEFAULT_DIRECT_BASE_CLASS - Static variable in class jaitools.jiffle.JiffleProperties
Default base class for direct runtime classes.
DEFAULT_DOUBLE_TOL - Static variable in class jaitools.numeric.NumberOperations
 
DEFAULT_FLOAT_TOL - Static variable in class jaitools.numeric.NumberOperations
Default tolerance for float comparisons.
DEFAULT_INDIRECT_BASE_CLASS - Static variable in class jaitools.jiffle.JiffleProperties
Default base class for indirect runtime classes.
DEFAULT_MEMORY_CAPACITY - Static variable in class jaitools.tilecache.DiskMemTileCache
The default memory capacity in bytes (64 * 2^20 = 64Mb)
DEFAULT_MEMORY_THRESHOLD - Static variable in class jaitools.tilecache.DiskMemTileCache
The default memory threshold value (0.75)
DEFAULT_NIL_VALUE - Static variable in class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Default value for nilValue parameter (0)
DEFAULT_POLLING_INTERVAL - Static variable in class jaitools.jiffle.runtime.JiffleExecutor
The default interval for polling tasks to check for completion (20 mS)
DEFAULT_TILE_POLLING_INTERVAL - Static variable in class jaitools.tilecache.DiskMemTileCache
The default interval (2 seconds) for polling each tile to check if its owning image has been garbage collected.
DeferredErrorReporter - Class in jaitools.jiffle.parser
Used by the Jiffle compiler to accumulate ANTLR parsing error messages.
DeferredErrorReporter() - Constructor for class jaitools.jiffle.parser.DeferredErrorReporter
 
degToRad(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Converts an angle in degrees to radians.
deleteDiskCopy() - Method in class jaitools.tilecache.DiskCachedTile
Delete this tile's disk cache file
delimitedStatement() - Method in class jaitools.jiffle.parser.JiffleParser
 
dequal(double, double) - Static method in class jaitools.numeric.DoubleComparison
Tests if two double values are equal within the default tolerance.
dequal(double, double, double) - Static method in class jaitools.numeric.DoubleComparison
Tests if two double values are equal within the specified tolerance.
dest(String, Rectangle) - Method in class jaitools.jiffle.JiffleBuilder
Creates a new destination image and associates it with a variable name in the script.
dest(String, int, int) - Method in class jaitools.jiffle.JiffleBuilder
Creates a new destination image and associates it with a variable name in the script.
dest(String, int, int, int, int) - Method in class jaitools.jiffle.JiffleBuilder
Creates a new destination image and associates it with a variable name in the script.
dest(String, WritableRenderedImage) - Method in class jaitools.jiffle.JiffleBuilder
Sets a destination image associated with a variable name in the script.
dfa10 - Variable in class jaitools.jiffle.parser.JiffleParser
 
dfa14 - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
dfa21 - Variable in class jaitools.jiffle.parser.JiffleLexer
 
Digit - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
Digit - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
Digit - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
Digit - Static variable in class jaitools.jiffle.parser.JiffleParser
 
Digit - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
Digit - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
Digit - Static variable in class jaitools.jiffle.parser.TagVars
 
Digit - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
DIRECT_BASE_CLASS_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: direct runtime base class name.
DIRECT_CLASS_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: direct runtime class name.
DIRECT_SOURCE_TEMPLATES_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: direct runtime source generation templates.
DiskCachedTile - Class in jaitools.tilecache
A managed tile class for DiskMemTileCache.
DiskCachedTile.TileAction - Enum in jaitools.tilecache
 
DiskCacheFailedException - Exception in jaitools.tilecache
Exception thrown when by (@code DiskMemTileCache} when a an attempt to cache a tile to disk has failed.
DiskCacheFailedException(RenderedImage, int, int) - Constructor for exception jaitools.tilecache.DiskCacheFailedException
 
DiskMemCacheException - Exception in jaitools.tilecache
Base exception class for DiskMemTileCache errors.
DiskMemCacheException(RenderedImage, int, int, String) - Constructor for exception jaitools.tilecache.DiskMemCacheException
 
DiskMemImage - Class in jaitools.tiledimage
A tiled image class similar to JAI's standard TiledImage that uses a DiskMemTileCache to manage its data.
DiskMemImage(int, int, SampleModel) - Constructor for class jaitools.tiledimage.DiskMemImage
Creates a new image with default values for origin (0, 0), x and y tile offsets (0) and ColorModel (null).
DiskMemImage(int, int, SampleModel, ColorModel) - Constructor for class jaitools.tiledimage.DiskMemImage
Creates a new image with default values for origin (0, 0) and tile offsets (0).
DiskMemImage(int, int, int, int, SampleModel) - Constructor for class jaitools.tiledimage.DiskMemImage
Creates a new image with default values for tile offsets (0) and ColorModel (null)
DiskMemImage(int, int, int, int, int, int, SampleModel) - Constructor for class jaitools.tiledimage.DiskMemImage
Creates a new image.
DiskMemImage(int, int, int, int, int, int, SampleModel, ColorModel) - Constructor for class jaitools.tiledimage.DiskMemImage
Creates a new image.
DiskMemImageGraphics - Class in jaitools.tiledimage
A Graphics class for drawing into a DiskMemImage.
DiskMemImageGraphics.OpType - Enum in jaitools.tiledimage
Constants and associated data for graphics operations
DiskMemImageGraphics.PaintMode - Enum in jaitools.tiledimage
Constants for paint mode: PAINT or XOR.
DiskMemTileCache - Class in jaitools.tilecache
This class implements JAI TileCache.
DiskMemTileCache() - Constructor for class jaitools.tilecache.DiskMemTileCache
Creates a new cache with all parameters set to their default values.
DiskMemTileCache(Map<String, Object>) - Constructor for class jaitools.tilecache.DiskMemTileCache
Creates a new cache.
DiskMemTileCacheVisitor - Interface in jaitools.tilecache
A visitor to collect information about tiles in a DiskMemTileCache.
dispose() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
DIV - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
DIV - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
DIV - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
DIV - Static variable in class jaitools.jiffle.parser.JiffleParser
 
DIV - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
DIV - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
DIV - Static variable in class jaitools.jiffle.parser.TagVars
 
DIV - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
DIVEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
DIVEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
DIVEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
DIVEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
DIVEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
DIVEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
DIVEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
DIVEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
divide(Number, Number) - Static method in class jaitools.numeric.NumberOperations
Calculates n2 / n1.
Dot - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
Dot - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
Dot - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
Dot - Static variable in class jaitools.jiffle.parser.JiffleParser
 
Dot - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
Dot - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
Dot - Static variable in class jaitools.jiffle.parser.TagVars
 
Dot - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.TagVars
 
DOUBLE_TYPE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
DoubleComparison - Class in jaitools.numeric
Provides static method to compare double values with either a default or specified tolerance.
DoubleComparison() - Constructor for class jaitools.numeric.DoubleComparison
 
doubleValue(Number) - Static method in class jaitools.numeric.NumberOperations
Safely convert the argument to a double value.
draw(Shape) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawArc(int, int, int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawGlyphVector(GlyphVector, float, float) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, int, int, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawLine(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawOval(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawPolygon(int[], int[], int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawPolyline(int[], int[], int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawString(String, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawString(String, float, float) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
drawString(AttributedCharacterIterator, float, float) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
dropLevel() - Method in class jaitools.jiffle.parser.SymbolScopeStack
Drops (ie.
dzero(double) - Static method in class jaitools.numeric.DoubleComparison
Tests if the given value is 0 within the default tolerance.
dzero(double, double) - Static method in class jaitools.numeric.DoubleComparison
Tests if the given value is 0 within the user-specified tolerance.

E

emitErrorMessage(String) - Method in class jaitools.jiffle.parser.ErrorHandlingTreeParser
Overrides the ANTLR parser method to capture an error message that would otherwise be sent to std err.
EOF - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
EOF - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
EOF - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
EOF - Static variable in class jaitools.jiffle.parser.JiffleParser
 
EOF - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
EOF - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
EOF - Static variable in class jaitools.jiffle.parser.TagVars
 
EOF - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
EQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
EQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
EQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
EQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
EQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
EQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
EQ - Static variable in class jaitools.jiffle.parser.TagVars
 
EQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
EQ(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is equal to y.
EQ - Static variable in class jaitools.numeric.RangeComparator
Constant for "equal to".
eqExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
equals(Object) - Method in class jaitools.jiffle.parser.Symbol
 
equals(Object) - Method in class jaitools.media.jai.rangelookup.LookupItem
 
equals(Object) - Method in class jaitools.numeric.Range
Tests for equality with another range.
ErrorHandlingTreeParser - Class in jaitools.jiffle.parser
A base class for Jiffle tree parsers that want to intercept ANTLR error and warning messages.
ErrorHandlingTreeParser(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.ErrorHandlingTreeParser
Constructor.
ErrorHandlingTreeParser(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.ErrorHandlingTreeParser
Constructor.
errorReporter - Variable in class jaitools.jiffle.parser.ErrorHandlingTreeParser
Stores error and warning messages.
ESC_SEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
ESC_SEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
evaluate(int, int) - Method in interface jaitools.jiffle.runtime.JiffleDirectRuntime
Evaluates the script for the given image location and writes the result to the destination image(s).
evaluate(int, int) - Method in interface jaitools.jiffle.runtime.JiffleIndirectRuntime
Evaluates the script for the given image location.
evaluateAll(JiffleProgressListener) - Method in class jaitools.jiffle.runtime.AbstractDirectRuntime
Evaluates the script for all locations in the destination image(s).
evaluateAll(JiffleProgressListener) - Method in interface jaitools.jiffle.runtime.JiffleDirectRuntime
Evaluates the script for all locations in the destination image(s).
ExactMedianProcessor - Class in jaitools.numeric
Processor for the exact median Statistic.MEDIAN.
ExactMedianProcessor() - Constructor for class jaitools.numeric.ExactMedianProcessor
 
exclusiveOr(ROI) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
expand(FillResult) - Method in class jaitools.imageutils.FillResult
Merges the given region into this region.
expandEnvelope(Envelope) - Method in class jaitools.jts.CoordinateSequence2D
Returns an envelope which contains env and all points in this sequence.
EXPR_LIST - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.JiffleParser
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.TagVars
 
EXPR_LIST - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
expression() - Method in class jaitools.jiffle.parser.CheckAssignments
 
expression() - Method in class jaitools.jiffle.parser.JiffleParser
 
expression() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
expression() - Method in class jaitools.jiffle.parser.TagVars
 
expression() - Method in class jaitools.jiffle.parser.TransformExpressions
 
expressionList() - Method in class jaitools.jiffle.parser.CheckAssignments
 
expressionList() - Method in class jaitools.jiffle.parser.CheckFunctionCalls
 
expressionList() - Method in class jaitools.jiffle.parser.JiffleParser
 
expressionList() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
expressionList() - Method in class jaitools.jiffle.parser.TagVars
 
expressionList() - Method in class jaitools.jiffle.parser.TransformExpressions
 
extend(WritableRaster, PlanarImage) - Method in class jaitools.imageutils.RandomBorderExtender
 
extend(WritableRaster, PlanarImage) - Method in class jaitools.imageutils.SamplingBorderExtender
 
ExtremaProcessor - Class in jaitools.numeric
Processor for extrema Statistics: MIN, MAX and RANGE.
ExtremaProcessor() - Constructor for class jaitools.numeric.ExtremaProcessor
 

F

Factory - Class in jaitools
Abstract base class for jai-tools object factories.
Factory() - Constructor for class jaitools.Factory
Protected-access constructor.
FALSE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FALSE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FALSE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
FALSE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FALSE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FALSE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FALSE - Static variable in class jaitools.jiffle.parser.TagVars
 
FALSE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FILE_PREFIX - Static variable in class jaitools.tilecache.DiskCachedTile
The prefix used for temporary cache files data
FILE_SUFFIX - Static variable in class jaitools.tilecache.DiskCachedTile
The suffix used for temporary cache files
fill(int, int, int) - Method in class jaitools.imageutils.FloodFiller
Fills the region connected to the specified start pixel.
fill(int, int, int, double) - Method in class jaitools.imageutils.FloodFiller
Fills the region connected to the specified start pixel.
fill(Shape) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
fillArc(int, int, int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
fillOval(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
fillPolygon(int[], int[], int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
fillRadius(int, int, int, double) - Method in class jaitools.imageutils.FloodFiller
Fills the region connected to the specified start pixel and lying within radius pixels of the start pixel.
fillRadius(int, int, int, double, double) - Method in class jaitools.imageutils.FloodFiller
Fills the region connected to the specified start pixel and lying within radius pixels of the start pixel.
fillRect(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
FillResult - Class in jaitools.imageutils
This class is used by the RegionalizeOpImage and FloodFiller to record data describing an image region that has just been flood-filled.
FillResult(int, double, List<FloodFiller.ScanSegment>) - Constructor for class jaitools.imageutils.FillResult
Constructor.
fillRoundRect(int, int, int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
FILTER_DELETE - Static variable in class jaitools.media.jai.vectorize.VectorizeDescriptor
Filter small polygons by simple deletion.
FILTER_MERGE_LARGEST - Static variable in class jaitools.media.jai.vectorize.VectorizeDescriptor
Filter small polygons by merging each with its largest (area) neighbour.
FILTER_MERGE_RANDOM - Static variable in class jaitools.media.jai.vectorize.VectorizeDescriptor
Filter small polygons by merging each with a randomly chosen neighbour.
findSymbol(String) - Method in class jaitools.jiffle.parser.SymbolScopeStack
Gets the first symbol found with the given name.
findSymbolNamed(String) - Method in class jaitools.jiffle.parser.SymbolScope
Gets the symbol with the given name if one exists.
finish() - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the runtime object when the task finishes.
finish() - Method in class jaitools.jiffle.runtime.NullProgressListener
 
fixForOSX() - Static method in class jaitools.JAITools
Checks if we are running on OSX and, if we are, turns off the broken native acceleration so that operators work properly with float and double type images
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.TagVars
 
FLOAT_LITERAL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.TagVars
 
FLOAT_TYPE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FloatExp - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FloatExp - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FloatExp - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
FloatExp - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FloatExp - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FloatExp - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FloatExp - Static variable in class jaitools.jiffle.parser.TagVars
 
FloatExp - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
floatValue(Number) - Static method in class jaitools.numeric.NumberOperations
Safely convert the argument to a float value.
FloodFiller - Class in jaitools.imageutils
A flood-filling algorithm to use with rasters.
FloodFiller(RenderedImage, int, WritableRenderedImage, int, double, boolean) - Constructor for class jaitools.imageutils.FloodFiller
Create a FloodFiller to work with the given source image
FloodFiller.ScanSegment - Class in jaitools.imageutils
Records a segment of contiguous pixels in a single row that will become part of a filled region.
FloodFiller.ScanSegment(int, int, int) - Constructor for class jaitools.imageutils.FloodFiller.ScanSegment
Creates a new segment.
flush() - Method in class jaitools.tilecache.DiskMemTileCache
Removes ALL tiles from the cache: all resident tiles will be removed from memory and all files for disk-cached tiles will be discarded.
flushMemory() - Method in class jaitools.tilecache.DiskMemTileCache
Removes all resident tiles from memory.
FOLLOW_ABS_POS_in_pixelPos2076 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_ABS_POS_in_pixelPos2089 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_ABS_POS_in_pixelPos2355 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_ABS_POS_in_pixelPos3887 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ABS_POS_PREFIX_in_pixelPos2593 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_addExpression_in_compExpression1659 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_addExpression_in_compExpression1682 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_AND_in_andExpression1583 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_AND_in_binaryExpression2843 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_andExpression_in_xorExpression1544 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_andExpression_in_xorExpression1550 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_APPEND_in_expression1292 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_APPEND_in_listOperation1340 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_APPEND_in_listOperation1486 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_APPEND_in_listOperation1532 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_APPEND_in_listOperation2375 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_args_in_expression1097 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_arguments_in_identifiedAtom2277 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_arithmeticOp_in_binaryExpression3291 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_arithmeticOp_in_expression1124 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_arithmeticOp_in_expression1211 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_arithmeticOp_in_scalarExpression1339 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_assignmentExpression_in_statement314 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_assignmentExpression_in_statement314 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_assignmentExpression_in_statement438 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_assignmentExpression_in_statement734 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_assignmentOp_in_assignmentExpression1237 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_assignmentOp_in_assignmentExpression648 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_assignmentOp_in_assignmentExpression650 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_assignmentOp_in_assignmentExpression780 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_assignmentOp_in_scalarAssignment1001 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_atom_in_primaryExpression2059 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_BAND_REF_in_bandSpecifier2039 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_BAND_REF_in_bandSpecifier2052 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_BAND_REF_in_bandSpecifier2318 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_BAND_REF_in_bandSpecifier3783 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_bandSpecifier_in_expression1072 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_bandSpecifier_in_expression1159 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_bandSpecifier_in_imagePos2433 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_bandSpecifier_in_imagePos2475 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_bandSpecifier_in_imagePos3712 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_bandSpecifier_in_scalarExpression1287 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_bandSpecifier_in_synpred3_Jiffle2433 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_binaryExpression_in_expression2005 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_BLOCK_in_block207 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_BLOCK_in_block207 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_BLOCK_in_block331 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_BLOCK_in_block521 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_block_in_statement294 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_block_in_statement294 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_block_in_statement418 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_block_in_statement677 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_block_in_statement691 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_blockStatement_in_block209 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_blockStatement_in_block209 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_blockStatement_in_block333 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_blockStatement_in_block525 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_blockStatement_in_block586 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_BREAKIF_in_blockStatement259 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_BREAKIF_in_blockStatement259 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_BREAKIF_in_blockStatement383 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_BREAKIF_in_blockStatement604 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_BREAKIF_in_blockStatement645 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_COLON_in_conditionalExpression1474 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_COLON_in_sequence1124 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_COMMA_in_expressionList1071 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_COMMA_in_pixelSpecifier2506 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_compExpression_in_eqExpression1617 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_compExpression_in_eqExpression1630 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_conditionalExpression_in_expression1270 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_conditionalLoop_in_loop1285 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_CONSTANT_in_expression1418 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_CONSTANT_in_expression2317 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_CONSTANT_in_identifier873 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_CONSTANT_in_optionValue373 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_DECLARED_LIST_in_foreachLoop1523 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_DECLARED_LIST_in_listLiteral1376 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_DECLARED_LIST_in_listLiteral1540 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_DECLARED_LIST_in_listLiteral1568 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_DECLARED_LIST_in_listLiteral2442 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_DECR_in_incdecOp4116 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_delimitedStatement_in_statement711 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_DIV_in_multExpression1763 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_EOF_in_prog275 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_EQ_in_listAssignment1090 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_EQ_in_option397 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_EQ_in_varDeclaration534 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_eqExpression_in_andExpression1580 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_eqExpression_in_andExpression1586 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_EXPR_LIST_in_expressionList167 - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FOLLOW_EXPR_LIST_in_expressionList573 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_EXPR_LIST_in_expressionList603 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_EXPR_LIST_in_expressionList733 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_EXPR_LIST_in_expressionList926 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_assignmentExpression1240 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_assignmentExpression652 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_assignmentExpression654 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_assignmentExpression784 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_atom2158 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_bandSpecifier2041 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_bandSpecifier2054 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_bandSpecifier2320 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_bandSpecifier2550 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_bandSpecifier3785 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2674 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2678 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2719 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2723 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2783 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2787 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2847 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2851 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2911 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2915 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2975 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression2979 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3039 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3043 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3103 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3107 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3167 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3171 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3231 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3235 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3295 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_binaryExpression3299 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_blockStatement261 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_blockStatement261 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_blockStatement385 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_blockStatement606 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_blockStatement649 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_conditionalExpression1472 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_conditionalExpression1477 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_conditionalLoop1360 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_conditionalLoop1404 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_delimitedStatement920 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_expression1046 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1100 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1102 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1103 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1105 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1107 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1126 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1128 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1133 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1152 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1154 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1180 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1187 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1189 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1206 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1213 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1215 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1230 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression1239 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1241 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1267 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1293 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression1295 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_expression1317 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expression2037 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_expression2097 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_expression2140 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_expression2181 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_expression948 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression952 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expression956 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expressionList1068 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_expressionList1073 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_expressionList578 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_expressionList605 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_expressionList735 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_expressionList929 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_foreachLoop1797 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_foreachLoop1801 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_imageWrite843 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_listAssignment1096 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_listOperation1344 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_listOperation1490 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_listOperation1536 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_listOperation2379 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_loopCondition442 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_loopCondition495 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_loopCondition625 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_loopSet479 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_loopSet481 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_loopSet532 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_loopSet534 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_loopSet662 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_loopSet664 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_pixelPos2078 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_pixelPos2091 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_pixelPos2102 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_pixelPos2115 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_pixelPos2357 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_pixelPos2381 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_pixelPos2595 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_pixelPos2623 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_pixelPos3889 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_pixelPos3917 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_scalarAssignment1007 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_scalarExpression1257 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1259 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1261 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1315 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1317 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1341 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1343 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1367 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1369 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1395 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1421 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_scalarExpression1445 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_sequence1122 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_sequence1128 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expression_in_simpleStatement803 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_statement406 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expression_in_statement414 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_statement530 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_varDeclaration169 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expression_in_varDeclaration230 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expression_in_varDeclaration409 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expression_in_varDeclaration536 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expressionList_in_args1503 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expressionList_in_arguments2374 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expressionList_in_expression1020 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expressionList_in_expression1055 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expressionList_in_expression1079 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expressionList_in_expression1891 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expressionList_in_expression1949 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expressionList_in_expression829 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expressionList_in_foreachLoop1527 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expressionList_in_functionCall97 - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FOLLOW_expressionList_in_ifCall1181 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expressionList_in_listLiteral1378 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_expressionList_in_listLiteral1542 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_expressionList_in_listLiteral1570 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_expressionList_in_listLiteral2446 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_expressionList_in_listLiteral2777 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_expressionList_in_scalarExpression1233 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_FALSE_in_literal2481 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_FLOAT_LITERAL_in_literal2436 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_FLOAT_LITERAL_in_literal3668 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_FOREACH_in_foreachLoop1475 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_FOREACH_in_foreachLoop1596 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_FOREACH_in_foreachLoop1745 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_FOREACH_in_foreachLoop458 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_FOREACH_in_foreachLoop588 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_FOREACH_in_statement387 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_FOREACH_in_statement833 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_foreachLoop_in_loop1309 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_foreachLoop_in_statement386 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_foreachLoop_in_statement510 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_FUNC_CALL_in_expression1051 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_FUNC_CALL_in_expression1093 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_FUNC_CALL_in_expression1885 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_FUNC_CALL_in_expression825 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_FUNC_CALL_in_functionCall93 - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FOLLOW_functionCall_in_topdown71 - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FOLLOW_GE_in_binaryExpression3099 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_GE_in_compExpression1668 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_GT_in_binaryExpression3035 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_GT_in_compExpression1663 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_assignmentExpression1235 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_expression1053 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_ID_in_expression1095 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_ID_in_expression1290 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_expression1887 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ID_in_expression827 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_ID_in_foreachLoop1477 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ID_in_foreachLoop1598 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ID_in_foreachLoop1747 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ID_in_foreachLoop460 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_ID_in_foreachLoop590 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_ID_in_functionCall95 - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FOLLOW_ID_in_identifiedAtom2275 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_identifiedAtom2307 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_identifiedAtom2339 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_identifier1617 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_ID_in_jiffleOption114 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_ID_in_jiffleOption116 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_ID_in_jiffleOption145 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_ID_in_jiffleOption260 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ID_in_loopSet1040 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_option395 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_optionValue181 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_ID_in_optionValue329 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_ID_in_optionValue441 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_statement389 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_ID_in_statement837 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ID_in_varDeclaration228 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_ID_in_varDeclaration532 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_identifiedAtom_in_atom2248 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_identifier_in_assignmentExpression650 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_identifier_in_assignmentExpression652 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_identifier_in_assignmentExpression782 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_identifier_in_expression1044 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_identifier_in_expression1070 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_identifier_in_expression1186 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_identifier_in_expression1311 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_identifier_in_listOperation1534 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_identifier_in_loopSet705 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_identifier_in_optionValue178 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_identifier_in_scalarExpression1285 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_IF_CALL_in_expression1018 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_IF_CALL_in_expression1077 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_IF_CALL_in_expression1945 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_IF_CALL_in_scalarExpression1231 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_IF_in_ifCall1177 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_ifCall_in_atom2228 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_IMAGE_POS_in_expression1068 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_IMAGE_POS_in_expression1155 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_IMAGE_POS_in_imagePos3706 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_IMAGE_POS_in_scalarExpression1283 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_IMAGE_SCOPE_VAR_DECL_in_varDeclaration147 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_IMAGE_SCOPE_VAR_DECL_in_varDeclaration163 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_IMAGE_SCOPE_VAR_DECL_in_varDeclaration226 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_IMAGE_SCOPE_VAR_DECL_in_varDeclaration403 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_IMAGE_WRITE_in_expression1042 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_IMAGE_WRITE_in_expression1129 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_IMAGE_WRITE_in_imageWrite839 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_imagePos_in_expression1980 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_imagePos_in_identifiedAtom2309 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_imageVar_in_expression1398 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_imageVar_in_identifier833 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_imageWrite_in_simpleStatement707 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_IN_in_statement839 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_incdecOp_in_expression1204 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_incdecOp_in_expression1291 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_incdecOp_in_postfixOp4055 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_incdecOp_in_prefixOp1924 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_incdecOp_in_prefixOp1925 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_incdecOp_in_prefixOp1937 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_incdecOp_in_prefixOp2203 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_incdecOp_in_prefixOp4018 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_incdecOp_in_primaryExpression2062 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_incdecOp_in_scalarExpression1419 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_INCR_in_incdecOp4092 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_INIT_in_initBlock493 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_initBlock_in_prog269 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_INT_LITERAL_in_literal2416 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_INT_LITERAL_in_literal3644 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_JIFFLE_OPTION_in_jiffleOption112 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_JIFFLE_OPTION_in_jiffleOption114 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_JIFFLE_OPTION_in_jiffleOption131 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_JIFFLE_OPTION_in_jiffleOption143 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_JIFFLE_OPTION_in_jiffleOption258 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_jiffleOption_in_generate105 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_jiffleOption_in_start106 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_jiffleOption_in_start77 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_jiffleOption_in_start94 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_jiffleOption_in_topdown82 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_LCURLY_in_block584 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LCURLY_in_initBlock495 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LCURLY_in_optionsBlock351 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LE_in_binaryExpression3227 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_LE_in_compExpression1673 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_listAssignment_in_simpleStatement755 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_listLiteral_in_atom2208 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_listLiteral_in_expression1142 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_listLiteral_in_expression1271 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_listLiteral_in_expression1358 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_listLiteral_in_expression2237 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_listLiteral_in_loopSet1000 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_listLiteral_in_loopSet502 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_listLiteral_in_loopSet555 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_listLiteral_in_loopSet685 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_listLiteral_in_synpred1_Jiffle1000 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_listOperation_in_expression1120 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_listOperation_in_expression1251 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_listOperation_in_expression1338 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_listOperation_in_expression2212 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_literal_in_atom2188 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_literal_in_expression1291 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_literal_in_expression1378 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_literal_in_expression2342 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_literal_in_optionValue198 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_literal_in_optionValue203 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_literal_in_optionValue351 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_literal_in_optionValue461 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_literal_in_scalarExpression1466 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_LOGICALEQ_in_binaryExpression2907 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_LOGICALEQ_in_eqExpression1621 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_logicalOp_in_expression1098 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_logicalOp_in_expression1185 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_logicalOp_in_scalarExpression1313 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_loop_in_simpleStatement779 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_loopCondition_in_statement337 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_loopCondition_in_statement337 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_loopCondition_in_statement363 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_loopCondition_in_statement363 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_loopCondition_in_statement461 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_loopCondition_in_statement487 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_loopCondition_in_statement761 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_loopCondition_in_statement799 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_loopSet_in_foreachLoop464 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_loopSet_in_foreachLoop594 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_loopSet_in_statement391 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_loopSet_in_statement841 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_arguments2371 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_atom2156 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_blockStatement647 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_ifCall1179 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_statement759 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_statement797 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LPAR_in_statement835 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LSQUARE_in_bandSpecifier2548 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LSQUARE_in_listLiteral2775 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LSQUARE_in_pixelSpecifier2502 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_LT_in_binaryExpression3163 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_LT_in_compExpression1678 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_MINUS_in_addExpression1721 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_MINUS_in_prefixOp1884 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_MINUS_in_prefixOp1885 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_MINUS_in_prefixOp1897 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_MINUS_in_prefixOp2163 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_MINUS_in_prefixOp3994 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_MOD_in_multExpression1768 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_multExpression_in_addExpression1712 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_multExpression_in_addExpression1725 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_NE_in_binaryExpression2971 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_NE_in_eqExpression1626 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_NOT_in_expression2033 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_NOT_in_prefixOp1904 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_NOT_in_prefixOp1905 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_NOT_in_prefixOp1917 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_NOT_in_prefixOp2183 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_NULL_in_literal2506 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_option_in_optionsBlock353 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_OPTIONS_in_optionsBlock349 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_optionsBlock_in_prog266 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_optionValue_in_jiffleOption116 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_optionValue_in_jiffleOption147 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_optionValue_in_jiffleOption262 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_optionValue_in_option399 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_OR_in_binaryExpression2715 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_OR_in_orExpression1511 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_orExpression_in_conditionalExpression1466 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_orExpression_in_loopCondition948 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_PAR_in_expression1228 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_PAR_in_expression1315 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_PAR_in_expression2177 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_PAR_in_scalarExpression1443 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_PIXEL_REF_in_pixelSpecifier2005 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_PIXEL_REF_in_pixelSpecifier2018 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_PIXEL_REF_in_pixelSpecifier2284 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_PIXEL_REF_in_pixelSpecifier3818 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_pixelPos_in_pixelSpecifier2007 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_pixelPos_in_pixelSpecifier2009 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_pixelPos_in_pixelSpecifier2020 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_pixelPos_in_pixelSpecifier2022 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_pixelPos_in_pixelSpecifier2286 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_pixelPos_in_pixelSpecifier2288 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_pixelPos_in_pixelSpecifier2504 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_pixelPos_in_pixelSpecifier2508 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_pixelPos_in_pixelSpecifier3822 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_pixelPos_in_pixelSpecifier3827 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_pixelSpecifier_in_expression1075 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_pixelSpecifier_in_expression1162 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_pixelSpecifier_in_imagePos2435 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_pixelSpecifier_in_imagePos2455 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_pixelSpecifier_in_imagePos3717 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_pixelSpecifier_in_scalarExpression1290 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_pixelSpecifier_in_synpred3_Jiffle2435 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_pixelSpecifier_in_synpred4_Jiffle2455 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_PLUS_in_addExpression1716 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_PLUS_in_prefixOp1864 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_PLUS_in_prefixOp1865 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_PLUS_in_prefixOp1877 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_PLUS_in_prefixOp2143 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_PLUS_in_prefixOp3970 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_POSTFIX_in_expression1202 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_POSTFIX_in_expression1289 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_POSTFIX_in_expression2134 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_POSTFIX_in_scalarExpression1417 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_postfixOp_in_expression2136 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_POW_in_binaryExpression2670 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_POW_in_expression1150 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_POW_in_expression1237 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_POW_in_powerExpression2007 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_POW_in_scalarExpression1365 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_powerExpression_in_unaryExpression1832 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_PREFIX_in_expression1176 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_PREFIX_in_expression1263 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_PREFIX_in_expression2031 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_PREFIX_in_expression2091 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_PREFIX_in_scalarExpression1391 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_prefixOp_in_expression1178 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_prefixOp_in_expression1265 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_prefixOp_in_expression2093 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_prefixOp_in_scalarExpression1393 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_prefixOp_in_unaryExpression1800 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_primaryExpression_in_powerExpression2004 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_primaryExpression_in_powerExpression2010 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_QUESTION_in_conditionalExpression1469 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_QUESTION_in_expression1101 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_QUESTION_in_expression944 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_QUESTION_in_scalarExpression1255 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_RCURLY_in_block589 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RCURLY_in_initBlock500 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RCURLY_in_optionsBlock356 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_REL_POS_in_pixelPos2100 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_REL_POS_in_pixelPos2113 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_REL_POS_in_pixelPos2379 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_REL_POS_in_pixelPos3915 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_RPAR_in_arguments2376 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RPAR_in_atom2160 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RPAR_in_blockStatement651 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RPAR_in_ifCall1183 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RPAR_in_statement763 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RPAR_in_statement801 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RPAR_in_statement843 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RSQUARE_in_bandSpecifier2552 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RSQUARE_in_listLiteral2779 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_RSQUARE_in_pixelSpecifier2510 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_scalar_in_scalarAssignment1005 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_scalarAssignment_in_simpleStatement731 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_scalarExpression_in_expression1164 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_SEMI_in_option401 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_SEMI_in_statement713 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_SEMI_in_statement736 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_SEMI_in_statement877 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_SEMI_in_varDeclaration538 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_SEQUENCE_in_foreachLoop1793 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_sequence_in_loopSet1020 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_SEQUENCE_in_loopSet477 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_SEQUENCE_in_loopSet530 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_SEQUENCE_in_loopSet660 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_sequence_in_synpred2_Jiffle1020 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_set_in_arithmeticOp0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_arithmeticOp0 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_set_in_arithmeticOp0 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_set_in_arithmeticOp0 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_set_in_assignmentOp0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_assignmentOp0 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_set_in_assignmentOp0 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_set_in_assignmentOp0 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_set_in_assignmentOp0 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_set_in_identifier0 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_set_in_imageVar0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_incdecOp0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_incdecOp0 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_set_in_incdecOp0 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_set_in_incdecOp0 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_set_in_literal0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_literal0 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_set_in_literal0 - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOLLOW_set_in_literal0 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_set_in_logicalOp0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_logicalOp0 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_set_in_logicalOp0 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_set_in_userVar0 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_set_in_var0 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_simpleStatement_in_statement648 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_blockStatement238 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_statement_in_blockStatement238 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_statement_in_blockStatement362 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_statement_in_blockStatement579 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_blockStatement625 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_statement_in_conditionalLoop1364 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_conditionalLoop1408 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_foreachLoop1532 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_foreachLoop1647 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_foreachLoop1806 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_foreachLoop466 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_statement_in_foreachLoop596 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_statement_in_generate115 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_statement_in_prog272 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_statement_in_start100 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_statement_in_start112 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_statement_in_start83 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_statement_in_statement339 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_statement_in_statement339 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_statement_in_statement365 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_statement_in_statement365 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_statement_in_statement393 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_statement_in_statement463 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_statement_in_statement489 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_statement_in_statement765 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_statement_in_statement803 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_statement_in_statement845 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_TIMES_in_multExpression1758 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_TRUE_in_literal2456 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_unaryExpression_in_multExpression1754 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_unaryExpression_in_multExpression1772 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_unaryExpression_in_unaryExpression1802 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_UNTIL_in_conditionalLoop1400 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_UNTIL_in_statement361 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_UNTIL_in_statement361 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_UNTIL_in_statement485 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_UNTIL_in_statement795 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_userVar_in_expression1439 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_userVar_in_identifier853 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_VAR_DEST_in_imageWrite841 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_IMAGE_SCOPE_in_scalar1208 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_IMAGE_SCOPE_in_varDeclaration149 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_VAR_IMAGE_SCOPE_in_varDeclaration405 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_var_in_expression2262 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_LIST_in_foreachLoop1643 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_LIST_in_listAssignment1092 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_LIST_in_listOperation1342 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_VAR_LIST_in_listOperation1488 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_VAR_LIST_in_listOperation2377 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_LIST_in_loopSet522 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_VAR_LIST_in_loopSet575 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_VAR_PIXEL_SCOPE_in_scalar1229 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_SOURCE_in_expression2287 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_VAR_SOURCE_in_imagePos3708 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_varDeclaration_in_generate110 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_varDeclaration_in_initBlock497 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_varDeclaration_in_start109 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_varDeclaration_in_start80 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_varDeclaration_in_start97 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_WHILE_in_conditionalLoop1356 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_WHILE_in_statement335 - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOLLOW_WHILE_in_statement335 - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
FOLLOW_WHILE_in_statement459 - Static variable in class jaitools.jiffle.parser.TagVars
 
FOLLOW_WHILE_in_statement757 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_XOR_in_binaryExpression2779 - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOLLOW_XOR_in_xorExpression1547 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_xorExpression_in_orExpression1508 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOLLOW_xorExpression_in_orExpression1514 - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOREACH - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FOREACH - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FOREACH - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
FOREACH - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FOREACH - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FOREACH - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FOREACH - Static variable in class jaitools.jiffle.parser.TagVars
 
FOREACH - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
foreachLoop() - Method in class jaitools.jiffle.parser.CheckAssignments
 
foreachLoop() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
foreachLoop() - Method in class jaitools.jiffle.parser.TagVars
 
FrameWithStatusBar - Interface in jaitools.swing
Interface for a frame (or other GUI class) with an associated status bar
FUNC_CALL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.TagVars
 
FUNC_CALL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
functionCall() - Method in class jaitools.jiffle.parser.CheckFunctionCalls
 
FunctionInfo - Class in jaitools.jiffle.parser
Used by the FunctionLookup class when servicing lookup requests from the Jiffle compiler.
FunctionInfo(String, String, FunctionInfo.Provider, boolean, String, String...) - Constructor for class jaitools.jiffle.parser.FunctionInfo
Creates a function info object.
FunctionInfo.Provider - Enum in jaitools.jiffle.parser
Constants to indicate the runtime provider of a function
FunctionLookup - Class in jaitools.jiffle.parser
A lookup service used by the Jiffle compiler when parsing function calls in scripts.
FunctionLookup() - Constructor for class jaitools.jiffle.parser.FunctionLookup
 

G

GE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
GE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
GE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
GE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
GE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
GE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
GE - Static variable in class jaitools.jiffle.parser.TagVars
 
GE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
GE(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is greater than or equal to y.
generate() - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Starts generating source code based on the abstract syntax tree produced by the Jiffle compiler.
generate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
geomFactory - Variable in class jaitools.jts.AbstractSmoother
The current GeometryFactory being used.
get(Class<? extends JiffleRuntime>) - Static method in enum jaitools.jiffle.Jiffle.RuntimeModel
Gets the matching constant for the given runtime class.
get(String) - Static method in class jaitools.jiffle.JiffleProperties
Gets a property.
get(String) - Static method in enum jaitools.jiffle.parser.FunctionInfo.Provider
Gets the Provider for a given provider name.
get() - Method in class jaitools.numeric.AbstractProcessor
Gets the value of all statistics calculated by this processor.
get(Statistic) - Method in class jaitools.numeric.ApproxMedianProcessor
Gets the value of the statistic calculated by this processor.
get(Statistic) - Method in class jaitools.numeric.ExactMedianProcessor
Gets the value of the statistic calculated by this processor.
get(Statistic) - Method in class jaitools.numeric.ExtremaProcessor
Gets the value of the statistic calculated by this processor.
get(Statistic) - Method in class jaitools.numeric.MeanVarianceProcessor
Gets the value of the statistic calculated by this processor.
get(Class<? extends Number>) - Static method in enum jaitools.numeric.NumberOperations.ClassInfo
Gets the ClassInfo type for the given class
get(Statistic) - Method in interface jaitools.numeric.Processor
Gets the value of the statistic calculated by this processor.
get() - Method in interface jaitools.numeric.Processor
Gets the value of all statistics calculated by this processor.
get(int[]) - Static method in enum jaitools.numeric.RangeComparator.Result
Get the Result that matches the given array of comparison flags.
get(String) - Static method in enum jaitools.numeric.Statistic
Gets a Statistic constant by name (case-insensitive).
get(Statistic) - Method in class jaitools.numeric.SumProcessor
Gets the value of the statistic calculated by this processor.
get(int) - Static method in enum jaitools.tilecache.DiskCachedTile.TileAction
Reverse lookup.
getAction() - Method in class jaitools.tilecache.DiskCachedTile
Get the most recent action for this tile.
getAction() - Method in enum jaitools.tilecache.DiskCachedTile.TileAction
Retrieves an int associated to this action for interoperability with CachedTile interface.
getActiveRuntimExpr(String, String) - Static method in class jaitools.jiffle.parser.OptionLookup
Gets the runtime source for the given option name:value pair.
getArgTypes() - Method in enum jaitools.tiledimage.DiskMemImageGraphics.OpType
Gets the types of the arguments.
getAsBitmask(int, int, int, int, int[][]) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
getAsGeometry() - Method in class jaitools.imageutils.ROIGeometry
Returns the ROI as a JTS Geometry.
getAsImage() - Method in class jaitools.imageutils.ROIGeometry
Gets an image representation of this ROI using the VectorBinarize operation.
getAsRectangleList(int, int, int, int) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
getAsRectangleList(int, int, int, int, boolean) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
getAsShape() - Method in class jaitools.imageutils.ROIGeometry
Gets a new Shape representing this ROI.
getAt(int) - Method in enum jaitools.numeric.RangeComparator.Result
Gets the result element at the given index.
getAttribute(String) - Method in class jaitools.media.jai.AttributeOpImage
Retrieves an attribute by name.
getAttribute(String) - Method in class jaitools.media.jai.contour.ContourOpImage
Retrieves an attribute by name.
getAttribute(String) - Method in class jaitools.media.jai.vectorize.VectorizeOpImage
Retrieves an attribute by name.
getAttributeClass(String) - Method in class jaitools.media.jai.AttributeOpImage
 
getAttributeClass(String) - Method in class jaitools.media.jai.contour.ContourOpImage
getAttributeNames() - Method in class jaitools.media.jai.AttributeOpImage
 
getAttributeNames() - Method in class jaitools.media.jai.contour.ContourOpImage
getAttributeNames() - Method in class jaitools.media.jai.vectorize.VectorizeOpImage
getAutoFlushMemoryInterval() - Method in class jaitools.tilecache.DiskMemTileCache
Gets the current auto-flush interval.
getBackground() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getBandsAsImages(RenderedImage) - Static method in class jaitools.imageutils.ImageUtils
Get the bands of a multi-band image as a list of single-band images.
getBandsAsImages(RenderedImage, Collection<Integer>) - Static method in class jaitools.imageutils.ImageUtils
Get the specified bands of a multi-band image as a list of single-band images.
getBinForValue(T) - Method in class jaitools.numeric.Histogram
Gets the bin index for a value.
getBinForValues(List<T>) - Method in class jaitools.numeric.Histogram
Gets bin indices for a list of input values.
getBounds() - Method in class jaitools.imageutils.FillResult
Gets the bounds of this region.
getBounds() - Method in class jaitools.imageutils.ROIGeometry
Gets the enclosing rectangle of this ROI.
getBounds() - Method in class jaitools.media.jai.regionalize.Region
Get the bounding pixel coordinates of this region
getBounds2D() - Method in class jaitools.imageutils.ROIGeometry
Gets the enclosing double-precision rectangle of this ROI.
getCachedProviders() - Static method in class jaitools.lookup.Lookup
Returns a copy of the cached lookups as a Map with service provider interface names as keys and lists of implementing classes as values.
getCacheFolder() - Static method in class jaitools.tilecache.DiskCachedTile
Get the current cache folder.
getClip() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getClipBounds() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getColor() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getCommonTileCache() - Static method in class jaitools.tiledimage.DiskMemImage
Get the common tile cache.
getComposite() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getCoordinate(int) - Method in class jaitools.jts.CoordinateSequence2D
Gets coordinate values at the specified index.
getCoordinate(int, Coordinate) - Method in class jaitools.jts.CoordinateSequence2D
Copies the requested coordinate in the sequence to the supplied Coordinate object.
getCoordinateCopy(int) - Method in class jaitools.jts.CoordinateSequence2D
Equivalent to CoordinateSequence2D.getCoordinate(int).
getCounts() - Method in class jaitools.numeric.Histogram
Gets the count of data items in each bin.
getCurrentMemory() - Method in class jaitools.tilecache.DiskMemTileCache
Gets the amount of memory currently being used for storage of memory-resident tiles.
getDefault() - Static method in enum jaitools.tilecache.DiskCachedTile.TileAction
The default action.
getDefaultValue() - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
Gets the default value which is returned when a lookup value is outside all ranges in the table.
getDesc() - Method in enum jaitools.jiffle.parser.SymbolType
Gets the description of this type.
getDesc() - Method in enum jaitools.numeric.RangeComparator.Result
Returns a description for this comparison type.
getDescription() - Method in enum jaitools.numeric.Statistic
Returns a brief description of the statistic
getDescription() - Method in enum jaitools.tilecache.DiskCachedTile.TileAction
Retrieves a description of this action
getDestValue(T) - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
Lookup a source image value and return the corresponding destination image value
getDeviceConfiguration() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getDimension() - Method in class jaitools.jts.CoordinateSequence2D
Gets the dimension of points stored by this CoordinateSequence2D.
getDoubleTolerance() - Static method in class jaitools.numeric.NumberOperations
Gets the current tolerance used for Double comparisons.
getErrorReporter() - Method in class jaitools.jiffle.parser.ErrorHandlingTreeParser
Gets the error reporter object.
getErrors() - Method in class jaitools.jiffle.parser.DeferredErrorReporter
 
getErrors() - Method in class jaitools.jiffle.parser.NullErrorReporter
 
getErrors() - Method in interface jaitools.jiffle.parser.ParsingErrorReporter
Gets the error messages.
getFile() - Method in class jaitools.tilecache.DiskCachedTile
Get this tile's disk cache file.
getFloatTolerance() - Static method in class jaitools.numeric.NumberOperations
Gets the current tolerance used for Float comparisons.
getFont() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getFontMetrics(Font) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getFontRenderContext() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getForStatistic(Statistic) - Method in class jaitools.numeric.ProcessorFactory
Return a new instance of a Processor that claims to support the given Statistic.
getFullMethodName() - Method in enum jaitools.tiledimage.DiskMemImageGraphics.OpType
Gets the full method name.
getGeometryFactory() - Static method in class jaitools.jts.Utils
Gets the cached GeometryFactory instance.
getGrammarFileName() - Method in class jaitools.jiffle.parser.CheckAssignments
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.CheckFunctionCalls
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.JiffleLexer
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.JiffleParser
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.TagVars
 
getGrammarFileName() - Method in class jaitools.jiffle.parser.TransformExpressions
 
getID() - Method in class jaitools.imageutils.FillResult
Gets the ID of this region.
getId() - Method in class jaitools.media.jai.regionalize.Region
Get the unique integer ID of this region
getImage(String) - Method in class jaitools.jiffle.JiffleBuilder
Get an image associated with a script variable name.
getImageBand() - Method in class jaitools.media.jai.zonalstats.Result
Get the index of the image band for which this result was calculated.
getImageParams() - Method in class jaitools.jiffle.Jiffle
Gets the current image parameters.
getImages() - Method in class jaitools.jiffle.runtime.JiffleExecutorResult
Gets source and/or destination images that were used.
getInfo(String, List<String>) - Static method in class jaitools.jiffle.parser.FunctionLookup
Gets the info for a function.
getInterpPoints(int) - Method in class jaitools.jts.AbstractSmoother
Gets the interpolation parameters for a Bezier curve approximated by the given number of vertices.
getJiffle() - Method in class jaitools.jiffle.runtime.JiffleExecutorResult
Gets the Jiffle object
getJiffleName() - Method in class jaitools.jiffle.parser.FunctionInfo
Gets the name of the function used in Jiffle scripts.
getLocation() - Method in class jaitools.tilecache.DiskCachedTile
Get this tile's location in its parent image in pixel coordinates
getMax() - Method in class jaitools.numeric.Range
Gets the maximum value of this range.
getMemoryCapacity() - Method in class jaitools.tilecache.DiskMemTileCache
Gets the amount of memory, in bytes, allocated for storage of resident tiles.
getMemoryCapacity() - Method in class jaitools.tiledimage.DiskMemImage
Gets the maximum amount of memory, in bytes, that this image will use for in-memory storage of its data.
getMemoryThreshold() - Method in class jaitools.tilecache.DiskMemTileCache
Returns the memory threshold, which is the fractional amount of cache memory to retain during tile removal.
getMessages() - Method in class jaitools.jiffle.parser.MessageTable
Gets all messages.
getMethodName() - Method in enum jaitools.tiledimage.DiskMemImageGraphics.OpType
Gets the method name.
getMin() - Method in class jaitools.numeric.Range
Gets the minimum value for this range.
getMinLength() - Method in interface jaitools.jts.SmootherControl
Gets the minimum distance between input vertices for the segment to be smoothed.
getName() - Method in class jaitools.jiffle.Jiffle
Gets the name assigned to this object.
getName() - Method in class jaitools.jiffle.parser.Symbol
Gets this symbol's name.
getName() - Method in class jaitools.jiffle.parser.SymbolScope
Gets the scope label.
getNames() - Static method in class jaitools.jiffle.parser.OptionLookup
Gets the names known to the lookup service.
getNoDataRanges() - Method in class jaitools.numeric.AbstractProcessor
Gets the ranges of sample values to be considered as NoData.
getNoDataRanges() - Method in interface jaitools.numeric.Processor
Gets the ranges of sample values to be considered as NoData.
getNotation() - Method in enum jaitools.numeric.RangeComparator.Result
Gets the notation form of this comparison.
getNumAccepted() - Method in class jaitools.media.jai.zonalstats.Result
Get the number of values that were accepted, ie.
getNumAccepted() - Method in class jaitools.numeric.AbstractProcessor
Gets the number of samples that have been accepted by this processor (ie.
getNumAccepted() - Method in interface jaitools.numeric.Processor
Gets the number of samples that have been accepted by this processor (ie.
getNumAccepted(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Gets the number of sample values that have been accepted for the specified Statistic.
getNumArgs() - Method in class jaitools.jiffle.parser.FunctionInfo
Gets the number of arguments used by the function or #VARARG for a variable argument function.
getNumArgs() - Method in enum jaitools.tiledimage.DiskMemImageGraphics.OpType
Gets the number of method arguments
getNumberClass() - Method in enum jaitools.numeric.NumberOperations.ClassInfo
Gets the class that this type relates to
getNumErrors() - Method in class jaitools.jiffle.parser.DeferredErrorReporter
 
getNumErrors() - Method in class jaitools.jiffle.parser.NullErrorReporter
 
getNumErrors() - Method in interface jaitools.jiffle.parser.ParsingErrorReporter
Gets the number of errorss that have been handled.
getNumNaN() - Method in class jaitools.media.jai.zonalstats.Result
Get the number of NaN values that were sampled from the image when calculating this result.
getNumNaN() - Method in class jaitools.numeric.AbstractProcessor
Gets the number of NaN samples passed to the processor
getNumNaN() - Method in interface jaitools.numeric.Processor
Gets the number of NaN samples passed to the processor
getNumNaN(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Gets the number of NaN values that have been offered.
getNumNoData() - Method in class jaitools.media.jai.zonalstats.Result
Get the number of NoData values that were sampled from the image when calculating this result.
getNumNoData() - Method in class jaitools.numeric.AbstractProcessor
Gets the number of NoData samples passed to the processor.
getNumNoData() - Method in interface jaitools.numeric.Processor
Gets the number of NoData samples passed to the processor.
getNumNoData(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Gets the number of NoData values (including NaN) that have been offered.
getNumOffered() - Method in class jaitools.media.jai.zonalstats.Result
Get the number of values that were offered, ie.
getNumOffered() - Method in class jaitools.numeric.AbstractProcessor
Gets the number of samples that have been offered to this processor.
getNumOffered() - Method in interface jaitools.numeric.Processor
Gets the number of samples that have been offered to this processor.
getNumOffered(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Gets the number of sample values that have been offered for the specified Statistic.
getNumPixels() - Method in class jaitools.imageutils.FillResult
Gets the number of pixels within this region.
getNumPixels() - Method in class jaitools.media.jai.regionalize.Region
Get the number of pixels within this region
getNumResidentTiles() - Method in class jaitools.tilecache.DiskMemTileCache
Gets the number of tiles currently residing in the cache's memory storage.
getNumTiles() - Method in class jaitools.tilecache.DiskMemTileCache
Gets the total number of tiles currently in the cache.
getNumVertices(double) - Method in interface jaitools.jts.SmootherControl
Given an input segment length, returns the number of vertices to use for the smoothed segment.
getOptionExpr(String, String) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Gets the runtime source for a script option name:value pair.
getOptions() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
getOrdinate(int, int) - Method in class jaitools.jts.CoordinateSequence2D
Returns the ordinate of a coordinate in this sequence.
getOverlapAllowed() - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
Checks whether it is allowable to add a range that overlaps with ranges already in the table.
getOwner() - Method in class jaitools.tilecache.DiskCachedTile
Get the image that owns this tile
getPaint() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getPollingInterval() - Method in class jaitools.jiffle.runtime.JiffleExecutor
Gets the interval in milliseconds for polling task completion.
getProperties() - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
Get the properties for this operator.
getProperty(String) - Method in class jaitools.media.jai.AttributeOpImage
 
getProperty(String) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
Get a property associated with this operator.
getProperty(String) - Method in class jaitools.media.jai.zonalstats.ZonalStatsOpImage
Get the specified property.
getPropertyClass(String) - Method in class jaitools.media.jai.AttributeOpImage
 
getPropertyClass(String) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
For internal use
getPropertyClass(String) - Method in class jaitools.media.jai.zonalstats.ZonalStatsOpImage
Get the class of the given property.
getPropertyNames() - Method in class jaitools.media.jai.AttributeOpImage
 
getPropertyNames() - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
For internal use
getPropertyNames() - Method in class jaitools.media.jai.zonalstats.ZonalStatsOpImage
Get all property names
getProviders(String) - Static method in class jaitools.lookup.Lookup
Get classes that implement the given service provider interface.
getRange() - Method in class jaitools.media.jai.rangelookup.LookupItem
Gets a copy of this item's range.
getRanges() - Method in class jaitools.media.jai.zonalstats.Result
Get the ranges (if defined) that were used to filter data image values for inclusion in the calculation of this result.
getRanges() - Method in class jaitools.numeric.AbstractProcessor
Gets the Ranges of sample values excluded from/included in calculations.
getRanges() - Method in interface jaitools.numeric.Processor
Gets the Ranges of sample values excluded from/included in calculations.
getRangesType() - Method in class jaitools.numeric.AbstractProcessor
Gets the type of ranges being used by this processor.
getRangesType() - Method in interface jaitools.numeric.Processor
Gets the type of ranges being used by this processor.
getRank() - Method in enum jaitools.numeric.NumberOperations.ClassInfo
Gets the relative rank of this type in terms of numeric precision.
getRefValue() - Method in class jaitools.media.jai.regionalize.Region
Get the reference value for this region as a double.
getRenderingHint(RenderingHints.Key) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getRenderingHints() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getResult() - Method in class jaitools.jiffle.runtime.JiffleEvent
Gets the task result.
getReturnType() - Method in class jaitools.jiffle.parser.FunctionInfo
Gets the function return type.
getReturnType(String) - Static method in class jaitools.jiffle.parser.FunctionLookup
Searches for a function with a script name that matches jiffleName and gets its return type.
getRuntime() - Method in class jaitools.jiffle.JiffleBuilder
Creates a runtime object for the currently set script and images.
getRuntimeClass() - Method in enum jaitools.jiffle.Jiffle.RuntimeModel
Gets the runtime interface.
getRuntimeExpr(String, List<String>) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Looks up the runtime source for a Jiffle function.
getRuntimeExpr(String, String...) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Looks up the runtime source for a Jiffle function.
getRuntimeExpr() - Method in class jaitools.jiffle.parser.FunctionInfo
Gets the Java source for the function provider and name used in the runtime class.
getRuntimeExpr(String, List<String>) - Static method in class jaitools.jiffle.parser.FunctionLookup
Gets the runtime source for the function.
getRuntimeInstance() - Method in class jaitools.jiffle.Jiffle
Creates an instance of the default runtime class.
getRuntimeInstance(Jiffle.RuntimeModel) - Method in class jaitools.jiffle.Jiffle
Creates a runtime object based using the class specified by model.
getRuntimeInstance(Class<T>) - Method in class jaitools.jiffle.Jiffle
Gets the runtime object for this script.
getRuntimeSource(Jiffle.RuntimeModel, boolean) - Method in class jaitools.jiffle.Jiffle
Gets a copy of the Java source for the runtime class.
getSample(int, int, int) - Method in class jaitools.tiledimage.DiskMemImage
Gets the image value for the given image position as an integer.
getSampleDouble(int, int, int) - Method in class jaitools.tiledimage.DiskMemImage
Gets the image value for the given image position as a double.
getSampleFloat(int, int, int) - Method in class jaitools.tiledimage.DiskMemImage
Gets the image value for the given image position as a float.
getScopeType() - Method in class jaitools.jiffle.parser.Symbol
Gets this symbol's scope type.
getScript() - Method in class jaitools.jiffle.Jiffle
Gets the Jiffle script.
getSource() - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Returns the source for the runtime class.
getSource() - Method in interface jaitools.jiffle.parser.SourceGenerator
Returns the source for the runtime class.
getStatistic() - Method in class jaitools.media.jai.zonalstats.Result
Get the statistic that this result pertains to.
getStatistics() - Method in class jaitools.numeric.StreamingSampleStats
Gets the statistics that are currently set.
getStatisticValue(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Gets the current value of a running statistic.
getStatisticValues() - Method in class jaitools.numeric.StreamingSampleStats
Gets the values of all statistics calculated by this sampler.
getStroke() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getSupported() - Static method in class jaitools.Factory
Gets the supported interfaces.
getSupported() - Method in class jaitools.numeric.ApproxMedianProcessor
Gets the Statistics supported by this processor.
getSupported() - Method in class jaitools.numeric.ExactMedianProcessor
Gets the Statistics supported by this processor.
getSupported() - Method in class jaitools.numeric.ExtremaProcessor
Gets the Statistics supported by this processor.
getSupported() - Method in class jaitools.numeric.MeanVarianceProcessor
Gets the Statistics supported by this processor.
getSupported() - Method in interface jaitools.numeric.Processor
Gets the Statistics supported by this processor.
getSupported() - Method in class jaitools.numeric.SumProcessor
Gets the Statistics supported by this processor.
getSymbols() - Method in class jaitools.jiffle.parser.SymbolScope
Gets the list of symbols in this scope.
getTaskID() - Method in class jaitools.jiffle.runtime.JiffleExecutorResult
Gets the task ID assigned by the executor.
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.arithmeticOp_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.assignmentOp_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.bandSpecifier_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.binaryExpression_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.block_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.blockStatement_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.conditionalLoop_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.expression_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.expressionList_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.foreachLoop_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.generate_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.imagePos_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.imageWrite_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.incdecOp_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.jiffleOption_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.listAssignment_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.listLiteral_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.listOperation_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.literal_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.loop_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.optionValue_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelPos_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelSpecifier_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.postfixOp_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.prefixOp_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalar_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalarAssignment_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.simpleStatement_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.statement_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.var_return
 
getTemplate() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.varDeclaration_return
 
getTemplateLib() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
getThreshold() - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
getTile(int, int) - Method in class jaitools.media.jai.AttributeOpImage
Gets the requested image tile (which will be from the source image).
getTile(int, int) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
Returns a tile of this image as a Raster.
getTile() - Method in class jaitools.tilecache.DiskCachedTile
Do not use this method.
getTile(RenderedImage, int, int) - Method in class jaitools.tilecache.DiskMemTileCache
Gets the specified tile from the cache if present.
getTile(int, int) - Method in class jaitools.tiledimage.DiskMemImage
Gets a tile for reading.
getTileCache() - Method in class jaitools.tiledimage.DiskMemImage
Gets a reference to the DiskMemTileCache instance used by this image.
getTileCacheMetric() - Method in class jaitools.tilecache.DiskCachedTile
 
getTileCapacity() - Method in class jaitools.tilecache.DiskMemTileCache
Deprecated.  
getTileComparator() - Method in class jaitools.tilecache.DiskMemTileCache
Gets the comparator currently used to assign memory-residence priority to tiles.
getTileFromCache(int, int) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
This method is overridden to ensure that the cache is always addressed through the DiskMemImage being used by this operator, otherwise tile IDs calculated by the cache will vary with the perceived owner (the image or the operator) of the tile.
getTileId() - Method in class jaitools.tilecache.DiskCachedTile
Get the unique ID for this tile.
getTileMemorySize() - Method in class jaitools.tiledimage.DiskMemImage
Gets the amount of memory (bytes) required to store a single tile's data.
getTilePollingInterval() - Method in class jaitools.tilecache.DiskMemTileCache
Sets the interval between polling each tile to check if its owning image has been garbage collected.
getTileRaster(int, int) - Method in class jaitools.media.jai.vectorbinarize.VectorBinarizeOpImage
Gets the data for the requested tile.
getTiles(Point[]) - Method in class jaitools.media.jai.AttributeOpImage
Gets the requested image tiles (which will be from the source image).
getTiles() - Method in class jaitools.tilecache.BasicCacheVisitor
Returns an unmodifiable collection of tiles retrieved from the cache.
getTiles(RenderedImage) - Method in class jaitools.tilecache.DiskMemTileCache
Gets all cached tiles associated with the given image.
getTiles(RenderedImage, Point[]) - Method in class jaitools.tilecache.DiskMemTileCache
Gets the specified tiles for the given image.
getTileSize() - Method in class jaitools.tilecache.DiskCachedTile
Get the tile size in bytes.
getTileTimeStamp() - Method in class jaitools.tilecache.DiskCachedTile
Get the last time of access for this tile
getTileX() - Method in class jaitools.tilecache.DiskCachedTile
Return the X location (column) of this tile
getTileY() - Method in class jaitools.tilecache.DiskCachedTile
Return the Y location (row) of this tile
getTokenNames() - Method in class jaitools.jiffle.parser.CheckAssignments
 
getTokenNames() - Method in class jaitools.jiffle.parser.CheckFunctionCalls
 
getTokenNames() - Method in class jaitools.jiffle.parser.JiffleParser
 
getTokenNames() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
getTokenNames() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
getTokenNames() - Method in class jaitools.jiffle.parser.TagVars
 
getTokenNames() - Method in class jaitools.jiffle.parser.TransformExpressions
 
getTransform() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.addExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.andExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.arguments_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.assignmentExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.assignmentOp_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.atom_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.bandSpecifier_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.block_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.blockStatement_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.compExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.conditionalExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.delimitedStatement_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.eqExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.expression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.expressionList_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.identifiedAtom_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.ifCall_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.imagePos_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.incdecOp_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.initBlock_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.listLiteral_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.literal_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.loopCondition_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.loopSet_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.multExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.option_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.optionsBlock_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.optionValue_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.orExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.pixelPos_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.pixelSpecifier_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.powerExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.prefixOp_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.primaryExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.prog_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.sequence_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.statement_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.unaryExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.varDeclaration_return
 
getTree() - Method in class jaitools.jiffle.parser.JiffleParser.xorExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.args_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.arithmeticOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.assignmentExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.assignmentOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.bandSpecifier_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.block_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.blockStatement_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.expression_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.expressionList_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.foreachLoop_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.identifier_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.incdecOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.jiffleOption_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.listLiteral_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.listOperation_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.literal_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.logicalOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.loopCondition_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.loopSet_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.optionValue_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.pixelPos_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.pixelSpecifier_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.prefixOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.scalarExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.start_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.statement_return
 
getTree() - Method in class jaitools.jiffle.parser.TagVars.varDeclaration_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.arithmeticOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.assignmentExpression_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.assignmentOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.bandSpecifier_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.block_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.blockStatement_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.expression_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.expressionList_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.identifier_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.incdecOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.jiffleOption_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.listLiteral_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.listOperation_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.literal_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.logicalOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.loopCondition_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.loopSet_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.pixelPos_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.pixelSpecifier_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.prefixOp_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.start_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.statement_return
 
getTree() - Method in class jaitools.jiffle.parser.TransformExpressions.varDeclaration_return
 
getTreeAdaptor() - Method in class jaitools.jiffle.parser.JiffleParser
 
getTreeAdaptor() - Method in class jaitools.jiffle.parser.TagVars
 
getTreeAdaptor() - Method in class jaitools.jiffle.parser.TransformExpressions
 
getType() - Method in class jaitools.jiffle.parser.Symbol
Gets this symbol's type.
getUpdateInterval() - Method in class jaitools.jiffle.runtime.AbstractProgressListener
Gets the update interval.
getUpdateInterval() - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the runtime object before processing begins to get the update interval as number of destination image pixels.
getUpdateInterval() - Method in class jaitools.jiffle.runtime.NullProgressListener
Gets the update interval.
getValue() - Method in class jaitools.imageutils.FillResult
Gets the reference value of this region.
getValue(String) - Static method in class jaitools.jiffle.parser.ConstantLookup
Gets the value of a named constant.
getValue() - Method in class jaitools.media.jai.rangelookup.LookupItem
Gets this item's return value.
getValue() - Method in class jaitools.media.jai.zonalstats.Result
Get the calculated value of the statistic.
getValueClass() - Method in enum jaitools.tilecache.BasicCacheVisitor.Key
 
getVar(String) - Method in class jaitools.jiffle.runtime.AbstractJiffleRuntime
Returns the value of a variable that was declared in the script's init block.
getVar(String) - Method in interface jaitools.jiffle.runtime.JiffleRuntime
Returns the value of a variable that was declared in the script's init block.
getVersion() - Static method in class jaitools.JAITools
Gets the JAI-tools version string
getWritableTile(int, int) - Method in class jaitools.tiledimage.DiskMemImage
Checks out a tile for writing.
getWritableTileIndices() - Method in class jaitools.tiledimage.DiskMemImage
Gets the indices (tile grid col,row) of tiles that are currently checked out for writing.
getX(int) - Method in class jaitools.jts.CoordinateSequence2D
getY(int) - Method in class jaitools.jts.CoordinateSequence2D
getZone() - Method in class jaitools.media.jai.zonalstats.Result
Get the integer ID of the image zone for which this result was calculated.
getZones() - Method in class jaitools.media.jai.zonalstats.ZonalStats
Get the integer IDs read from the zone image.
GT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
GT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
GT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
GT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
GT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
GT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
GT - Static variable in class jaitools.jiffle.parser.TagVars
 
GT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
GT(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is greater than y.
GT - Static variable in class jaitools.numeric.RangeComparator
Constant for "greater than".

H

hasErrors() - Method in class jaitools.jiffle.parser.MessageTable
Checks if this table contains any error messages.
hashCode() - Method in class jaitools.imageutils.ImageLayout2
 
hashCode() - Method in class jaitools.jiffle.parser.Symbol
 
hashCode() - Method in class jaitools.media.jai.rangelookup.LookupItem
 
hashCode() - Method in class jaitools.numeric.Range
 
hasSymbolNamed(String) - Method in class jaitools.jiffle.parser.SymbolScope
Tests if this scope contains a symbol with the given name.
hasTileWriters() - Method in class jaitools.tiledimage.DiskMemImage
Tests if any tiles are currently checked out for writing.
hasWarnings() - Method in class jaitools.jiffle.parser.MessageTable
Checks if this table contains any warning messages.
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.TagVars
 
HEX_DIGIT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
highestClass(Number...) - Static method in class jaitools.numeric.NumberOperations
Determine the highest ranking class (in terms of numeric precision) among the arguments
Histogram<T extends Number & Comparable> - Class in jaitools.numeric
A simple numeric histogram class that uses the Range class to define bins.
Histogram() - Constructor for class jaitools.numeric.Histogram
Creates a new histogram.
hit(Rectangle, Shape, boolean) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 

I

ID - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
ID - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
ID - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
ID - Static variable in class jaitools.jiffle.parser.JiffleParser
 
ID - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
ID - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
ID - Static variable in class jaitools.jiffle.parser.TagVars
 
ID - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
identifiedAtom() - Method in class jaitools.jiffle.parser.JiffleParser
 
identifier() - Method in class jaitools.jiffle.parser.CheckAssignments
 
identifier() - Method in class jaitools.jiffle.parser.TagVars
 
identifier() - Method in class jaitools.jiffle.parser.TransformExpressions
 
IF - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
IF - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
IF - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
IF - Static variable in class jaitools.jiffle.parser.JiffleParser
 
IF - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
IF - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
IF - Static variable in class jaitools.jiffle.parser.TagVars
 
IF - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
IF_CALL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
IF_CALL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
IF_CALL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
IF_CALL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
IF_CALL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
IF_CALL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
IF_CALL - Static variable in class jaitools.jiffle.parser.TagVars
 
IF_CALL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
ifCall() - Method in class jaitools.jiffle.parser.JiffleParser
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.TagVars
 
IMAGE_POS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.TagVars
 
IMAGE_SCOPE_VAR_DECL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.TagVars
 
IMAGE_WRITE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
ImageFrame - Class in jaitools.swing
A simple display widget with an image pane and a status bar that shows the image location and data value(s) of the mouse cursor.
ImageFrame(RenderedImage, String) - Constructor for class jaitools.swing.ImageFrame
Constructor to display and draw data from a single image
ImageFrame(RenderedImage, RenderedImage, String) - Constructor for class jaitools.swing.ImageFrame
Constructor for separate display and data images.
ImageLayout2 - Class in jaitools.imageutils
Working around a bug in ImageLayout that blows up when doing hashing with NOT all the fields initialized.
ImageLayout2() - Constructor for class jaitools.imageutils.ImageLayout2
 
imagePos() - Method in class jaitools.jiffle.parser.JiffleParser
 
imagePos() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
images - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Maps image variable names (String) to images (RenderedImage).
ImageUtils - Class in jaitools.imageutils
Provides static utility methods for some common image-related tasks.
ImageUtils() - Constructor for class jaitools.imageutils.ImageUtils
 
imageVar() - Method in class jaitools.jiffle.parser.CheckAssignments
 
imageWrite() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
imports - Variable in class jaitools.jiffle.parser.AbstractSourceGenerator
The imports to be included with the runtime class.
IMPORTS_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: default runtime imports.
IN - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
IN - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
IN - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
IN - Static variable in class jaitools.jiffle.parser.JiffleParser
 
IN - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
IN - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
IN - Static variable in class jaitools.jiffle.parser.TagVars
 
IN - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
incdecOp() - Method in class jaitools.jiffle.parser.CheckAssignments
 
incdecOp() - Method in class jaitools.jiffle.parser.JiffleParser
 
incdecOp() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
incdecOp() - Method in class jaitools.jiffle.parser.TagVars
 
incdecOp() - Method in class jaitools.jiffle.parser.TransformExpressions
 
INCR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
INCR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
INCR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
INCR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
INCR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
INCR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
INCR - Static variable in class jaitools.jiffle.parser.TagVars
 
INCR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
INDIRECT_BASE_CLASS_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: indirect runtime base class name.
INDIRECT_CLASS_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: indirect runtime class name.
INDIRECT_SOURCE_TEMPLATES_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: indirect runtime source generation templates.
INF - Static variable in class jaitools.numeric.Range
Integer flag value for positive infinity.
INIT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
INIT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
INIT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
INIT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
INIT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
INIT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
INIT - Static variable in class jaitools.jiffle.parser.TagVars
 
INIT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
initBlock() - Method in class jaitools.jiffle.parser.JiffleParser
 
initImageScopeVars() - Method in class jaitools.jiffle.runtime.AbstractIndirectRuntime
Initializes image-scope variables.
initImageScopeVars() - Method in class jaitools.jiffle.runtime.AbstractJiffleRuntime
Initializes image-scope variables.
initOptionVars() - Method in class jaitools.jiffle.runtime.AbstractJiffleRuntime
Initializes runtime class fields related to Jiffle script options.
INT_LITERAL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.TagVars
 
INT_LITERAL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.TagVars
 
INT_TYPE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
IntegerStack - Class in jaitools.jiffle.runtime
A simple, array-based stack for Integer values used by AbstractJiffleRuntime.
IntegerStack() - Constructor for class jaitools.jiffle.runtime.IntegerStack
 
intersect(ROI) - Method in class jaitools.imageutils.ROIGeometry
Returns a new instance which is the intersection of this ROI and roi.
intersection(Range<T>, Range<T>) - Static method in class jaitools.numeric.RangeUtils
Gets the intersection of two ranges.
intersects(Rectangle) - Method in class jaitools.imageutils.ROIGeometry
Tests if the given rectangle intersects with this ROI.
intersects(Rectangle2D) - Method in class jaitools.imageutils.ROIGeometry
Tests if the given rectangle intersects with this ROI.
intersects(int, int, int, int) - Method in class jaitools.imageutils.ROIGeometry
Tests if the given rectangle intersects with this ROI.
intersects(double, double, double, double) - Method in class jaitools.imageutils.ROIGeometry
Tests if the given rectangle intersects with this ROI.
intersects(Range<T>) - Method in class jaitools.numeric.Range
Tests if this range intersects another range.
intValue(Number) - Static method in class jaitools.numeric.NumberOperations
Safely convert the argument to an int value.
isAccepted(Double) - Method in class jaitools.numeric.AbstractProcessor
Tests whether a sample value will be accepted for calculations by the processor.
isAccepted(Double) - Method in interface jaitools.numeric.Processor
Tests whether a sample value will be accepted for calculations by the processor.
isActiveChannel(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Tests if a channel is active.
isAutoFlushMemoryEnabled() - Method in class jaitools.tilecache.DiskMemTileCache
Checks whether auto-flushing of memory-resident tiles is currently enabled.
isCompiled() - Method in class jaitools.jiffle.Jiffle
Tests whether the script has been compiled successfully.
isCompleted() - Method in class jaitools.jiffle.runtime.JiffleExecutorResult
Gets the completion status of the task.
isDefined(String) - Static method in class jaitools.jiffle.parser.ConstantLookup
Checks if a constant is recognized by Jiffle.
isDefined(String, List<String>) - Static method in class jaitools.jiffle.parser.FunctionLookup
Checks if a function is defined.
isDefined(String) - Static method in class jaitools.jiffle.parser.OptionLookup
Tests if an option name is defined.
isDefined(String) - Method in class jaitools.jiffle.parser.SymbolScopeStack
Tests if a symbol with the given name is defined within the top scope or any enclosing scopes.
isDefined(String, SymbolType) - Method in class jaitools.jiffle.parser.SymbolScopeStack
Tests if a symbol with the given name and type is defined within the top scope or any enclosing scopes.
isDefined(String, ScopeType) - Method in class jaitools.jiffle.parser.SymbolScopeStack
Tests if a symbol with the given name and scope type is defined within the top scope or any enclosing scopes.
isEmpty() - Method in class jaitools.jiffle.parser.SymbolScope
Tests if this scope is empty.
isEmpty() - Method in class jaitools.jiffle.parser.SymbolScopeStack
Tests if there are any scope levels.
isError() - Method in enum jaitools.jiffle.parser.Message
Tests if this is an error
isinf(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is infinite (equal to Double.POSITIVE_INFINITY or Double.NEGATIVE_INFINITY).
isIntegral() - Method in enum jaitools.numeric.NumberOperations.ClassInfo
Tests if this is an integral type
isIntersection(RangeComparator.Result) - Static method in class jaitools.numeric.RangeComparator
Tests if a Result value describes an intersection between two ranges.
isList - Variable in class jaitools.jiffle.parser.TagVars.identifier_return
 
isListening(JiffleEventListener) - Method in class jaitools.jiffle.runtime.JiffleExecutor
Checks if a particular listener is registered with this executor.
isMaxClosed() - Method in class jaitools.numeric.Range
Tests if this range has a bounded (closed) maximum value.
isMaxIncluded() - Method in class jaitools.numeric.Range
Tests if the maximum range value is included in the range.
isMaxInf() - Method in class jaitools.numeric.Range
Tests if the maximum value is positive infinity.
isMaxNegInf() - Method in class jaitools.numeric.Range
Tests if the maximum value is negative infinity.
isMaxOpen() - Method in class jaitools.numeric.Range
Tests if this range has unbounded (open) upper end, ie the range extends to positive infinity.
isMinClosed() - Method in class jaitools.numeric.Range
Tests if this range has a bounded (closed) minimum.
isMinIncluded() - Method in class jaitools.numeric.Range
Tests if the minimum value is included in the range.
isMinInf() - Method in class jaitools.numeric.Range
Tests if the minimum value is positive infinity.
isMinNegInf() - Method in class jaitools.numeric.Range
Tests if the minimum value is negative infinity.
isMinOpen() - Method in class jaitools.numeric.Range
Tests if this range has an unbounded (open) minimum, ie.
isnan(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is equal to Double.NaN.
isnull(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is null.
isPoint() - Method in class jaitools.numeric.Range
Checks if this range is a point (degenerate) interval
isProxy() - Method in class jaitools.jiffle.parser.FunctionInfo
Tests if this is a proxy function, ie.
isSet(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Tests whether the specified statistic is currently set.
isTileWritable(int, int) - Method in class jaitools.tiledimage.DiskMemImage
Tests if a tile is currently checked-out for writing (via a call to DiskMemImage.getWritableTile(int, int).
isUsingCommonCache() - Method in class jaitools.tiledimage.DiskMemImage
Tests if this image is using the common tile cache.
isValidValue(String, String) - Static method in class jaitools.jiffle.parser.OptionLookup
Tests if a value is valid for the given option.
isVolatile() - Method in class jaitools.jiffle.parser.FunctionInfo
Tests if this function is volatile, ie.
isWarning() - Method in enum jaitools.jiffle.parser.Message
Tests if this is a warning.
isWritable() - Method in class jaitools.tilecache.DiskCachedTile
Query if this tile is writable

J

jaitools - package jaitools
Contains a small number of utility classes including CollectionFactory.
JAITools - Class in jaitools
This class contains a small number of general info and utility methods.
JAITools() - Constructor for class jaitools.JAITools
 
jaitools.imageutils - package jaitools.imageutils
Various helper classes used by jai-tools image operators.
jaitools.jiffle - package jaitools.jiffle
Jiffle scripting language.
jaitools.jiffle.parser - package jaitools.jiffle.parser
Jiffle parser and support classes.
jaitools.jiffle.runtime - package jaitools.jiffle.runtime
Jiffle runtime classes.
jaitools.jts - package jaitools.jts
Helper classes that work with JTS (JTS Topology Suite) geometry objects.
jaitools.lookup - package jaitools.lookup
Provides a minimal registry lookup service.
jaitools.media.jai - package jaitools.media.jai
 
jaitools.media.jai.contour - package jaitools.media.jai.contour
Performs the "Contour" operation, tracing smooth contours at specified levels by interpolation of values in a band of the source image.
jaitools.media.jai.kernel - package jaitools.media.jai.kernel
Classes to create and manipulate JAI Kernel objects
jaitools.media.jai.kernelstats - package jaitools.media.jai.kernelstats
Calculates a range of statistics for pixel neighbourhoods defined by a JAI Kernel
jaitools.media.jai.maskedconvolve - package jaitools.media.jai.maskedconvolve
Extends the standard JAI Convolve operator with source and/or destination masking
jaitools.media.jai.rangelookup - package jaitools.media.jai.rangelookup
Extends JAI's standard Lookup operator by allowing ranges of values to be handled
jaitools.media.jai.regionalize - package jaitools.media.jai.regionalize
The Regionlize operator: identifies areas of uniform value (within a user-specified tolerance) in a single source image, allocates a unique integer ID to each, and generates an image of the regions plus summary data.
jaitools.media.jai.vectorbinarize - package jaitools.media.jai.vectorbinarize
 
jaitools.media.jai.vectorize - package jaitools.media.jai.vectorize
An operator to vectorize the boundaries of source image regions with uniform value.
jaitools.media.jai.zonalstats - package jaitools.media.jai.zonalstats
Calculates summary statistics, optionally within zones defined by a zone image, for values in a data image
jaitools.numeric - package jaitools.numeric
Classes providing a range of numeric functions including summary statistics, defining and comparing ranges (intervals), and compiling histogram data.
jaitools.swing - package jaitools.swing
Simple Swing GUI components suitable for testing and example applications.
jaitools.tilecache - package jaitools.tilecache
An implementation of TileCache which can use disk caching to supplement memory, allowing large volumes of image data to be handled.
jaitools.tiledimage - package jaitools.tiledimage
A writable tiled image class similar to JAI's TiledImage but backed by DiskMemTileCache to handle very large images within limited memory.
Jiffle - Class in jaitools.jiffle
Compiles scripts and generates Java sources and executable bytecode for runtime classes.
Jiffle() - Constructor for class jaitools.jiffle.Jiffle
Creates a new instance.
Jiffle(String, Map<String, Jiffle.ImageRole>) - Constructor for class jaitools.jiffle.Jiffle
Creates a new instance by compiling the provided script.
Jiffle(File, Map<String, Jiffle.ImageRole>) - Constructor for class jaitools.jiffle.Jiffle
Creates a new instance by compiling the script read from scriptFile.
Jiffle.ImageRole - Enum in jaitools.jiffle
Used to specify the roles of images referenced in a Jiffle script.
Jiffle.RuntimeModel - Enum in jaitools.jiffle
Constants for runtime model.
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.JiffleParser
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.TagVars
 
JIFFLE_OPTION - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
JiffleBuilder - Class in jaitools.jiffle
A builder script which makes it easy to compile and run basic Jiffle scripts.
JiffleBuilder() - Constructor for class jaitools.jiffle.JiffleBuilder
Creates a new JiffleBuilder instance.
JiffleDirectRuntime - Interface in jaitools.jiffle.runtime
Defines methods implemented by runtime classes adopting the direct evaluation model.
JiffleEvent - Class in jaitools.jiffle.runtime
Used by JiffleExecutor to send task completion and failure messages listeners.
JiffleEvent(JiffleExecutorResult) - Constructor for class jaitools.jiffle.runtime.JiffleEvent
Creates a new event.
JiffleEventListener - Interface in jaitools.jiffle.runtime
Interface implemented by classes wishing to receive task progress information from JiffleExecutor.
JiffleException - Exception in jaitools.jiffle
Exception class for errors encountered while compiling a script
JiffleException(Throwable) - Constructor for exception jaitools.jiffle.JiffleException
Create a new instance from an incoming exception.
JiffleException(String) - Constructor for exception jaitools.jiffle.JiffleException
Creates a new instance with the given message.
JiffleException(List<String>) - Constructor for exception jaitools.jiffle.JiffleException
Creates a new instance with the given list of messages.
JiffleException(String, Throwable) - Constructor for exception jaitools.jiffle.JiffleException
Creates a new instance from the given message and base object.
JiffleExecutor - Class in jaitools.jiffle.runtime
A multi-threaded, event-driven executor service for Jiffle scripts.
JiffleExecutor() - Constructor for class jaitools.jiffle.runtime.JiffleExecutor
Creates an executor with default settings.
JiffleExecutor(int) - Constructor for class jaitools.jiffle.runtime.JiffleExecutor
Creates an executor that can have, at most,maxTasks running concurrently, with further tasks being placed in a queue.
JiffleExecutorException - Exception in jaitools.jiffle.runtime
Exception thrown by JiffleExecutor to signal runtime errors.
JiffleExecutorException(String) - Constructor for exception jaitools.jiffle.runtime.JiffleExecutorException
Creates a new exception.
JiffleExecutorException(Throwable) - Constructor for exception jaitools.jiffle.runtime.JiffleExecutorException
Creates a new exception.
JiffleExecutorResult - Class in jaitools.jiffle.runtime
Used by JiffleExecutor to send the results of a task to JiffleEventListeners.
JiffleExecutorResult(int, Jiffle, Map<String, RenderedImage>, boolean) - Constructor for class jaitools.jiffle.runtime.JiffleExecutorResult
Creates a new result object.
JiffleExecutorTask - Class in jaitools.jiffle.runtime
Executes a runtime object in a thread provided by a JiffleExecutor.
JiffleExecutorTask(JiffleExecutor, int, Jiffle, Map<String, RenderedImage>, JiffleProgressListener) - Constructor for class jaitools.jiffle.runtime.JiffleExecutorTask
Creates a new task.
JiffleFunctions - Class in jaitools.jiffle.runtime
Provides functions for Jiffle runtime objects.
JiffleFunctions() - Constructor for class jaitools.jiffle.runtime.JiffleFunctions
 
JiffleIndirectRuntime - Interface in jaitools.jiffle.runtime
Defines methods implemented by runtime classes adopting the indirect evaluation model.
JiffleLexer - Class in jaitools.jiffle.parser
 
JiffleLexer() - Constructor for class jaitools.jiffle.parser.JiffleLexer
 
JiffleLexer(CharStream) - Constructor for class jaitools.jiffle.parser.JiffleLexer
 
JiffleLexer(CharStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.JiffleLexer
 
jiffleOption() - Method in class jaitools.jiffle.parser.CheckAssignments
 
jiffleOption() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
jiffleOption() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
jiffleOption() - Method in class jaitools.jiffle.parser.TagVars
 
jiffleOption() - Method in class jaitools.jiffle.parser.TransformExpressions
 
JiffleParser - Class in jaitools.jiffle.parser
Jiffle language parser grammar.
JiffleParser(TokenStream) - Constructor for class jaitools.jiffle.parser.JiffleParser
 
JiffleParser(TokenStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.JiffleParser
 
JiffleParser.addExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.addExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.addExpression_return
 
JiffleParser.andExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.andExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.andExpression_return
 
JiffleParser.arguments_return - Class in jaitools.jiffle.parser
 
JiffleParser.arguments_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.arguments_return
 
JiffleParser.assignmentExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.assignmentExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.assignmentExpression_return
 
JiffleParser.assignmentOp_return - Class in jaitools.jiffle.parser
 
JiffleParser.assignmentOp_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.assignmentOp_return
 
JiffleParser.atom_return - Class in jaitools.jiffle.parser
 
JiffleParser.atom_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.atom_return
 
JiffleParser.bandSpecifier_return - Class in jaitools.jiffle.parser
 
JiffleParser.bandSpecifier_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.bandSpecifier_return
 
JiffleParser.block_return - Class in jaitools.jiffle.parser
 
JiffleParser.block_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.block_return
 
JiffleParser.blockStatement_return - Class in jaitools.jiffle.parser
 
JiffleParser.blockStatement_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.blockStatement_return
 
JiffleParser.compExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.compExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.compExpression_return
 
JiffleParser.conditionalExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.conditionalExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.conditionalExpression_return
 
JiffleParser.delimitedStatement_return - Class in jaitools.jiffle.parser
 
JiffleParser.delimitedStatement_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.delimitedStatement_return
 
JiffleParser.eqExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.eqExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.eqExpression_return
 
JiffleParser.expression_return - Class in jaitools.jiffle.parser
 
JiffleParser.expression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.expression_return
 
JiffleParser.expressionList_return - Class in jaitools.jiffle.parser
 
JiffleParser.expressionList_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.expressionList_return
 
JiffleParser.identifiedAtom_return - Class in jaitools.jiffle.parser
 
JiffleParser.identifiedAtom_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.identifiedAtom_return
 
JiffleParser.ifCall_return - Class in jaitools.jiffle.parser
 
JiffleParser.ifCall_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.ifCall_return
 
JiffleParser.imagePos_return - Class in jaitools.jiffle.parser
 
JiffleParser.imagePos_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.imagePos_return
 
JiffleParser.incdecOp_return - Class in jaitools.jiffle.parser
 
JiffleParser.incdecOp_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.incdecOp_return
 
JiffleParser.initBlock_return - Class in jaitools.jiffle.parser
 
JiffleParser.initBlock_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.initBlock_return
 
JiffleParser.listLiteral_return - Class in jaitools.jiffle.parser
 
JiffleParser.listLiteral_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.listLiteral_return
 
JiffleParser.literal_return - Class in jaitools.jiffle.parser
 
JiffleParser.literal_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.literal_return
 
JiffleParser.loopCondition_return - Class in jaitools.jiffle.parser
 
JiffleParser.loopCondition_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.loopCondition_return
 
JiffleParser.loopSet_return - Class in jaitools.jiffle.parser
 
JiffleParser.loopSet_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.loopSet_return
 
JiffleParser.multExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.multExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.multExpression_return
 
JiffleParser.option_return - Class in jaitools.jiffle.parser
 
JiffleParser.option_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.option_return
 
JiffleParser.optionsBlock_return - Class in jaitools.jiffle.parser
 
JiffleParser.optionsBlock_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.optionsBlock_return
 
JiffleParser.optionValue_return - Class in jaitools.jiffle.parser
 
JiffleParser.optionValue_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.optionValue_return
 
JiffleParser.orExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.orExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.orExpression_return
 
JiffleParser.pixelPos_return - Class in jaitools.jiffle.parser
 
JiffleParser.pixelPos_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.pixelPos_return
 
JiffleParser.pixelSpecifier_return - Class in jaitools.jiffle.parser
 
JiffleParser.pixelSpecifier_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.pixelSpecifier_return
 
JiffleParser.powerExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.powerExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.powerExpression_return
 
JiffleParser.prefixOp_return - Class in jaitools.jiffle.parser
 
JiffleParser.prefixOp_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.prefixOp_return
 
JiffleParser.primaryExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.primaryExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.primaryExpression_return
 
JiffleParser.prog_return - Class in jaitools.jiffle.parser
 
JiffleParser.prog_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.prog_return
 
JiffleParser.sequence_return - Class in jaitools.jiffle.parser
 
JiffleParser.sequence_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.sequence_return
 
JiffleParser.statement_return - Class in jaitools.jiffle.parser
 
JiffleParser.statement_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.statement_return
 
JiffleParser.unaryExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.unaryExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.unaryExpression_return
 
JiffleParser.varDeclaration_return - Class in jaitools.jiffle.parser
 
JiffleParser.varDeclaration_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.varDeclaration_return
 
JiffleParser.xorExpression_return - Class in jaitools.jiffle.parser
 
JiffleParser.xorExpression_return() - Constructor for class jaitools.jiffle.parser.JiffleParser.xorExpression_return
 
JiffleParserException - Exception in jaitools.jiffle.parser
An exception thrown when the Jiffle parser aborts due to errors.
JiffleParserException(Throwable) - Constructor for exception jaitools.jiffle.parser.JiffleParserException
Creates a new exception.
JiffleParserException(String) - Constructor for exception jaitools.jiffle.parser.JiffleParserException
Creates a new exception.
JiffleProgressListener - Interface in jaitools.jiffle.runtime
An interface implemented by classes wishing to receive task progress information from a JiffleExecutor.
JiffleProperties - Class in jaitools.jiffle
Helper class which reads the Jiffle properties file and provides values to other classes.
JiffleProperties() - Constructor for class jaitools.jiffle.JiffleProperties
 
JiffleRuntime - Interface in jaitools.jiffle.runtime
The root interface for Jiffle runtime classes.
JiffleRuntimeException - Exception in jaitools.jiffle.runtime
Thrown by Jiffle runtime objects when errors are trapped at runtime.
JiffleRuntimeException(String) - Constructor for exception jaitools.jiffle.runtime.JiffleRuntimeException
Creates a new instance.
JTSFrame - Class in jaitools.swing
A simple Swing widget to display JTS objects.
JTSFrame(String) - Constructor for class jaitools.swing.JTSFrame
 

K

KERNEL_TOL - Static variable in class jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
The tolerance used when marking kernel cells as active (ie.
KernelFactory - Class in jaitools.media.jai.kernel
A factory class with static methods to create a variety of KernelJAI objects with specified geometries
KernelFactory() - Constructor for class jaitools.media.jai.kernel.KernelFactory
 
KernelFactory.ValueType - Enum in jaitools.media.jai.kernel
Meaning of the kernel values
KernelStatsDescriptor - Class in jaitools.media.jai.kernelstats
An OperationDescriptor for the "KernelStats" operation.
KernelStatsDescriptor() - Constructor for class jaitools.media.jai.kernelstats.KernelStatsDescriptor
Constructor.
KernelStatsOpImage - Class in jaitools.media.jai.kernelstats
An operator to calculate neighbourhood statistics on a source image.
KernelStatsOpImage(RenderedImage, BorderExtender, Map, ImageLayout, Statistic[], KernelJAI, int, ROI, boolean, boolean, boolean, Number) - Constructor for class jaitools.media.jai.kernelstats.KernelStatsOpImage
Constructor
KernelStatsRIF - Class in jaitools.media.jai.kernelstats
The image factory for the KernelStatsOpImage operation.
KernelStatsRIF() - Constructor for class jaitools.media.jai.kernelstats.KernelStatsRIF
Constructor
KernelStatsSpi - Class in jaitools.media.jai.kernelstats
OperationRegistrySpi implementation to register the "KernelStats" operation and its associated image factories.
KernelStatsSpi() - Constructor for class jaitools.media.jai.kernelstats.KernelStatsSpi
Default constructor.
kernelToString(KernelJAI, boolean) - Static method in class jaitools.media.jai.kernel.KernelUtil
A utility function that returns a string representation of a KernelJAI object's data.
KernelUtil - Class in jaitools.media.jai.kernel
Various utility methods that work with KernelJAI objects
KernelUtil() - Constructor for class jaitools.media.jai.kernel.KernelUtil
 
KEY_ALWAYS_DISK_CACHE - Static variable in class jaitools.tilecache.DiskMemTileCache
Key for the parameter controlling whether newly added tiles are immediately cached to disk as well as in memory.
KEY_AUTO_FLUSH_MEMORY_ENABLED - Static variable in class jaitools.tilecache.DiskMemTileCache
Key for the parameter controlling whether the cache will auto-flush memory-resident tiles.
KEY_AUTO_FLUSH_MEMORY_INTERVAL - Static variable in class jaitools.tilecache.DiskMemTileCache
Key for the cache auto-flush interval parameter.
KEY_INITIAL_MEMORY_CAPACITY - Static variable in class jaitools.tilecache.DiskMemTileCache
Key for the parameter controlling initial memory capacity of the tile cache.

L

LB(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Looks backwards for the kth token on any of the active channels.
LCURLY - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LCURLY - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LCURLY - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LCURLY - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LCURLY - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LCURLY - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LCURLY - Static variable in class jaitools.jiffle.parser.TagVars
 
LCURLY - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
LE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LE - Static variable in class jaitools.jiffle.parser.TagVars
 
LE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
LE(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is less than or equal to y.
Letter - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
Letter - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
Letter - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
Letter - Static variable in class jaitools.jiffle.parser.JiffleParser
 
Letter - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
Letter - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
Letter - Static variable in class jaitools.jiffle.parser.TagVars
 
Letter - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
Level - Enum in jaitools.jiffle.parser
Constants used by the Jiffle script and tree parsers to identify the level of a parser message (error or warning).
LineSmoother - Class in jaitools.jts
Line smoothing by interpolation with cubic Bazier curves.
LineSmoother() - Constructor for class jaitools.jts.LineSmoother
Default constructor.
LineSmoother(GeometryFactory) - Constructor for class jaitools.jts.LineSmoother
Constructor.
list() - Static method in class jaitools.CollectionFactory
Returns a new List object.
LIST_NEW - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.TagVars
 
LIST_NEW - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
listAssignment() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
listAssignment_stack - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
listLiteral() - Method in class jaitools.jiffle.parser.CheckAssignments
 
listLiteral() - Method in class jaitools.jiffle.parser.JiffleParser
 
listLiteral() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
listLiteral() - Method in class jaitools.jiffle.parser.TagVars
 
listLiteral() - Method in class jaitools.jiffle.parser.TransformExpressions
 
listOperation() - Method in class jaitools.jiffle.parser.CheckAssignments
 
listOperation() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
listOperation() - Method in class jaitools.jiffle.parser.TagVars
 
listOperation() - Method in class jaitools.jiffle.parser.TransformExpressions
 
literal() - Method in class jaitools.jiffle.parser.CheckAssignments
 
literal() - Method in class jaitools.jiffle.parser.JiffleParser
 
literal() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
literal() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
literal() - Method in class jaitools.jiffle.parser.TagVars
 
literal() - Method in class jaitools.jiffle.parser.TransformExpressions
 
log2Arg(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the log of x to base b.
LOGICALEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
LOGICALEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
logicalOp() - Method in class jaitools.jiffle.parser.CheckAssignments
 
logicalOp() - Method in class jaitools.jiffle.parser.TagVars
 
logicalOp() - Method in class jaitools.jiffle.parser.TransformExpressions
 
longValue(Number) - Static method in class jaitools.numeric.NumberOperations
Safely convert the argument to a long value.
lookup - Variable in class jaitools.jts.AbstractSmoother
Cache of previously calculated interpolation parameters
Lookup - Class in jaitools.lookup
This class offers minimal Service Provider Interface lookup functions.
Lookup() - Constructor for class jaitools.lookup.Lookup
 
LookupItem<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> - Class in jaitools.media.jai.rangelookup
Used by RangeLookupTable to define a single lookup range and return value.
LookupItem(Range<T>, U) - Constructor for class jaitools.media.jai.rangelookup.LookupItem
Creates a new instance.
loop() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
loopCondition() - Method in class jaitools.jiffle.parser.CheckAssignments
 
loopCondition() - Method in class jaitools.jiffle.parser.JiffleParser
 
loopCondition() - Method in class jaitools.jiffle.parser.TagVars
 
loopCondition() - Method in class jaitools.jiffle.parser.TransformExpressions
 
loopSet() - Method in class jaitools.jiffle.parser.CheckAssignments
 
loopSet() - Method in class jaitools.jiffle.parser.JiffleParser
 
loopSet() - Method in class jaitools.jiffle.parser.TagVars
 
loopSet() - Method in class jaitools.jiffle.parser.TransformExpressions
 
lowestClass(Number...) - Static method in class jaitools.numeric.NumberOperations
Determine the lowest ranking class (in terms of numeric precision) among the arguments
LPAR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LPAR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LPAR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LPAR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LPAR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LPAR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LPAR - Static variable in class jaitools.jiffle.parser.TagVars
 
LPAR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
LSQUARE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LSQUARE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LSQUARE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LSQUARE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LSQUARE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LSQUARE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LSQUARE - Static variable in class jaitools.jiffle.parser.TagVars
 
LSQUARE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
LT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
LT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
LT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
LT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
LT(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Looks forwards for the kth token on any of the active channels.
LT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
LT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
LT - Static variable in class jaitools.jiffle.parser.TagVars
 
LT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
LT(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is less than y.
LT - Static variable in class jaitools.numeric.RangeComparator
Constant for "less than".

M

mABS_POS_PREFIX() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mAND() - Method in class jaitools.jiffle.parser.JiffleLexer
 
map() - Static method in class jaitools.CollectionFactory
Returns a new Map object.
mapDestRect(Rectangle, int) - Method in class jaitools.media.jai.AttributeOpImage
Maps the destination rectangle into source image space (which will be identical).
mAPPEND() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mapSourceRect(Rectangle, int) - Method in class jaitools.media.jai.AttributeOpImage
Maps the source rectangle into destination space (which will be identical).
MaskedConvolveDescriptor - Class in jaitools.media.jai.maskedconvolve
An OperationDescriptor describing the "MaskedConvolve" operation.
MaskedConvolveDescriptor() - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constructor.
MaskedConvolveOpImage - Class in jaitools.media.jai.maskedconvolve
An operator to perform masked convolution on a source image.
MaskedConvolveOpImage(RenderedImage, BorderExtender, Map, ImageLayout, KernelJAI, ROI, Boolean, Boolean, Number, int) - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveOpImage
Constructor
MaskedConvolveRIF - Class in jaitools.media.jai.maskedconvolve
The image factory for the MaskedConvolveOpImage operation.
MaskedConvolveRIF() - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveRIF
Constructor
MaskedConvolveSpi - Class in jaitools.media.jai.maskedconvolve
OperationRegistrySpi implementation to register the "MaskedConvolve" operation and its associated image factories.
MaskedConvolveSpi() - Constructor for class jaitools.media.jai.maskedconvolve.MaskedConvolveSpi
Default constructor.
match(int, int) - Method in enum jaitools.numeric.RangeComparator.Result
Partial matching: returns a List of Types that have the given end-point comparison flag at the specified position
match(int, int, Collection<RangeComparator.Result>) - Method in enum jaitools.numeric.RangeComparator.Result
Partial matching: returns a List of those Types in the provided Collection that have the given end-point comparison flag at the specified position.
matches(String, List<String>) - Method in class jaitools.jiffle.parser.FunctionInfo
Tests if this object matches the given name and argument types.
max(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the maximum of the input values.
max(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Return the maximum of the given values.
MAX_MAX - Static variable in class jaitools.numeric.RangeComparator
Index of RangeComparator.Result element for the comparison of the max value of the first Range with the max value of the second range.
MAX_MIN - Static variable in class jaitools.numeric.RangeComparator
Index of RangeComparator.Result element for the comparison of the max value of the first Range with the min value of the second range.
mBOOLEAN_TYPE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mBREAKIF() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mCHAR() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mCOLON() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mCOMMA() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mCOMMENT() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mDECR() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mDigit() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mDIV() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mDIVEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mDot() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mDOUBLE_TYPE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mean(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the mean of the input values.
mean(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Return the mean of the given values.
MeanVarianceProcessor - Class in jaitools.numeric
A Processor to calculate running mean and variance.
MeanVarianceProcessor() - Constructor for class jaitools.numeric.MeanVarianceProcessor
 
median(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the median of the input values.
median(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates the median of the given values.
memoryControl() - Method in class jaitools.tilecache.DiskMemTileCache
Frees memory for resident tiles so that the fraction of memory occupied is no more than the current value of the mamory threshold.
mEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mESC_SEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
Message - Enum in jaitools.jiffle.parser
Constants used by the Jiffle script and tree parsers to report errors and warnings.
MessageTable - Class in jaitools.jiffle.parser
Used by Jiffle parsers to record errors and warnings.
MessageTable() - Constructor for class jaitools.jiffle.parser.MessageTable
 
mFALSE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mFLOAT_LITERAL() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mFLOAT_TYPE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mFloatExp() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mFOREACH() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mGE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mGT() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mHEX_DIGIT() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mID() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mIF() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mIN() - Method in class jaitools.jiffle.parser.JiffleLexer
 
min(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the minimum of the input values.
min(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates the minimum of the given values.
MIN_CELLS_ALL - Static variable in class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constant that can be used for the minCells parameter to require all non-zero kernel cells to overlap with unmasked source image cells for convolution to be performed for a terget cell
MIN_CELLS_ANY - Static variable in class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
Constant that can be used for the minCells parameter to specify convolution will be performed for a terget cell if any non-zero kernel cells overlap with unmasked source image cells.
MIN_MAX - Static variable in class jaitools.numeric.RangeComparator
Index of RangeComparator.Result element for the comparison of the min value of the first Range with the max value of the second range.
MIN_MIN - Static variable in class jaitools.numeric.RangeComparator
Index of RangeComparator.Result element for the comparison of the min value of the first Range with the min value of the second range.
mINCR() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mINIT() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mINT_LITERAL() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mINT_TYPE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
MINUS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
MINUS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
MINUS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
MINUS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
MINUS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
MINUS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
MINUS - Static variable in class jaitools.jiffle.parser.TagVars
 
MINUS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
MINUSEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
mLCURLY() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mLE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mLetter() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mLOGICALEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mLPAR() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mLSQUARE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mLT() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mMINUS() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mMINUSEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mMOD() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mMODEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mNE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mNonZeroDigit() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mNOT() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mNULL() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mOCTAL_ESC() - Method in class jaitools.jiffle.parser.JiffleLexer
 
MOD - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
MOD - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
MOD - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
MOD - Static variable in class jaitools.jiffle.parser.JiffleParser
 
MOD - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
MOD - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
MOD - Static variable in class jaitools.jiffle.parser.TagVars
 
MOD - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
mode(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the mode of the input values.
mode(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates the empirical mode (highest frequency value) of the given values.
model - Variable in class jaitools.jiffle.parser.AbstractSourceGenerator
The runtime model to generate source for.
MODEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
MODEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
MODEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
MODEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
MODEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
MODEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
MODEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
MODEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
mOPTIONS() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mOR() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mPLUS() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mPLUSEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mPOW() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mQUESTION() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mRCURLY() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mRPAR() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mRSQUARE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mSEMI() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mTIMES() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mTIMESEQ() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mTokens() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mTRUE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
multExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
MultiChannelTokenStream - Class in jaitools.jiffle.parser
A TokenStream that can work with multiple active channels.
MultiChannelTokenStream(TokenSource) - Constructor for class jaitools.jiffle.parser.MultiChannelTokenStream
Creates a new stream with the default ANTLR channel active.
MultiChannelTokenStream(TokenSource, int[]) - Constructor for class jaitools.jiffle.parser.MultiChannelTokenStream
Creates a new stream with the given channels active.
multiply(Number, Number) - Static method in class jaitools.numeric.NumberOperations
Calculates n2 * n1.
mUNDERSCORE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mUNICODE_ESC() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mUNTIL() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mWHILE() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mWS() - Method in class jaitools.jiffle.parser.JiffleLexer
 
mXOR() - Method in class jaitools.jiffle.parser.JiffleLexer
 

N

NAME_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: default toot name for a Jiffle instance.
NE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
NE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
NE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
NE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
NE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
NE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
NE - Static variable in class jaitools.jiffle.parser.TagVars
 
NE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
NE(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if x is not equal to y.
NEG_INF - Static variable in class jaitools.numeric.Range
Integer flag value for negative infinity.
newInstance(Number, Class<? extends Number>) - Static method in class jaitools.numeric.NumberOperations
Return a new instance of class clazz taking its value from number
newThread(Runnable) - Method in class jaitools.DaemonThreadFactory
Creates a new daemon thread with name and priority assigned as per the values supplied when creating this thread factory.
newVar - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalar_return
 
NO_BIN - Static variable in class jaitools.numeric.Histogram
Constant indicating that a value does not fall in any bin
NO_REGION - Static variable in class jaitools.media.jai.regionalize.RegionalizeOpImage
Destingation value indicating that the pixel does not belong to a region
NonZeroDigit - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.JiffleParser
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.TagVars
 
NonZeroDigit - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
NOT - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
NOT - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
NOT - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
NOT - Static variable in class jaitools.jiffle.parser.JiffleParser
 
NOT - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
NOT - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
NOT - Static variable in class jaitools.jiffle.parser.TagVars
 
NOT - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
NOT(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Treats x as true if non-zero, or false if zero and then returns the logical complement.
NULL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
NULL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
NULL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
NULL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
NULL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
NULL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
NULL - Static variable in class jaitools.jiffle.parser.TagVars
 
NULL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
NullErrorReporter - Class in jaitools.jiffle.parser
Used by the Jiffle compiler to intercept and discard ANTLR parsing error messages.
NullErrorReporter() - Constructor for class jaitools.jiffle.parser.NullErrorReporter
 
NullProgressListener - Class in jaitools.jiffle.runtime
A no-action progress listener.
NullProgressListener() - Constructor for class jaitools.jiffle.runtime.NullProgressListener
 
numAccepted - Variable in class jaitools.numeric.AbstractProcessor
Number of samples accepted.
NumberOperations - Class in jaitools.numeric
Provides static methods to work directly with Number objects without having to cast them to narrower types.
NumberOperations() - Constructor for class jaitools.numeric.NumberOperations
 
NumberOperations.ClassInfo - Enum in jaitools.numeric
Information about the Number classes supported including their rank in terms of numeric precision.
numNaN - Variable in class jaitools.numeric.AbstractProcessor
Number of NaN samples offered.
numNoData - Variable in class jaitools.numeric.AbstractProcessor
Number of NODATA samples offered.
numOffered - Variable in class jaitools.numeric.AbstractProcessor
Number of samples offered.
numTilesInUse - Variable in class jaitools.tiledimage.DiskMemImage
The number of tiles that are currently checked out for writing
numWriters - Variable in class jaitools.tiledimage.DiskMemImage
A 2D array with dimensions corresponding to the tile grid width and height that records, for each tile, the number of writers that have the tile checked out currently

O

OCTAL_ESC - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.JiffleParser
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.TagVars
 
OCTAL_ESC - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
offer(Double) - Method in class jaitools.numeric.AbstractProcessor
Offers a sample value to the processor.
offer(Double) - Method in class jaitools.numeric.ExactMedianProcessor
Offers a sample value to the processor.
offer(Double) - Method in interface jaitools.numeric.Processor
Offers a sample value to the processor.
offer(Double) - Method in class jaitools.numeric.StreamingSampleStats
Offers a sample value.
offer(Double[]) - Method in class jaitools.numeric.StreamingSampleStats
Offers an array of sample values.
onCompletionEvent(JiffleEvent) - Method in interface jaitools.jiffle.runtime.JiffleEventListener
Called when the task has been completed successfully.
onFailureEvent(JiffleEvent) - Method in interface jaitools.jiffle.runtime.JiffleEventListener
Called when the task has failed.
option() - Method in class jaitools.jiffle.parser.JiffleParser
 
OptionLookup - Class in jaitools.jiffle.parser
A lookup service used by the Jiffle compiler when parsing script options.
OptionLookup() - Constructor for class jaitools.jiffle.parser.OptionLookup
 
OPTIONS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
OPTIONS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
OPTIONS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
OPTIONS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
OPTIONS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
OPTIONS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
OPTIONS - Static variable in class jaitools.jiffle.parser.TagVars
 
OPTIONS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
optionsBlock() - Method in class jaitools.jiffle.parser.JiffleParser
 
OptionsBlockReader - Class in jaitools.jiffle.parser
Transforms tokens representing variables into specific token types.
OptionsBlockReader(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.OptionsBlockReader
 
OptionsBlockReader(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.OptionsBlockReader
 
OptionsBlockReader(TreeNodeStream, MessageTable) - Constructor for class jaitools.jiffle.parser.OptionsBlockReader
 
OptionsBlockReader.literal_return - Class in jaitools.jiffle.parser
 
OptionsBlockReader.literal_return() - Constructor for class jaitools.jiffle.parser.OptionsBlockReader.literal_return
 
OptionsBlockReader.optionValue_return - Class in jaitools.jiffle.parser
 
OptionsBlockReader.optionValue_return() - Constructor for class jaitools.jiffle.parser.OptionsBlockReader.optionValue_return
 
optionValue() - Method in class jaitools.jiffle.parser.JiffleParser
 
optionValue() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
optionValue() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
optionValue() - Method in class jaitools.jiffle.parser.TagVars
 
OR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
OR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
OR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
OR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
OR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
OR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
OR - Static variable in class jaitools.jiffle.parser.TagVars
 
OR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
OR(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if either x or y is non-zero.
orderedMap() - Static method in class jaitools.CollectionFactory
Returns a new Map object that maintains insertion order.
orderedSet() - Static method in class jaitools.CollectionFactory
Returns a new Set instance that maintains the insertion order of its elements.
orExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 

P

PAR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
PAR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
PAR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
PAR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
PAR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
PAR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
PAR - Static variable in class jaitools.jiffle.parser.TagVars
 
PAR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
ParsingErrorReporter - Interface in jaitools.jiffle.parser
Defines methods to intercept parsing error messages.
peek() - Method in class jaitools.jiffle.runtime.IntegerStack
Peek at the top value without removing it.
performImageOp(RenderedImageFactory, ParameterBlock, int, RenderingHints) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
performImageOp(String, ParameterBlock, int, RenderingHints) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
PIXEL_REF - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.JiffleParser
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.TagVars
 
PIXEL_REF - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
PixelCoordType - Enum in jaitools.imageutils
Constants for the type of coordinates to use to index pixels.
PixelOutsideImageException - Exception in jaitools.tiledimage
Exception thrown when a given pixel / band location is outside an image's bounds
pixelPos() - Method in class jaitools.jiffle.parser.CheckAssignments
 
pixelPos() - Method in class jaitools.jiffle.parser.JiffleParser
 
pixelPos(String) - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
pixelPos() - Method in class jaitools.jiffle.parser.TagVars
 
pixelPos() - Method in class jaitools.jiffle.parser.TransformExpressions
 
pixelSpecifier() - Method in class jaitools.jiffle.parser.CheckAssignments
 
pixelSpecifier() - Method in class jaitools.jiffle.parser.JiffleParser
 
pixelSpecifier() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
pixelSpecifier() - Method in class jaitools.jiffle.parser.TagVars
 
pixelSpecifier() - Method in class jaitools.jiffle.parser.TransformExpressions
 
pkgName - Variable in class jaitools.jiffle.parser.AbstractSourceGenerator
The package name to use for the runtime class.
PLUS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
PLUS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
PLUS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
PLUS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
PLUS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
PLUS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
PLUS - Static variable in class jaitools.jiffle.parser.TagVars
 
PLUS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
PLUSEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
PolygonSmoother - Class in jaitools.jts
Polygon smoothing by interpolation with cubic Bazier curves.
PolygonSmoother() - Constructor for class jaitools.jts.PolygonSmoother
Default constructor.
PolygonSmoother(GeometryFactory) - Constructor for class jaitools.jts.PolygonSmoother
Constructor.
pop() - Method in class jaitools.jiffle.runtime.IntegerStack
Pop the top value off the stack.
POSTFIX - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
POSTFIX - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
POSTFIX - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
POSTFIX - Static variable in class jaitools.jiffle.parser.JiffleParser
 
POSTFIX - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
POSTFIX - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
POSTFIX - Static variable in class jaitools.jiffle.parser.TagVars
 
POSTFIX - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
postfixOp() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
POW - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
POW - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
POW - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
POW - Static variable in class jaitools.jiffle.parser.JiffleParser
 
POW - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
POW - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
POW - Static variable in class jaitools.jiffle.parser.TagVars
 
POW - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
powerExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
PREFIX - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
PREFIX - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
PREFIX - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
PREFIX - Static variable in class jaitools.jiffle.parser.JiffleParser
 
PREFIX - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
PREFIX - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
PREFIX - Static variable in class jaitools.jiffle.parser.TagVars
 
PREFIX - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
prefixOp() - Method in class jaitools.jiffle.parser.CheckAssignments
 
prefixOp() - Method in class jaitools.jiffle.parser.JiffleParser
 
prefixOp() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
prefixOp() - Method in class jaitools.jiffle.parser.TagVars
 
prefixOp() - Method in class jaitools.jiffle.parser.TransformExpressions
 
primaryExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
Processor - Interface in jaitools.numeric
Defines methods that must be implemented by statistics processors working with StreamingSampleStats.
ProcessorFactory - Class in jaitools.numeric
A (very) simple factory class used by StreamingSampleStats to create Processors which handle the calculation of various statistics based on values in a data stream.
ProcessorFactory() - Constructor for class jaitools.numeric.ProcessorFactory
 
prog() - Method in class jaitools.jiffle.parser.JiffleParser
 
ProgressMeter - Class in jaitools.swing
A progress bar in a frame with a title and optional label.
ProgressMeter() - Constructor for class jaitools.swing.ProgressMeter
Constructor
ProgressMeter(String) - Constructor for class jaitools.swing.ProgressMeter
Constructor.
ProgressMeter(String, String) - Constructor for class jaitools.swing.ProgressMeter
Constructor.
PROPERTIES_FILE - Static variable in class jaitools.jiffle.JiffleProperties
Properties file name.
push(Integer) - Method in class jaitools.jiffle.runtime.IntegerStack
Push a value onto the stack.
put(String, Object) - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.STAttrMap
 
put(String, int) - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.STAttrMap
 

Q

QUESTION - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
QUESTION - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
QUESTION - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
QUESTION - Static variable in class jaitools.jiffle.parser.JiffleParser
 
QUESTION - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
QUESTION - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
QUESTION - Static variable in class jaitools.jiffle.parser.TagVars
 
QUESTION - Static variable in class jaitools.jiffle.parser.TransformExpressions
 

R

radToDeg(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Converts an angle in radians to degrees.
rand(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets a random value between 0 (inclusive) and x (exclusive).
randInt(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets a random integer value (actually a truncated double) between 0 (inclusive) and floor(x) (exclusive).
RandomBorderExtender - Class in jaitools.imageutils
A BorderExtender that generates uniform random pixel values in a user-specified range
RandomBorderExtender(Number, Number) - Constructor for class jaitools.imageutils.RandomBorderExtender
Creates a border extender that will buffer an image with values uniformly drawn from the range minValue (inclusive) to maxValue (exclusive).
range(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the range of the input values.
Range<T extends Number & Comparable> - Class in jaitools.numeric
Yet another numeric interval class.
Range(T, boolean, T, boolean) - Constructor for class jaitools.numeric.Range
Creates a new Range with non-zero width (may be infinite).
Range(T, int...) - Constructor for class jaitools.numeric.Range
Creates a new point (degenerate) range.
Range(Range<T>) - Constructor for class jaitools.numeric.Range
Creates a copy of another Range instance.
range(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates the range (max - min) of a set of values.
Range.Type - Enum in jaitools.numeric
Constants to specify whether a Range parameter defines included or excluded values.
RangeComparator<T extends Number & Comparable> - Class in jaitools.numeric
A comparator for Range objects capable of discerning the 18 different possible interval comparisons as described by: Brian Hayes (2003) A lucid interval.
RangeComparator() - Constructor for class jaitools.numeric.RangeComparator
 
RangeComparator.Result - Enum in jaitools.numeric
Constants defining the names, notation and descriptions for the 18 different possible interval comparisons as described by: Brian Hayes (2003) A lucid interval.
RangeLookupDescriptor - Class in jaitools.media.jai.rangelookup
Describes the "RangeLookup" operation.
RangeLookupDescriptor() - Constructor for class jaitools.media.jai.rangelookup.RangeLookupDescriptor
Constructor.
RangeLookupOpImage - Class in jaitools.media.jai.rangelookup
This is a variation on the JAI javax.media.jai.LookupDescriptor.
RangeLookupOpImage(RenderedImage, Map, ImageLayout, RangeLookupTable) - Constructor for class jaitools.media.jai.rangelookup.RangeLookupOpImage
Constructor
RangeLookupRIF - Class in jaitools.media.jai.rangelookup
The image factory for the RangeLookup operation.
RangeLookupRIF() - Constructor for class jaitools.media.jai.rangelookup.RangeLookupRIF
Constructor
RangeLookupSpi - Class in jaitools.media.jai.rangelookup
OperationRegistrySpi implementation to register the "RangeLookup" operation and its associated image factories.
RangeLookupSpi() - Constructor for class jaitools.media.jai.rangelookup.RangeLookupSpi
Default constructor.
RangeLookupTable<T extends Number & Comparable<? super T>,U extends Number & Comparable<? super U>> - Class in jaitools.media.jai.rangelookup
Holds a collection of source image value ranges and their corresponding destination image values for the RangeLookup operation.
RangeLookupTable() - Constructor for class jaitools.media.jai.rangelookup.RangeLookupTable
Creates a new table with no default value.
RangeLookupTable(U) - Constructor for class jaitools.media.jai.rangelookup.RangeLookupTable
Creates a new table with a default value.
RangeLookupTable(U, boolean) - Constructor for class jaitools.media.jai.rangelookup.RangeLookupTable
Creates a new table with specified default value and overlapping range behaviour.
ranges(List<Range>) - Method in class jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given Ranges.
RangeUtils - Class in jaitools.numeric
Provides static helper methods to transform, sort and merge Range objects.
RangeUtils() - Constructor for class jaitools.numeric.RangeUtils
 
RCURLY - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
RCURLY - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
RCURLY - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
RCURLY - Static variable in class jaitools.jiffle.parser.JiffleParser
 
RCURLY - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
RCURLY - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
RCURLY - Static variable in class jaitools.jiffle.parser.TagVars
 
RCURLY - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
readers - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Maps source image variable names (String) to image iterators (RandomIter).
readFromImage(String, int, int, int) - Method in class jaitools.jiffle.runtime.AbstractDirectRuntime
Gets a value from a source image as a double.
readFromImage(String, int, int, int) - Method in class jaitools.jiffle.runtime.AbstractIndirectRuntime
 
readFromImage(String, int, int, int) - Method in interface jaitools.jiffle.runtime.JiffleDirectRuntime
Gets a value from a source image as a double.
readFromImage(String, int, int, int) - Method in interface jaitools.jiffle.runtime.JiffleIndirectRuntime
Gets a value from a source image as a double.
recoverFromMismatchedToken(IntStream, int, BitSet) - Method in class jaitools.jiffle.parser.JiffleParser
 
Region - Class in jaitools.media.jai.regionalize
Holds summary data for a single region of uniform value identified in the image
REGION_DATA_PROPERTY - Static variable in class jaitools.media.jai.regionalize.RegionalizeDescriptor
The propoerty name to retrieve the RegionData object which holds summary data for regions identified in the source image and depicted in the destination image
RegionalizeDescriptor - Class in jaitools.media.jai.regionalize
Describes the "Regionalize" operation.
RegionalizeDescriptor() - Constructor for class jaitools.media.jai.regionalize.RegionalizeDescriptor
Constructor.
RegionalizeOpImage - Class in jaitools.media.jai.regionalize
An operator to identify regions of uniform value, within a user-specified tolerance, in the source image.
RegionalizeOpImage(RenderedImage, Map, ImageLayout, int, double, boolean) - Constructor for class jaitools.media.jai.regionalize.RegionalizeOpImage
Constructor
RegionalizeRIF - Class in jaitools.media.jai.regionalize
The image factory for the Regionalize operation.
RegionalizeRIF() - Constructor for class jaitools.media.jai.regionalize.RegionalizeRIF
Constructor
RegionalizeSpi - Class in jaitools.media.jai.regionalize
OperationRegistrySpi implementation to register the "Regionalize" operation and its associated image factories.
RegionalizeSpi() - Constructor for class jaitools.media.jai.regionalize.RegionalizeSpi
Default constructor.
REL_POS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
REL_POS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
REL_POS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
REL_POS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
REL_POS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
REL_POS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
REL_POS - Static variable in class jaitools.jiffle.parser.TagVars
 
REL_POS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
releaseWritableTile(int, int) - Method in class jaitools.tiledimage.DiskMemImage
Releases a tile that was checked out for writing.
remove(RenderedImage, int, int) - Method in class jaitools.tilecache.DiskMemTileCache
Removes a tile from the cache.
removeActiveChannel(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Removes a channel from those active.
removeAllActiveChannels() - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Removes all active channels.
removeCollinearVertices(LineString) - Static method in class jaitools.jts.Utils
Removes collinear points from the provided linestring.
removeCollinearVertices(Polygon) - Static method in class jaitools.jts.Utils
Removes collinear vertices from the provided Polygon.
removeCollinearVertices(Geometry) - Static method in class jaitools.jts.Utils
Removes collinear vertices from the provided Geometry.
removeEventListener(JiffleEventListener) - Method in class jaitools.jiffle.runtime.JiffleExecutor
Removes an event listener.
removeImage(String) - Method in class jaitools.jiffle.JiffleBuilder
Removes an image associated with a script variable name.
removeTileObserver(TileObserver) - Method in class jaitools.tiledimage.DiskMemImage
removeTiles(RenderedImage) - Method in class jaitools.tilecache.DiskMemTileCache
Removes all tiles that belong to the given image from the cache.
residentTiles - Variable in class jaitools.tilecache.DiskMemTileCache
Memory-resident tiles.
resize(double[], int) - Static method in class jaitools.numeric.ArrayUtils
Resize the given array, truncating or padding with zeroes as necessary.
resize(float[], int) - Static method in class jaitools.numeric.ArrayUtils
Resize the given array, truncating or padding with zeroes as necessary.
resize(int[], int) - Static method in class jaitools.numeric.ArrayUtils
Resize the given array, truncating or padding with zeroes as necessary.
result - Variable in class jaitools.jiffle.runtime.JiffleEvent
Holds results and other objects passed by the JiffleExecutor.
Result - Class in jaitools.media.jai.zonalstats
Holds the result for a a given combination of image band / zone / statistic.
Result(int, int, Statistic, List<Range>, Double, long, long, long, long) - Constructor for class jaitools.media.jai.zonalstats.Result
Create a new Result object.
results() - Method in class jaitools.media.jai.zonalstats.ZonalStats
Returns the list of Result objects.
roi - Variable in class jaitools.media.jai.AttributeOpImage
An optional ROI to define the region over which to derive attributes.
ROIGeometry - Class in jaitools.imageutils
An ROI class that honours double precision coordinates when testing for inclusion.
ROIGeometry(Geometry) - Constructor for class jaitools.imageutils.ROIGeometry
Constructor which takes a Geometry object to be used as the reference against which to test inclusion of image coordinates.
ROIGeometry(Geometry, PixelCoordType) - Constructor for class jaitools.imageutils.ROIGeometry
Constructor which takes a Geometry object to be used as the reference against which to test inclusion of image coordinates.
rotate(double) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
rotate(double, double, double) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
round2Arg(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Rounds the input value to the given precision.
RPAR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
RPAR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
RPAR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
RPAR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
RPAR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
RPAR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
RPAR - Static variable in class jaitools.jiffle.parser.TagVars
 
RPAR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
RSQUARE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
RSQUARE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
RSQUARE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
RSQUARE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
RSQUARE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
RSQUARE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
RSQUARE - Static variable in class jaitools.jiffle.parser.TagVars
 
RSQUARE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
rtnType - Variable in class jaitools.jiffle.parser.TagVars.expression_return
 
run() - Method in class jaitools.jiffle.JiffleBuilder
Runs the script.
RUNTIME_IMPORTS_DELIM - Static variable in class jaitools.jiffle.JiffleProperties
Delimiter used to separate multiple import entries
RUNTIME_PACKAGE_KEY - Static variable in class jaitools.jiffle.JiffleProperties
Key: runtime class package
RuntimeSourceGenerator - Class in jaitools.jiffle.parser
Generates Java sources for the runtime class from the final AST.
RuntimeSourceGenerator(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator
 
RuntimeSourceGenerator(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator
 
RuntimeSourceGenerator.arithmeticOp_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.arithmeticOp_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.arithmeticOp_return
 
RuntimeSourceGenerator.assignmentOp_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.assignmentOp_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.assignmentOp_return
 
RuntimeSourceGenerator.bandSpecifier_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.bandSpecifier_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.bandSpecifier_return
 
RuntimeSourceGenerator.binaryExpression_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.binaryExpression_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.binaryExpression_return
 
RuntimeSourceGenerator.block_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.block_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.block_return
 
RuntimeSourceGenerator.blockStatement_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.blockStatement_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.blockStatement_return
 
RuntimeSourceGenerator.conditionalLoop_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.conditionalLoop_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.conditionalLoop_return
 
RuntimeSourceGenerator.expression_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.expression_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.expression_return
 
RuntimeSourceGenerator.expressionList_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.expressionList_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.expressionList_return
 
RuntimeSourceGenerator.foreachLoop_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.foreachLoop_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.foreachLoop_return
 
RuntimeSourceGenerator.generate_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.generate_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.generate_return
 
RuntimeSourceGenerator.imagePos_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.imagePos_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.imagePos_return
 
RuntimeSourceGenerator.imageWrite_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.imageWrite_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.imageWrite_return
 
RuntimeSourceGenerator.incdecOp_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.incdecOp_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.incdecOp_return
 
RuntimeSourceGenerator.jiffleOption_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.jiffleOption_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.jiffleOption_return
 
RuntimeSourceGenerator.listAssignment_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.listAssignment_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.listAssignment_return
 
RuntimeSourceGenerator.listAssignment_scope - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.listAssignment_scope() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.listAssignment_scope
 
RuntimeSourceGenerator.listLiteral_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.listLiteral_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.listLiteral_return
 
RuntimeSourceGenerator.listOperation_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.listOperation_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.listOperation_return
 
RuntimeSourceGenerator.literal_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.literal_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.literal_return
 
RuntimeSourceGenerator.loop_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.loop_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.loop_return
 
RuntimeSourceGenerator.optionValue_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.optionValue_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.optionValue_return
 
RuntimeSourceGenerator.pixelPos_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.pixelPos_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelPos_return
 
RuntimeSourceGenerator.pixelSpecifier_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.pixelSpecifier_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelSpecifier_return
 
RuntimeSourceGenerator.postfixOp_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.postfixOp_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.postfixOp_return
 
RuntimeSourceGenerator.prefixOp_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.prefixOp_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.prefixOp_return
 
RuntimeSourceGenerator.scalar_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.scalar_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.scalar_return
 
RuntimeSourceGenerator.scalarAssignment_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.scalarAssignment_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.scalarAssignment_return
 
RuntimeSourceGenerator.simpleStatement_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.simpleStatement_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.simpleStatement_return
 
RuntimeSourceGenerator.statement_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.statement_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.statement_return
 
RuntimeSourceGenerator.STAttrMap - Class in jaitools.jiffle.parser
allows convenient multi-value initialization: "new STAttrMap().put(...).put(...)"
RuntimeSourceGenerator.STAttrMap() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.STAttrMap
 
RuntimeSourceGenerator.var_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.var_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.var_return
 
RuntimeSourceGenerator.varDeclaration_return - Class in jaitools.jiffle.parser
 
RuntimeSourceGenerator.varDeclaration_return() - Constructor for class jaitools.jiffle.parser.RuntimeSourceGenerator.varDeclaration_return
 

S

SampleStats - Class in jaitools.numeric
A collection of static methods to calculate summary statistics for a sample of double-valued data.
SampleStats() - Constructor for class jaitools.numeric.SampleStats
 
SamplingBorderExtender - Class in jaitools.imageutils
A BorderExtender that generates pixel values by randomly sampling the source image within a threshold distance of each border pixel
SamplingBorderExtender(int) - Constructor for class jaitools.imageutils.SamplingBorderExtender
Creates a border extender that generate a value for each border pixel by randomly sampling the area of the source image that lies within maxDistance pixels of the border pixel.
scalar() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
scalarAssignment() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
scalarExpression() - Method in class jaitools.jiffle.parser.TagVars
 
scale(double, double) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
ScopeType - Enum in jaitools.jiffle.parser
Constants for variable scope type.
script(String) - Method in class jaitools.jiffle.JiffleBuilder
Sets the script to be compiled.
script(File) - Method in class jaitools.jiffle.JiffleBuilder
Reads the script from scriptFile.
sdev(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the sample standard deviation of the input values.
sdev(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates sample standard deviation.
SEMI - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
SEMI - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
SEMI - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
SEMI - Static variable in class jaitools.jiffle.parser.JiffleParser
 
SEMI - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
SEMI - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
SEMI - Static variable in class jaitools.jiffle.parser.TagVars
 
SEMI - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
sequence() - Method in class jaitools.jiffle.parser.JiffleParser
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.TagVars
 
SEQUENCE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
set() - Static method in class jaitools.CollectionFactory
Returns a new Set instance.
setAutoFlushMemoryEnabled(boolean) - Method in class jaitools.tilecache.DiskMemTileCache
Enables or disables auto-flushing of memory resident with the currently set minimum interval.
setAutoFlushMemoryInterval(long) - Method in class jaitools.tilecache.DiskMemTileCache
Sets the minimum period of cache inactivity, in milliseconds, that must elapse before automatically flushing memory-resident tiles.
setBackground(Color) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setBaseClassName(String) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Sets the runtime base class name.
setBaseClassName(String) - Method in interface jaitools.jiffle.parser.SourceGenerator
Sets the runtime base class name.
setBounds(int, int, int, int) - Method in class jaitools.jiffle.runtime.AbstractDirectRuntime
Set the bounds of the processing area.
setBounds(int, int, int, int) - Method in class jaitools.jiffle.runtime.AbstractIndirectRuntime
 
setBounds(int, int, int, int) - Method in interface jaitools.jiffle.runtime.JiffleRuntime
Set the bounds of the processing area.
setCacheFolder(File) - Static method in class jaitools.tilecache.DiskCachedTile
Set the current cache folder.
setClip(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setClip(Shape) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setColor(Color) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setCommonTileCache(DiskMemTileCache) - Static method in class jaitools.tiledimage.DiskMemImage
Sets a new common cache.
setComposite(Composite) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setControl(SmootherControl) - Method in class jaitools.jts.AbstractSmoother
Sets a new Control object to for smoothing.
setData(Raster) - Method in class jaitools.tiledimage.DiskMemImage
Copies data from the given Raster object into this image.
setDefaultValue(U) - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
Sets the default value to return when a lookup value is outside all ranges in the table.
setDestinationImage(String, WritableRenderedImage) - Method in class jaitools.jiffle.runtime.AbstractDirectRuntime
Associates a name, as used in the Jiffle script, with a destination image.
setDestinationImage(String) - Method in class jaitools.jiffle.runtime.AbstractIndirectRuntime
 
setDestinationImage(String, WritableRenderedImage) - Method in interface jaitools.jiffle.runtime.JiffleDirectRuntime
Associates a name, as used in the Jiffle script, with a destination image.
setDestinationImage(String) - Method in interface jaitools.jiffle.runtime.JiffleIndirectRuntime
Specifies the variable in the Jiffle script which refers to the destination image.
setDiagnostics(boolean) - Method in class jaitools.tilecache.DiskMemTileCache
Enables or disables the publishing of cache messages to Observers.
setErrorReporter(ParsingErrorReporter) - Method in class jaitools.jiffle.parser.ErrorHandlingTreeParser
Sets the error reporter.
setFilter(BasicCacheVisitor.Key, Object) - Method in class jaitools.tilecache.BasicCacheVisitor
Set a single filter condition.
setFilters(Map<BasicCacheVisitor.Key, Object>) - Method in class jaitools.tilecache.BasicCacheVisitor
Set filter conditions.
setFloatTolerance(float) - Static method in class jaitools.numeric.NumberOperations
Sets the tolerance used for Float comparisons.
setFloatTolerance(double) - Static method in class jaitools.numeric.NumberOperations
Sets the tolerance used for Double comparisons.
setFont(Font) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setImageParams(Map<String, Jiffle.ImageRole>) - Method in class jaitools.jiffle.Jiffle
Sets the image parameters.
setLabel(String) - Method in class jaitools.swing.ProgressMeter
Update the progress label
setMemoryCapacity(long) - Method in class jaitools.tilecache.DiskMemTileCache
Resets the memory capacity of the cache.
setMemoryThreshold(float) - Method in class jaitools.tilecache.DiskMemTileCache
Sets the memoryThreshold value to a floating point number that ranges from 0.0 to 1.0.
setName(String) - Method in class jaitools.jiffle.Jiffle
Replaces the default name set for this object with a user-supplied name.
setOrdinate(int, int, double) - Method in class jaitools.jts.CoordinateSequence2D
Sets the ordinate of a coordinate in this sequence.
setOverlapAllowed(boolean) - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
Sets whether the table should allow a range to be added that overlaps with one or more ranges in the table.
setPaint(Paint) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setPaintMode() - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setPollingInterval(long) - Method in class jaitools.jiffle.runtime.JiffleExecutor
Sets the polling interval for task completion.
setPrecision(double) - Static method in class jaitools.jts.Utils
Sets the precision to be used by the cached GeometryFactory.
setProgress(float) - Method in class jaitools.swing.ProgressMeter
Update the progress bar.
setRangesType(Range.Type) - Method in class jaitools.numeric.AbstractProcessor
Sets the type of the ranges to be added to the processor.
setRangesType(Range.Type) - Method in interface jaitools.numeric.Processor
Sets the type of the ranges to be added to the processor.
setRenderingHint(RenderingHints.Key, Object) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setRenderingHints(Map<?, ?>) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setRuntimeModel(Jiffle.RuntimeModel) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Sets the runtime model.
setRuntimeModel(Jiffle.RuntimeModel) - Method in interface jaitools.jiffle.parser.SourceGenerator
Sets the runtime model.
setSample(int, int, int, int) - Method in class jaitools.tiledimage.DiskMemImage
Sets the image value for the given image position as an integer.
setSample(int, int, int, float) - Method in class jaitools.tiledimage.DiskMemImage
Sets the image value for the given image position as a float.
setSample(int, int, int, double) - Method in class jaitools.tiledimage.DiskMemImage
Sets the image value for the given image position as a double.
setScript(String) - Method in class jaitools.jiffle.Jiffle
Sets the script.
setScript(File) - Method in class jaitools.jiffle.Jiffle
Sets the script.
setSourceImage(String, RenderedImage) - Method in class jaitools.jiffle.runtime.AbstractDirectRuntime
Associates a name, as used in the Jiffle script, with a source image.
setSourceImage(String, RenderedImage) - Method in class jaitools.jiffle.runtime.AbstractIndirectRuntime
 
setSourceImage(String, RenderedImage) - Method in interface jaitools.jiffle.runtime.JiffleDirectRuntime
Associates a name, as used in the Jiffle script, with a source image.
setSourceImage(String, RenderedImage) - Method in interface jaitools.jiffle.runtime.JiffleIndirectRuntime
Associates a variable name in the Jiffle script with a source image.
setStatistic(Statistic) - Method in class jaitools.numeric.StreamingSampleStats
Adds a statistic to those calculated by this sampler.
setStatistics(Statistic[]) - Method in class jaitools.numeric.StreamingSampleStats
Adds the given statistics to those that will be calculated by this sampler.
setStatusText(String) - Method in interface jaitools.swing.FrameWithStatusBar
 
setStatusText(String) - Method in class jaitools.swing.ImageFrame
Set the status bar contents.
setStroke(Stroke) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setTaskSize(long) - Method in class jaitools.jiffle.runtime.AbstractProgressListener
Called by the runtime object at the start of processing to set this listener's task size field.
setTaskSize(long) - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the runtime object to inform the listener of the total number of pixels in the largest destination image that will be processed.
setTemplateLib(StringTemplateGroup) - Method in class jaitools.jiffle.parser.AbstractSourceGenerator
Used internally to set the string templates for source generation.
setTemplateLib(StringTemplateGroup) - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
setThreshold(int) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
setTileCache(TileCache) - Method in class jaitools.media.jai.regionalize.RegionalizeOpImage
Set the tile cache.
setTileCapacity(int) - Method in class jaitools.tilecache.DiskMemTileCache
Deprecated.  
setTileChanged(RenderedImage, int, int) - Method in class jaitools.tilecache.DiskMemTileCache
Informs the cache that a tile's data have changed.
setTileComparator(Comparator) - Method in class jaitools.tilecache.DiskMemTileCache
Sets the comparator to use to assign memory-residence priority to tiles.
setTilePollingInterval(long) - Method in class jaitools.tilecache.DiskMemTileCache
Sets the interval between polling each tile to check if its owning image has been garbage collected.
setTokenSource(TokenSource) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
 
setTransform(AffineTransform) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setTreeAdaptor(TreeAdaptor) - Method in class jaitools.jiffle.parser.JiffleParser
 
setTreeAdaptor(TreeAdaptor) - Method in class jaitools.jiffle.parser.TagVars
 
setTreeAdaptor(TreeAdaptor) - Method in class jaitools.jiffle.parser.TransformExpressions
 
setup() - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Positions the stream at the first token on an active channel.
setUpdateInterval(long) - Method in class jaitools.jiffle.runtime.AbstractProgressListener
Sets the update interval.
setUpdateInterval(double) - Method in class jaitools.jiffle.runtime.AbstractProgressListener
Sets the update interval expressed a proportion of the total number of pixels.
setUpdateInterval(long) - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the client to request that the listener be notified of task progress after each numPixels number of destination pixels have been processed by the runtime object.
setUpdateInterval(double) - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the client to request that the listener be notified of task progress after each propPixels proportion of the destination pixels has been processed by the runtime object.
setupZoneStats(Map<Integer, StreamingSampleStats>, Integer) - Method in class jaitools.media.jai.zonalstats.ZonalStatsOpImage
Called by ZonalStatsOpImage.compileZonalStatistics() to lazily create a StreamingSampleStats object for each zone as it is encountered in the zone image.
setUseCommonCache(boolean) - Method in class jaitools.tiledimage.DiskMemImage
Sets whether this image will use the common tile cache.
setVisible(boolean) - Method in class jaitools.swing.ProgressMeter
 
setX(int, double) - Method in class jaitools.jts.CoordinateSequence2D
Sets the X ordinate of the point at the given index.
setXORMode(Color) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
setXY(int, double, double) - Method in class jaitools.jts.CoordinateSequence2D
Sets the coordinate at the given index.
setY(int, double) - Method in class jaitools.jts.CoordinateSequence2D
Sets the Y ordinate of the point at the given index.
shear(double, double) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
shutdown() - Method in class jaitools.jiffle.runtime.JiffleExecutor
Requests that the executor shutdown after completing any tasks already submitted.
shutdownAndWait(long, TimeUnit) - Method in class jaitools.jiffle.runtime.JiffleExecutor
Requests that the executor shutdown after completing any tasks already submitted.
shutdownNow() - Method in class jaitools.jiffle.runtime.JiffleExecutor
Attempts to shutdown the executor immediately.
sign(double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Return the sign of x as an integer.
simpleStatement() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
simplify(Collection<Range<T>>) - Static method in class jaitools.numeric.RangeUtils
Simplifies a collection of ranges by merging those which overlap.
size() - Method in class jaitools.jiffle.parser.SymbolScope
Gets the number of symbols in this scope.
size() - Method in class jaitools.jiffle.parser.SymbolScopeStack
Gets the number of scope levels.
size() - Method in class jaitools.jiffle.runtime.IntegerStack
Gets the number of items on the stack.
size() - Method in class jaitools.jts.CoordinateSequence2D
size() - Method in class jaitools.numeric.Histogram
Gets the number of bins.
skipOffTokenChannels(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Gets the index of the next token on an active channel, starting from pos.
skipOffTokenChannelsReverse(int) - Method in class jaitools.jiffle.parser.MultiChannelTokenStream
Gets the index of the next token on an active channel, starting from pos and scanning backwards.
smooth(LineString, double) - Method in class jaitools.jts.LineSmoother
Creates a new LineString which is a smoothed version of the input LineString.
smooth(Polygon, double) - Method in class jaitools.jts.PolygonSmoother
Creates a new Polygon whose exterior shell is a smoothed version of the input Polygon.
SmootherControl - Interface in jaitools.jts
Defines methods to control the smoothing process.
sort(Collection<Range<T>>) - Static method in class jaitools.numeric.RangeUtils
Sorts a collection of ranges into ascending order of min value, then max value.
sortedMap() - Static method in class jaitools.CollectionFactory
Returns a new SortedMap object.
sortedResidentTiles - Variable in class jaitools.tilecache.DiskMemTileCache
 
sortedSet() - Static method in class jaitools.CollectionFactory
Returns a new SortedSet instance.
source(String, RenderedImage) - Method in class jaitools.jiffle.JiffleBuilder
Associates a source image with a variable name in the script.
SourceGenerator - Interface in jaitools.jiffle.parser
Defines methods for classes that generate runtime Java source from compiled Jiffle scripts.
src - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.binaryExpression_return
 
src - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.optionValue_return
 
srcBounds - Variable in class jaitools.media.jai.AttributeOpImage
Bounds of the source image as a convenience.
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.arithmeticOp_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.assignmentOp_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.bandSpecifier_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.binaryExpression_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.block_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.blockStatement_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.conditionalLoop_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.expression_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.expressionList_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.foreachLoop_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.generate_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.imagePos_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.imageWrite_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.incdecOp_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.jiffleOption_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.listAssignment_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.listLiteral_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.listOperation_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.literal_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.loop_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.optionValue_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelPos_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelSpecifier_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.postfixOp_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.prefixOp_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalar_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalarAssignment_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.simpleStatement_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.statement_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.var_return
 
st - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.varDeclaration_return
 
stack() - Static method in class jaitools.CollectionFactory
Returns a new Stack object.
standardize(KernelJAI) - Static method in class jaitools.media.jai.kernel.KernelUtil
Create a copy of the input kernel with element values standardized to sum to 1.0.
start() - Method in class jaitools.jiffle.parser.CheckAssignments
 
start() - Method in class jaitools.jiffle.parser.TagVars
 
start() - Method in class jaitools.jiffle.parser.TransformExpressions
 
start() - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the runtime object when the task starts.
start() - Method in class jaitools.jiffle.runtime.NullProgressListener
 
statement() - Method in class jaitools.jiffle.parser.CheckAssignments
 
statement() - Method in class jaitools.jiffle.parser.JiffleParser
 
statement() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
statement() - Method in class jaitools.jiffle.parser.TagVars
 
statement() - Method in class jaitools.jiffle.parser.TransformExpressions
 
statistic(Statistic) - Method in class jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given Statistic.
Statistic - Enum in jaitools.numeric
Constants for the statistics supported by the SampleStats and StreamingSampleStats classes.
str - Variable in class jaitools.jiffle.parser.OptionsBlockReader.optionValue_return
 
StreamingSampleStats - Class in jaitools.numeric
A class to calculate summary statistics for a sample of Double-valued buffers that is received as a (potentially long) stream of values rather than in a single batch.
StreamingSampleStats() - Constructor for class jaitools.numeric.StreamingSampleStats
Creates a new sampler and sets the default range type to Range.Type.EXCLUDE.
StreamingSampleStats(Range.Type) - Constructor for class jaitools.numeric.StreamingSampleStats
Creates a new sampler with specified use of Ranges.
submit(Jiffle, Map<String, RenderedImage>, JiffleProgressListener) - Method in class jaitools.jiffle.runtime.JiffleExecutor
Submits an Jiffle object for execution.
subtract(ROI) - Method in class jaitools.imageutils.ROIGeometry
This method is not supported.
subtract(Number, Number) - Static method in class jaitools.numeric.NumberOperations
Calculates n2 - n1.
subtract(Range<T>, Range<T>) - Static method in class jaitools.numeric.RangeUtils
Subtracts the first range from the second.
sum(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the sum of the input values.
sum(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates the sum of the values.
SumProcessor - Class in jaitools.numeric
Processor for SUM Statistic.
SumProcessor() - Constructor for class jaitools.numeric.SumProcessor
 
supportsIntegralResult() - Method in enum jaitools.numeric.Statistic
Tests if this statistic can return an integral result when working with integral sample data.
Symbol - Class in jaitools.jiffle.parser
Represents a symbol in a Jiffle script.
Symbol(String, SymbolType, ScopeType) - Constructor for class jaitools.jiffle.parser.Symbol
Creates a new symbol.
SymbolScope - Class in jaitools.jiffle.parser
Stores symbols in a Jiffle script at a single scope level.
SymbolScope(String) - Constructor for class jaitools.jiffle.parser.SymbolScope
Creates a new scope.
SymbolScopeStack - Class in jaitools.jiffle.parser
Used in the Jiffle tree parser grammars to track symbols defined at different scopes in a script.
SymbolScopeStack() - Constructor for class jaitools.jiffle.parser.SymbolScopeStack
Creates a new scope stack.
SymbolType - Enum in jaitools.jiffle.parser
Constants representing the type of symbols tracked through scopes during JIffle script compilation.
synpred1_Jiffle() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred1_Jiffle_fragment() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred2_Jiffle() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred2_Jiffle_fragment() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred3_Jiffle() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred3_Jiffle_fragment() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred4_Jiffle() - Method in class jaitools.jiffle.parser.JiffleParser
 
synpred4_Jiffle_fragment() - Method in class jaitools.jiffle.parser.JiffleParser
 

T

TagVars - Class in jaitools.jiffle.parser
Transforms tokens representing variables into specific token types.
TagVars(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.TagVars
 
TagVars(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.TagVars
 
TagVars(TreeNodeStream, Map<String, Jiffle.ImageRole>, MessageTable) - Constructor for class jaitools.jiffle.parser.TagVars
 
TagVars.args_return - Class in jaitools.jiffle.parser
 
TagVars.args_return() - Constructor for class jaitools.jiffle.parser.TagVars.args_return
 
TagVars.arithmeticOp_return - Class in jaitools.jiffle.parser
 
TagVars.arithmeticOp_return() - Constructor for class jaitools.jiffle.parser.TagVars.arithmeticOp_return
 
TagVars.assignmentExpression_return - Class in jaitools.jiffle.parser
 
TagVars.assignmentExpression_return() - Constructor for class jaitools.jiffle.parser.TagVars.assignmentExpression_return
 
TagVars.assignmentOp_return - Class in jaitools.jiffle.parser
 
TagVars.assignmentOp_return() - Constructor for class jaitools.jiffle.parser.TagVars.assignmentOp_return
 
TagVars.bandSpecifier_return - Class in jaitools.jiffle.parser
 
TagVars.bandSpecifier_return() - Constructor for class jaitools.jiffle.parser.TagVars.bandSpecifier_return
 
TagVars.block_return - Class in jaitools.jiffle.parser
 
TagVars.block_return() - Constructor for class jaitools.jiffle.parser.TagVars.block_return
 
TagVars.blockStatement_return - Class in jaitools.jiffle.parser
 
TagVars.blockStatement_return() - Constructor for class jaitools.jiffle.parser.TagVars.blockStatement_return
 
TagVars.expression_return - Class in jaitools.jiffle.parser
 
TagVars.expression_return() - Constructor for class jaitools.jiffle.parser.TagVars.expression_return
 
TagVars.expressionList_return - Class in jaitools.jiffle.parser
 
TagVars.expressionList_return() - Constructor for class jaitools.jiffle.parser.TagVars.expressionList_return
 
TagVars.foreachLoop_return - Class in jaitools.jiffle.parser
 
TagVars.foreachLoop_return() - Constructor for class jaitools.jiffle.parser.TagVars.foreachLoop_return
 
TagVars.identifier_return - Class in jaitools.jiffle.parser
 
TagVars.identifier_return() - Constructor for class jaitools.jiffle.parser.TagVars.identifier_return
 
TagVars.incdecOp_return - Class in jaitools.jiffle.parser
 
TagVars.incdecOp_return() - Constructor for class jaitools.jiffle.parser.TagVars.incdecOp_return
 
TagVars.jiffleOption_return - Class in jaitools.jiffle.parser
 
TagVars.jiffleOption_return() - Constructor for class jaitools.jiffle.parser.TagVars.jiffleOption_return
 
TagVars.listLiteral_return - Class in jaitools.jiffle.parser
 
TagVars.listLiteral_return() - Constructor for class jaitools.jiffle.parser.TagVars.listLiteral_return
 
TagVars.listOperation_return - Class in jaitools.jiffle.parser
 
TagVars.listOperation_return() - Constructor for class jaitools.jiffle.parser.TagVars.listOperation_return
 
TagVars.literal_return - Class in jaitools.jiffle.parser
 
TagVars.literal_return() - Constructor for class jaitools.jiffle.parser.TagVars.literal_return
 
TagVars.logicalOp_return - Class in jaitools.jiffle.parser
 
TagVars.logicalOp_return() - Constructor for class jaitools.jiffle.parser.TagVars.logicalOp_return
 
TagVars.loopCondition_return - Class in jaitools.jiffle.parser
 
TagVars.loopCondition_return() - Constructor for class jaitools.jiffle.parser.TagVars.loopCondition_return
 
TagVars.loopSet_return - Class in jaitools.jiffle.parser
 
TagVars.loopSet_return() - Constructor for class jaitools.jiffle.parser.TagVars.loopSet_return
 
TagVars.optionValue_return - Class in jaitools.jiffle.parser
 
TagVars.optionValue_return() - Constructor for class jaitools.jiffle.parser.TagVars.optionValue_return
 
TagVars.pixelPos_return - Class in jaitools.jiffle.parser
 
TagVars.pixelPos_return() - Constructor for class jaitools.jiffle.parser.TagVars.pixelPos_return
 
TagVars.pixelSpecifier_return - Class in jaitools.jiffle.parser
 
TagVars.pixelSpecifier_return() - Constructor for class jaitools.jiffle.parser.TagVars.pixelSpecifier_return
 
TagVars.prefixOp_return - Class in jaitools.jiffle.parser
 
TagVars.prefixOp_return() - Constructor for class jaitools.jiffle.parser.TagVars.prefixOp_return
 
TagVars.scalarExpression_return - Class in jaitools.jiffle.parser
 
TagVars.scalarExpression_return() - Constructor for class jaitools.jiffle.parser.TagVars.scalarExpression_return
 
TagVars.start_return - Class in jaitools.jiffle.parser
 
TagVars.start_return() - Constructor for class jaitools.jiffle.parser.TagVars.start_return
 
TagVars.statement_return - Class in jaitools.jiffle.parser
 
TagVars.statement_return() - Constructor for class jaitools.jiffle.parser.TagVars.statement_return
 
TagVars.varDeclaration_return - Class in jaitools.jiffle.parser
 
TagVars.varDeclaration_return() - Constructor for class jaitools.jiffle.parser.TagVars.varDeclaration_return
 
taskSize - Variable in class jaitools.jiffle.runtime.AbstractProgressListener
The total number of pixels to process.
templateLib - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
templates - Variable in class jaitools.jiffle.parser.RuntimeSourceGenerator.expressionList_return
 
TileAccessTimeComparator - Class in jaitools.tilecache
This is the default comparator for CachedTile objects used by DiskMemTileCache to determine priority of tiles for storage in memory.
TileAccessTimeComparator() - Constructor for class jaitools.tilecache.TileAccessTimeComparator
 
tileCache - Variable in class jaitools.tiledimage.DiskMemImage
The tile cache in use by this image.
tileGrid - Variable in class jaitools.tiledimage.DiskMemImage
Defines the valid range of tile x and y coordinates.
tileMemorySize - Variable in class jaitools.tiledimage.DiskMemImage
The amount of memory (in bytes) required to hold the data for an image tile
TileNotResidentException - Exception in jaitools.tilecache
Exception thrown when by DiskMemTileCache when a tile was not resident in cache memory when required to be.
tileObservers - Variable in class jaitools.tiledimage.DiskMemImage
The set of tile observers currently registered with this image
tiles - Variable in class jaitools.tilecache.DiskMemTileCache
Map of all cached tiles.
TIMES - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
TIMES - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
TIMES - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
TIMES - Static variable in class jaitools.jiffle.parser.JiffleParser
 
TIMES - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
TIMES - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
TIMES - Static variable in class jaitools.jiffle.parser.TagVars
 
TIMES - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.JiffleParser
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.TagVars
 
TIMESEQ - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
toCoordinateArray() - Method in class jaitools.jts.CoordinateSequence2D
Returns an array of new Coordinate objects for the point values in this sequence.
toInt(double) - Static method in class jaitools.numeric.DoubleComparison
Converts a double value to integer taking into account the default tolerance when checking if it is zero, ie.
tokenNames - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
tokenNames - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
tokenNames - Static variable in class jaitools.jiffle.parser.JiffleParser
 
tokenNames - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
tokenNames - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
tokenNames - Static variable in class jaitools.jiffle.parser.TagVars
 
tokenNames - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
TOL - Static variable in class jaitools.numeric.DoubleComparison
Default tolerance for comparisons: 1.0e-8
topdown() - Method in class jaitools.jiffle.parser.CheckFunctionCalls
 
topdown() - Method in class jaitools.jiffle.parser.OptionsBlockReader
 
toString() - Method in enum jaitools.jiffle.parser.Message
Returns a formatted string for the error or warning.
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.arithmeticOp_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.assignmentOp_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.bandSpecifier_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.binaryExpression_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.block_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.blockStatement_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.conditionalLoop_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.expression_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.expressionList_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.foreachLoop_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.generate_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.imagePos_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.imageWrite_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.incdecOp_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.jiffleOption_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.listAssignment_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.listLiteral_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.listOperation_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.literal_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.loop_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.optionValue_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelPos_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.pixelSpecifier_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.postfixOp_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.prefixOp_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalar_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.scalarAssignment_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.simpleStatement_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.statement_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.var_return
 
toString() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator.varDeclaration_return
 
toString() - Method in enum jaitools.jiffle.parser.SymbolType
 
toString() - Method in class jaitools.media.jai.rangelookup.LookupItem
 
toString() - Method in class jaitools.media.jai.rangelookup.RangeLookupTable
 
toString() - Method in class jaitools.media.jai.regionalize.Region
 
toString() - Method in class jaitools.media.jai.zonalstats.Result
 
toString() - Method in enum jaitools.numeric.NumberOperations.ClassInfo
Gets a String representation of this type
toString() - Method in class jaitools.numeric.Range
Returns a string representation of this range.
toString() - Method in enum jaitools.numeric.Statistic
Returns the short name of this statistic
toString() - Method in class jaitools.tilecache.DiskCachedTile
Returns a string representation of this cached tile
transform(AffineTransform, Interpolation) - Method in class jaitools.imageutils.ROIGeometry
Returns a new ROI created by applying the given transform to this ROI.
transform(AffineTransform) - Method in class jaitools.imageutils.ROIGeometry
Returns a new ROI created by applying the given transform to this ROI.
transform(AffineTransform) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
TransformExpressions - Class in jaitools.jiffle.parser
Converts calls to proxy functions into the associated variables and converts ternary conditional expressions to if calls.
TransformExpressions(TreeNodeStream) - Constructor for class jaitools.jiffle.parser.TransformExpressions
 
TransformExpressions(TreeNodeStream, RecognizerSharedState) - Constructor for class jaitools.jiffle.parser.TransformExpressions
 
TransformExpressions.arithmeticOp_return - Class in jaitools.jiffle.parser
 
TransformExpressions.arithmeticOp_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.arithmeticOp_return
 
TransformExpressions.assignmentExpression_return - Class in jaitools.jiffle.parser
 
TransformExpressions.assignmentExpression_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.assignmentExpression_return
 
TransformExpressions.assignmentOp_return - Class in jaitools.jiffle.parser
 
TransformExpressions.assignmentOp_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.assignmentOp_return
 
TransformExpressions.bandSpecifier_return - Class in jaitools.jiffle.parser
 
TransformExpressions.bandSpecifier_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.bandSpecifier_return
 
TransformExpressions.block_return - Class in jaitools.jiffle.parser
 
TransformExpressions.block_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.block_return
 
TransformExpressions.blockStatement_return - Class in jaitools.jiffle.parser
 
TransformExpressions.blockStatement_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.blockStatement_return
 
TransformExpressions.expression_return - Class in jaitools.jiffle.parser
 
TransformExpressions.expression_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.expression_return
 
TransformExpressions.expressionList_return - Class in jaitools.jiffle.parser
 
TransformExpressions.expressionList_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.expressionList_return
 
TransformExpressions.identifier_return - Class in jaitools.jiffle.parser
 
TransformExpressions.identifier_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.identifier_return
 
TransformExpressions.incdecOp_return - Class in jaitools.jiffle.parser
 
TransformExpressions.incdecOp_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.incdecOp_return
 
TransformExpressions.jiffleOption_return - Class in jaitools.jiffle.parser
 
TransformExpressions.jiffleOption_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.jiffleOption_return
 
TransformExpressions.listLiteral_return - Class in jaitools.jiffle.parser
 
TransformExpressions.listLiteral_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.listLiteral_return
 
TransformExpressions.listOperation_return - Class in jaitools.jiffle.parser
 
TransformExpressions.listOperation_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.listOperation_return
 
TransformExpressions.literal_return - Class in jaitools.jiffle.parser
 
TransformExpressions.literal_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.literal_return
 
TransformExpressions.logicalOp_return - Class in jaitools.jiffle.parser
 
TransformExpressions.logicalOp_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.logicalOp_return
 
TransformExpressions.loopCondition_return - Class in jaitools.jiffle.parser
 
TransformExpressions.loopCondition_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.loopCondition_return
 
TransformExpressions.loopSet_return - Class in jaitools.jiffle.parser
 
TransformExpressions.loopSet_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.loopSet_return
 
TransformExpressions.pixelPos_return - Class in jaitools.jiffle.parser
 
TransformExpressions.pixelPos_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.pixelPos_return
 
TransformExpressions.pixelSpecifier_return - Class in jaitools.jiffle.parser
 
TransformExpressions.pixelSpecifier_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.pixelSpecifier_return
 
TransformExpressions.prefixOp_return - Class in jaitools.jiffle.parser
 
TransformExpressions.prefixOp_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.prefixOp_return
 
TransformExpressions.start_return - Class in jaitools.jiffle.parser
 
TransformExpressions.start_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.start_return
 
TransformExpressions.statement_return - Class in jaitools.jiffle.parser
 
TransformExpressions.statement_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.statement_return
 
TransformExpressions.varDeclaration_return - Class in jaitools.jiffle.parser
 
TransformExpressions.varDeclaration_return() - Constructor for class jaitools.jiffle.parser.TransformExpressions.varDeclaration_return
 
translate(int, int) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
translate(double, double) - Method in class jaitools.tiledimage.DiskMemImageGraphics
 
TRUE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
TRUE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
TRUE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
TRUE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
TRUE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
TRUE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
TRUE - Static variable in class jaitools.jiffle.parser.TagVars
 
TRUE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 

U

unaryExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 
UndefinedFunctionException - Exception in jaitools.jiffle.parser
An exception thrown by FunctionLookup when the Jiffle compiler is attempting to parse a call to an undefined function.
UndefinedFunctionException(String) - Constructor for exception jaitools.jiffle.parser.UndefinedFunctionException
Creates a new exception with the unrecognized function name in the message.
UndefinedOptionException - Exception in jaitools.jiffle.parser
An exception thrown by OptionLookup when the Jiffle compiler is attempting to parse a call to an undefined option.
UndefinedOptionException(String) - Constructor for exception jaitools.jiffle.parser.UndefinedOptionException
Creates a new exception with the unrecognized option name in the message.
UNDERSCORE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.TagVars
 
UNDERSCORE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
UnexpectedInputException - Exception in jaitools.jiffle.parser
Used by Jiffle parsers to complain about unexpected input in a acript.
UnexpectedInputException(String) - Constructor for exception jaitools.jiffle.parser.UnexpectedInputException
Creates a new excpetion with the given error message.
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.JiffleParser
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.TagVars
 
UNICODE_ESC - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
UNTIL - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
UNTIL - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
UNTIL - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
UNTIL - Static variable in class jaitools.jiffle.parser.JiffleParser
 
UNTIL - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
UNTIL - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
UNTIL - Static variable in class jaitools.jiffle.parser.TagVars
 
UNTIL - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
update(long) - Method in interface jaitools.jiffle.runtime.JiffleProgressListener
Called by the runtime object at update intervals as specified by either JiffleProgressListener.setUpdateInterval(long) or JiffleProgressListener.setUpdateInterval(double).
update(long) - Method in class jaitools.jiffle.runtime.NullProgressListener
 
update(Double) - Method in class jaitools.numeric.AbstractProcessor
Processes a sample value.
update(Double) - Method in class jaitools.numeric.ApproxMedianProcessor
Processes a sample value.
update(Double) - Method in class jaitools.numeric.ExactMedianProcessor
Processes a sample value.
update(Double) - Method in class jaitools.numeric.ExtremaProcessor
Processes a sample value.
update(Double) - Method in class jaitools.numeric.MeanVarianceProcessor
Processes a sample value.
update(Double) - Method in class jaitools.numeric.SumProcessor
Processes a sample value.
updateInterval - Variable in class jaitools.jiffle.runtime.AbstractProgressListener
The number of pixels processed between each call to the listener.
updateProp - Variable in class jaitools.jiffle.runtime.AbstractProgressListener
The proportion of pixels processed between each call to the listener.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.contour.ContourSpi
Registers the Contour operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.kernelstats.KernelStatsSpi
Registers the KernelStats operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.maskedconvolve.MaskedConvolveSpi
Registers the MaskedConvolve operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.rangelookup.RangeLookupSpi
Registers the RangeLookup operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.regionalize.RegionalizeSpi
Registers the Regionalize operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.vectorbinarize.VectorBinarizeSpi
Registers the VectorBinarize operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.vectorize.VectorizeSpi
Registers the Vectorize operation and its associated image factories across all supported operation modes.
updateRegistry(OperationRegistry) - Method in class jaitools.media.jai.zonalstats.ZonalStatsSpi
Registers the ZonalStats operation
userVar() - Method in class jaitools.jiffle.parser.CheckAssignments
 
Utils - Class in jaitools.jts
A helper class with methods to work with JTS geometry objects.

V

validateArguments(String, ParameterBlock, StringBuffer) - Method in class jaitools.media.jai.kernelstats.KernelStatsDescriptor
 
validateArguments(String, ParameterBlock, StringBuffer) - Method in class jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Checks parameters for the following: Number of sources is 1 or 2 Data image bands are valid Zone image, if provided, is an integral data type Zone image, if provided, overlaps the data image, taking into account any AffineTransform
validateParameters(String, ParameterBlock, StringBuffer) - Method in class jaitools.media.jai.contour.ContourDescriptor
 
validateParameters(String, ParameterBlock, StringBuffer) - Method in class jaitools.media.jai.maskedconvolve.MaskedConvolveDescriptor
 
validateParameters(String, ParameterBlock, StringBuffer) - Method in class jaitools.media.jai.vectorbinarize.VectorBinarizeDescriptor
 
validateParameters(String, ParameterBlock, StringBuffer) - Method in class jaitools.media.jai.vectorize.VectorizeDescriptor
 
valueOf(String) - Static method in enum jaitools.imageutils.PixelCoordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.Jiffle.ImageRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.Jiffle.RuntimeModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.parser.FunctionInfo.Provider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.parser.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.parser.Message
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.parser.ScopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.jiffle.parser.SymbolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.media.jai.kernel.KernelFactory.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.numeric.NumberOperations.ClassInfo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.numeric.Range.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.numeric.RangeComparator.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.numeric.Statistic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.tilecache.BasicCacheVisitor.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.tilecache.DiskCachedTile.TileAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.tiledimage.DiskMemImageGraphics.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jaitools.tiledimage.DiskMemImageGraphics.PaintMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum jaitools.imageutils.PixelCoordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.Jiffle.ImageRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.Jiffle.RuntimeModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.parser.FunctionInfo.Provider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.parser.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.parser.Message
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.parser.ScopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.jiffle.parser.SymbolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.media.jai.kernel.KernelFactory.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.numeric.NumberOperations.ClassInfo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.numeric.Range.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.numeric.RangeComparator.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.numeric.Statistic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.tilecache.BasicCacheVisitor.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.tilecache.DiskCachedTile.TileAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.tiledimage.DiskMemImageGraphics.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jaitools.tiledimage.DiskMemImageGraphics.PaintMode
Returns an array containing the constants of this enum type, in the order they are declared.
var() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_DEST - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_IMAGE_SCOPE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_LIST - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_LOOP - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_PIXEL_SCOPE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_PROVIDED - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.TagVars
 
VAR_SOURCE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
varDeclaration() - Method in class jaitools.jiffle.parser.CheckAssignments
 
varDeclaration() - Method in class jaitools.jiffle.parser.JiffleParser
 
varDeclaration() - Method in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
varDeclaration() - Method in class jaitools.jiffle.parser.TagVars
 
varDeclaration() - Method in class jaitools.jiffle.parser.TransformExpressions
 
variance(List) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Gets the sample variance of the input values.
variance(Double[], boolean) - Static method in class jaitools.numeric.SampleStats
Calculates sample variance using the running sample algorithm of Welford (1962) described by Knuth in The Art of Computer Programming (3rd ed) Vol.2 p.232
varIndex - Variable in class jaitools.jiffle.parser.AbstractSourceGenerator
A counter used in naming variables inserted into the runtime source.
VECTOR_PROPERTY_NAME - Static variable in class jaitools.media.jai.vectorize.VectorizeDescriptor
Name used to access the vectorized region boundaries as a destination image property.
VectorBinarizeDescriptor - Class in jaitools.media.jai.vectorbinarize
Describes the "VectorBinarize" operation which creates a binary image based on pixel inclusion in a polygonal Geometry object.
VectorBinarizeDescriptor() - Constructor for class jaitools.media.jai.vectorbinarize.VectorBinarizeDescriptor
 
VectorBinarizeOpImage - Class in jaitools.media.jai.vectorbinarize
Creates a binary image based on tests of pixel inclusion in a polygonal Geometry.
VectorBinarizeOpImage(SampleModel, Map, int, int, int, int, PreparedGeometry, PixelCoordType) - Constructor for class jaitools.media.jai.vectorbinarize.VectorBinarizeOpImage
Constructor.
VectorBinarizeRIF - Class in jaitools.media.jai.vectorbinarize
The image factory for the VectorBinarize operator.
VectorBinarizeRIF() - Constructor for class jaitools.media.jai.vectorbinarize.VectorBinarizeRIF
 
VectorBinarizeSpi - Class in jaitools.media.jai.vectorbinarize
OperationRegistrySpi implementation to register the "VectorBinarize" operation and its associated image factories.
VectorBinarizeSpi() - Constructor for class jaitools.media.jai.vectorbinarize.VectorBinarizeSpi
Default constructor.
VectorizeDescriptor - Class in jaitools.media.jai.vectorize
Traces the boundaries of regions with uniform data and returns them as vector polygons.
VectorizeDescriptor() - Constructor for class jaitools.media.jai.vectorize.VectorizeDescriptor
Constructor.
VectorizeOpImage - Class in jaitools.media.jai.vectorize
Vectorize regions of uniform value in an image.
VectorizeOpImage(RenderedImage, ROI, int, List<Double>, boolean, boolean, double, int) - Constructor for class jaitools.media.jai.vectorize.VectorizeOpImage
Creates a new instance of the operator.
VectorizeRIF - Class in jaitools.media.jai.vectorize
The image factory for the Vectorize operator.
VectorizeRIF() - Constructor for class jaitools.media.jai.vectorize.VectorizeRIF
Constructor
VectorizeSpi - Class in jaitools.media.jai.vectorize
OperationRegistrySpi implementation to register the "Vectorize" operation and its associated image factories.
VectorizeSpi() - Constructor for class jaitools.media.jai.vectorize.VectorizeSpi
Default constructor.
visit(DiskCachedTile, boolean) - Method in class jaitools.tilecache.BasicCacheVisitor
This method is called by the cache for each tile in turn.
visit(DiskCachedTile, boolean) - Method in interface jaitools.tilecache.DiskMemTileCacheVisitor
Called by the cache once for each tile

W

WHILE - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
WHILE - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
WHILE - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
WHILE - Static variable in class jaitools.jiffle.parser.JiffleParser
 
WHILE - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
WHILE - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
WHILE - Static variable in class jaitools.jiffle.parser.TagVars
 
WHILE - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
writers - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Maps destination image variable names (String to image iterators (WritableRandomIter).
writeToImage(String, int, int, int, double) - Method in class jaitools.jiffle.runtime.AbstractDirectRuntime
Writes a value to a destination image.
writeToImage(String, int, int, int, double) - Method in interface jaitools.jiffle.runtime.JiffleDirectRuntime
Writes a value to a destination image.
WS - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
WS - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
WS - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
WS - Static variable in class jaitools.jiffle.parser.JiffleParser
 
WS - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
WS - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
WS - Static variable in class jaitools.jiffle.parser.TagVars
 
WS - Static variable in class jaitools.jiffle.parser.TransformExpressions
 

X

XOR - Static variable in class jaitools.jiffle.parser.CheckAssignments
 
XOR - Static variable in class jaitools.jiffle.parser.CheckFunctionCalls
 
XOR - Static variable in class jaitools.jiffle.parser.JiffleLexer
 
XOR - Static variable in class jaitools.jiffle.parser.JiffleParser
 
XOR - Static variable in class jaitools.jiffle.parser.OptionsBlockReader
 
XOR - Static variable in class jaitools.jiffle.parser.RuntimeSourceGenerator
 
XOR - Static variable in class jaitools.jiffle.parser.TagVars
 
XOR - Static variable in class jaitools.jiffle.parser.TransformExpressions
 
XOR(double, double) - Method in class jaitools.jiffle.runtime.JiffleFunctions
Tests if just one of x or y is non-zero.
xorExpression() - Method in class jaitools.jiffle.parser.JiffleParser
 

Z

ZONAL_STATS_PROPERTY - Static variable in class jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Property name used to retrieve the results
ZonalStats - Class in jaitools.media.jai.zonalstats
Holds the results of the ZonalStats operator.
ZonalStatsDescriptor - Class in jaitools.media.jai.zonalstats
Calculates a range of summary statistics, optionally for zones defined in a zone image, for values in a data image.
ZonalStatsDescriptor() - Constructor for class jaitools.media.jai.zonalstats.ZonalStatsDescriptor
Constructor.
ZonalStatsOpImage - Class in jaitools.media.jai.zonalstats
Calculates image summary statistics for a data image within zones defined by a integral valued zone image.
ZonalStatsOpImage(RenderedImage, RenderedImage, Map<?, ?>, ImageLayout, Statistic[], Integer[], ROI, AffineTransform, List<Range<Double>>) - Constructor for class jaitools.media.jai.zonalstats.ZonalStatsOpImage
Constructor.
ZonalStatsOpImage(RenderedImage, RenderedImage, Map<?, ?>, ImageLayout, Statistic[], Integer[], ROI, AffineTransform, List<Range<Double>>, Range.Type, boolean, List<Range<Double>>) - Constructor for class jaitools.media.jai.zonalstats.ZonalStatsOpImage
Constructor.
ZonalStatsRIF - Class in jaitools.media.jai.zonalstats
The image factory for the ZonalStatsOpImage operation.
ZonalStatsRIF() - Constructor for class jaitools.media.jai.zonalstats.ZonalStatsRIF
Constructor
ZonalStatsSpi - Class in jaitools.media.jai.zonalstats
OperationRegistrySpi implementation to register the "ZonalStats" operation and its associated image factories.
ZonalStatsSpi() - Constructor for class jaitools.media.jai.zonalstats.ZonalStatsSpi
Default constructor.
zone(int) - Method in class jaitools.media.jai.zonalstats.ZonalStats
Get the subset of results for the given zone.

_

_FN - Variable in class jaitools.jiffle.runtime.AbstractJiffleRuntime
Provides runtime function support.
_height - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Processing bounds height
_height - Variable in class jaitools.jiffle.runtime.AbstractIndirectRuntime
Processing bounds height
_maxx - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Processing bounds max X ordinate
_maxy - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Processing bounds max Y ordinate
_minx - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Processing bounds min X ordinate
_minx - Variable in class jaitools.jiffle.runtime.AbstractIndirectRuntime
Processing bounds min X ordinate
_miny - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Processing bounds min Y ordinate
_miny - Variable in class jaitools.jiffle.runtime.AbstractIndirectRuntime
Processing bounds min Y ordinate
_outsideValue - Variable in class jaitools.jiffle.runtime.AbstractJiffleRuntime
The value to return for out-of-bounds image data requests if the outside option is set.
_outsideValueSet - Variable in class jaitools.jiffle.runtime.AbstractJiffleRuntime
Whether the outside option is set.
_stk - Variable in class jaitools.jiffle.runtime.AbstractJiffleRuntime
A stack of integer values used in the evaluation of if statements.
_width - Variable in class jaitools.jiffle.runtime.AbstractDirectRuntime
Processing bounds width
_width - Variable in class jaitools.jiffle.runtime.AbstractIndirectRuntime
Processing bounds width

A B C D E F G H I J K L M N O P Q R S T U V W X Z _

Copyright © 2009-2011. All Rights Reserved.