jar

com.googlecode.jaitools : jt-jiffle

Maven & Gradle

Mar 08, 2011

Jiffle: a language for raster image processing · Jiffle is a raster algebra language that can be used to create new images from logical and mathematical expressions involving source images and user defined variables. It is intended to let users concentrate on algorithms rather than tedious boiler-plate code.

Table Of Contents

Latest Version

Download com.googlecode.jaitools : jt-jiffle JAR file - Latest Versions:

All Versions

Download com.googlecode.jaitools : jt-jiffle JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jt-jiffle-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jaitools.jiffle

├─ jaitools.jiffle.Jiffle.class - [JAR]

├─ jaitools.jiffle.JiffleBuilder.class - [JAR]

├─ jaitools.jiffle.JiffleException.class - [JAR]

├─ jaitools.jiffle.JiffleProperties.class - [JAR]

jaitools.jiffle.runtime

├─ jaitools.jiffle.runtime.AbstractDirectRuntime.class - [JAR]

├─ jaitools.jiffle.runtime.AbstractIndirectRuntime.class - [JAR]

├─ jaitools.jiffle.runtime.AbstractJiffleRuntime.class - [JAR]

├─ jaitools.jiffle.runtime.AbstractProgressListener.class - [JAR]

├─ jaitools.jiffle.runtime.IntegerStack.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleDirectRuntime.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleEvent.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleEventListener.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleExecutor.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleExecutorException.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleExecutorResult.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleExecutorTask.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleFunctions.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleIndirectRuntime.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleProgressListener.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleRuntime.class - [JAR]

├─ jaitools.jiffle.runtime.JiffleRuntimeException.class - [JAR]

├─ jaitools.jiffle.runtime.NullProgressListener.class - [JAR]

jaitools.jiffle.parser

├─ jaitools.jiffle.parser.AbstractSourceGenerator.class - [JAR]

├─ jaitools.jiffle.parser.CheckAssignments.class - [JAR]

├─ jaitools.jiffle.parser.CheckFunctionCalls.class - [JAR]

├─ jaitools.jiffle.parser.CompilerExitException.class - [JAR]

├─ jaitools.jiffle.parser.ConstantLookup.class - [JAR]

├─ jaitools.jiffle.parser.DeferredErrorReporter.class - [JAR]

├─ jaitools.jiffle.parser.ErrorHandlingTreeParser.class - [JAR]

├─ jaitools.jiffle.parser.FunctionInfo.class - [JAR]

├─ jaitools.jiffle.parser.FunctionLookup.class - [JAR]

├─ jaitools.jiffle.parser.JiffleLexer.class - [JAR]

├─ jaitools.jiffle.parser.JiffleParser.class - [JAR]

├─ jaitools.jiffle.parser.JiffleParserException.class - [JAR]

├─ jaitools.jiffle.parser.Level.class - [JAR]

├─ jaitools.jiffle.parser.Message.class - [JAR]

├─ jaitools.jiffle.parser.MessageTable.class - [JAR]

├─ jaitools.jiffle.parser.MultiChannelTokenStream.class - [JAR]

├─ jaitools.jiffle.parser.NullErrorReporter.class - [JAR]

├─ jaitools.jiffle.parser.OptionInfo.class - [JAR]

├─ jaitools.jiffle.parser.OptionLookup.class - [JAR]

├─ jaitools.jiffle.parser.OptionsBlockReader.class - [JAR]

├─ jaitools.jiffle.parser.ParsingErrorReporter.class - [JAR]

├─ jaitools.jiffle.parser.RuntimeSourceGenerator.class - [JAR]

├─ jaitools.jiffle.parser.ScopeType.class - [JAR]

├─ jaitools.jiffle.parser.SourceGenerator.class - [JAR]

├─ jaitools.jiffle.parser.Symbol.class - [JAR]

├─ jaitools.jiffle.parser.SymbolScope.class - [JAR]

├─ jaitools.jiffle.parser.SymbolScopeStack.class - [JAR]

├─ jaitools.jiffle.parser.SymbolType.class - [JAR]

├─ jaitools.jiffle.parser.TagVars.class - [JAR]

├─ jaitools.jiffle.parser.TransformExpressions.class - [JAR]

├─ jaitools.jiffle.parser.UndefinedFunctionException.class - [JAR]

├─ jaitools.jiffle.parser.UndefinedOptionException.class - [JAR]

├─ jaitools.jiffle.parser.UnexpectedInputException.class - [JAR]