Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.util
Class ObjectUtil.Point2DConversionFunction  view ObjectUtil.Point2DConversionFunction download ObjectUtil.Point2DConversionFunction.java

java.lang.Object
  extended bycom.arranger.jarl.util.ObjectUtil.BaseConversionFunction
      extended bycom.arranger.jarl.util.ObjectUtil.Point2DConversionFunction
All Implemented Interfaces:
ObjectUtil.IConversionFunction
Enclosing class:
ObjectUtil

public static class ObjectUtil.Point2DConversionFunction
extends ObjectUtil.BaseConversionFunction


Constructor Summary
ObjectUtil.Point2DConversionFunction()
           
 
Method Summary
 void setField(java.lang.reflect.Field field, java.lang.String configData, java.lang.Object object)
          Sets the data member using reflection
 
Methods inherited from class com.arranger.jarl.util.ObjectUtil.BaseConversionFunction
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtil.Point2DConversionFunction

public ObjectUtil.Point2DConversionFunction()
Method Detail

setField

public void setField(java.lang.reflect.Field field,
                     java.lang.String configData,
                     java.lang.Object object)
              throws java.lang.Exception
Description copied from interface: ObjectUtil.IConversionFunction
Sets the data member using reflection