|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JiffleRuntime
The root interface for Jiffle runtime classes.
| Method Summary | |
|---|---|
Double |
getVar(String varName)
Returns the value of a variable that was declared in the script's init block. |
void |
setBounds(int minx,
int miny,
int width,
int height)
Set the bounds of the processing area. |
| Method Detail |
|---|
void setBounds(int minx,
int miny,
int width,
int height)
minx - min X pixel ordinateminy - min Y pixel ordinatewidth - width of processing areaheight - height of processing areaDouble getVar(String varName)
varName - variable name
null if the variable name is
not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||