| Package | idv.cjcat.stardust.twoD.fields |
| Class | public class Field |
| Inheritance | Field StardustElement |
| Subclasses | BitmapField, RadialField, UniformField |
| Property | Defined by | ||
|---|---|---|---|
| active : Boolean | Field | ||
| massless : Boolean | Field | ||
![]() | name : String | StardustElement | |
| Method | Defined by | ||
|---|---|---|---|
|
Field()
| Field | ||
|
getElementTypeXMLTag():XML
| Field | ||
| Field | |||
![]() |
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
| Field | ||
|
parseXML(xml:XML, builder:XMLBuilder = null):void
| Field | ||
|
toXML():XML
| Field | ||
| Method | Defined by | ||
|---|---|---|---|
| Field | |||
| active | property |
public var active:Boolean
| massless | property |
public var massless:Boolean
| Field | () | constructor |
public function Field()
| calculateMotionData2D | () | method |
protected function calculateMotionData2D(particle:Particle2D):MotionData2DParameters
particle:Particle2D |
MotionData2D |
| getElementTypeXMLTag | () | method |
public override function getElementTypeXMLTag():XML
Returns
XML |
| getMotionData2D | () | method |
public final function getMotionData2D(particle:Particle2D):MotionData2DParameters
particle:Particle2D |
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 |