utils
Class ObjectConstructor

java.lang.Object
  |
  +--utils.ObjectConstructor

public class ObjectConstructor
extends java.lang.Object

ObjectConstructor used for graphics.listener.ModelGeneratorConstructor

Version:
Author:
mladoue

Constructor Summary
ObjectConstructor()
           
 
Method Summary
static java.lang.Object createObject(java.lang.reflect.Constructor constructor, java.lang.Object[] arguments)
          Method createObject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectConstructor

public ObjectConstructor()
Method Detail

createObject

public static java.lang.Object createObject(java.lang.reflect.Constructor constructor,
                                            java.lang.Object[] arguments)
Method createObject. to create an object with Parameter

Parameters:
constructor -
arguments -
Returns:
Object