Package helma.scripting.rhino.extensions
Class ImageObject
- java.lang.Object
-
- helma.scripting.rhino.extensions.ImageObject
-
public class ImageObject extends java.lang.Object
Extension to provide Helma with Image processing features.
-
-
Constructor Summary
Constructors Constructor Description ImageObject()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
imageCtor(org.mozilla.javascript.Context cx, java.lang.Object[] args, org.mozilla.javascript.Function ctorObj, boolean inNewExpr)
static void
init(org.mozilla.javascript.Scriptable scope)
Called by the evaluator after the extension is loaded.
-
-
-
Method Detail
-
init
public static void init(org.mozilla.javascript.Scriptable scope)
Called by the evaluator after the extension is loaded.
-
imageCtor
public static java.lang.Object imageCtor(org.mozilla.javascript.Context cx, java.lang.Object[] args, org.mozilla.javascript.Function ctorObj, boolean inNewExpr)
-
-