Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageObject

        public ImageObject()
    • 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)