Uses of Class
core.field.EMVec2Field

Packages that use EMVec2Field
core.field This package contains a number of classes used to create and manipulate the images generated for a given animation of an experiment as it evolves. 
 

Uses of EMVec2Field in core.field
 

Constructors in core.field with parameters of type EMVec2Field
EMVec2Field(EMVec2Field field, int FieldOrMotionFieldType)
          Constructs a new EMVec2Field that represents the EMSource and coordinate system as the given "field", but with a different field type given by "FieldOrMotionFieldType".
EMVec2Field(EMVec2Field field, int FieldOrMotionFieldType, double FluidFlowSpeed, double Fnorm, double Fpower)
           
EMVec2Field(EMVec2Field field, int FieldOrMotionFieldType, BaseExperiment experiment, Vec RegionFlow)