|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Jiffle.ImageRole | |
|---|---|
| jaitools.jiffle | Jiffle scripting language. |
| jaitools.jiffle.parser | Jiffle parser and support classes. |
| Uses of Jiffle.ImageRole in jaitools.jiffle |
|---|
| Methods in jaitools.jiffle that return Jiffle.ImageRole | |
|---|---|
static Jiffle.ImageRole |
Jiffle.ImageRole.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Jiffle.ImageRole[] |
Jiffle.ImageRole.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in jaitools.jiffle that return types with arguments of type Jiffle.ImageRole | |
|---|---|
Map<String,Jiffle.ImageRole> |
Jiffle.getImageParams()
Gets the current image parameters. |
| Method parameters in jaitools.jiffle with type arguments of type Jiffle.ImageRole | |
|---|---|
void |
Jiffle.setImageParams(Map<String,Jiffle.ImageRole> params)
Sets the image parameters. |
| Constructor parameters in jaitools.jiffle with type arguments of type Jiffle.ImageRole | |
|---|---|
Jiffle(File scriptFile,
Map<String,Jiffle.ImageRole> params)
Creates a new instance by compiling the script read from scriptFile. |
|
Jiffle(String script,
Map<String,Jiffle.ImageRole> params)
Creates a new instance by compiling the provided script. |
|
| Uses of Jiffle.ImageRole in jaitools.jiffle.parser |
|---|
| Constructor parameters in jaitools.jiffle.parser with type arguments of type Jiffle.ImageRole | |
|---|---|
TagVars(org.antlr.runtime.tree.TreeNodeStream nodes,
Map<String,Jiffle.ImageRole> params,
MessageTable msgTable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||