net.sf.jame.twister.extensions.constructor
Class DoubleVector2DConstructorRuntime

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.core.extension.ExtensionRuntime
          extended by net.sf.jame.core.scripting.extension.ConstructorExtensionRuntime
              extended by net.sf.jame.twister.extensions.constructor.DoubleVector2DConstructorRuntime

public class DoubleVector2DConstructorRuntime
extends ConstructorExtensionRuntime

Author:
Andrea Medeghini

Constructor Summary
DoubleVector2DConstructorRuntime()
           
 
Method Summary
 java.lang.Object create(java.lang.Object... args)
           
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, dispose, finalize, fireChanged, isChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleVector2DConstructorRuntime

public DoubleVector2DConstructorRuntime()
Method Detail

create

public java.lang.Object create(java.lang.Object... args)
                        throws JSException
Specified by:
create in class ConstructorExtensionRuntime
Returns:
Throws:
JSException
See Also:
ConstructorExtensionRuntime.create(java.lang.Object[])