Packageidv.cjcat.stardust.twoD.fields
Classpublic class Field
InheritanceField Inheritance StardustElement
SubclassesBitmapField, RadialField, UniformField

2D vector field.



Public Properties
 PropertyDefined by
  active : Boolean
Field
  massless : Boolean
Field
 Inheritedname : String
StardustElement
Public Methods
 MethodDefined by
  
Field
  
Field
  
Field
 Inherited
[Abstract Method] Returns the related objects of the element.
StardustElement
 Inherited
getXMLTag():XML
Returns the root tag of the XML representation.
StardustElement
  
getXMLTagName():String
Field
  
parseXML(xml:XML, builder:XMLBuilder = null):void
Field
  
toXML():XML
Field
Protected Methods
 MethodDefined by
  
Field
Property detail
activeproperty
public var active:Boolean
masslessproperty 
public var massless:Boolean
Constructor detail
Field()constructor
public function Field()
Method detail
calculateMotionData2D()method
protected function calculateMotionData2D(particle:Particle2D):MotionData2DParameters
particle:Particle2D

Returns
MotionData2D
getElementTypeXMLTag()method 
public override function getElementTypeXMLTag():XML

Returns
XML
getMotionData2D()method 
public final function getMotionData2D(particle:Particle2D):MotionData2DParameters
particle:Particle2D

Returns
MotionData2D
getXMLTagName()method 
public override function getXMLTagName():String

Returns
String
parseXML()method 
public override function parseXML(xml:XML, builder:XMLBuilder = null):voidParameters
xml:XML
 
builder:XMLBuilder (default = null)
toXML()method 
public override function toXML():XML

Returns
XML