| Package | idv.cjcat.stardust.threeD.fields |
| Class | public class Field3D |
| Inheritance | Field3D StardustElement |
| Subclasses | RadialField3D, UniformField3D |
| Property | Defined by | ||
|---|---|---|---|
| active : Boolean | Field3D | ||
| massless : Boolean | Field3D | ||
![]() | name : String | StardustElement | |
| Method | Defined by | ||
|---|---|---|---|
|
Field3D()
| Field3D | ||
|
getElementTypeXMLTag():XML
| Field3D | ||
| Field3D | |||
![]() |
getRelatedObjects():Array
[Abstract Method] Returns the related objects of the element.
| StardustElement | |
![]() |
getXMLTag():XML
Returns the root tag of the XML representation.
| StardustElement | |
|
getXMLTagName():String
| Field3D | ||
|
parseXML(xml:XML, builder:XMLBuilder = null):void
| Field3D | ||
|
toXML():XML
| Field3D | ||
| Method | Defined by | ||
|---|---|---|---|
| Field3D | |||
| active | property |
public var active:Boolean
| massless | property |
public var massless:Boolean
| Field3D | () | constructor |
public function Field3D()
| calculateMotionData3D | () | method |
protected function calculateMotionData3D(particle:Particle3D):MotionData3DParameters
particle:Particle3D |
MotionData3D |
| getElementTypeXMLTag | () | method |
public override function getElementTypeXMLTag():XML
Returns
XML |
| getMotionData3D | () | method |
public final function getMotionData3D(particle:Particle3D):MotionData3DParameters
particle:Particle3D |
MotionData3D |
| 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 |