igeo
Class IVec2R.FromXY

java.lang.Object
  extended by igeo.IParameterObject
      extended by igeo.IVec2R.FromXY
All Implemented Interfaces:
IParameter, ISubobject, IVec2Op
Enclosing class:
IVec2R

public static class IVec2R.FromXY
extends IParameterObject
implements IVec2Op


Field Summary
 IDoubleOp x
           
 IDoubleOp y
           
 
Fields inherited from class igeo.IParameterObject
parent
 
Constructor Summary
IVec2R.FromXY(IDoubleOp x, IDoubleOp y)
           
 
Method Summary
 IVec2 get()
           
 
Methods inherited from class igeo.IParameterObject
createObject, parent, parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public IDoubleOp x

y

public IDoubleOp y
Constructor Detail

IVec2R.FromXY

public IVec2R.FromXY(IDoubleOp x,
                     IDoubleOp y)
Method Detail

get

public IVec2 get()
Specified by:
get in interface IParameter
Specified by:
get in interface IVec2Op