A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
getArea() — Method in class org.flintparticles.twoD.zones.BitmapDataZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.DiscSectorZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.DiscZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.DisplayObjectZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.GreyscaleZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.LineZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.MultiZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.PointZone
The getArea method returns the size of the zone.
getArea() — Method in class org.flintparticles.twoD.zones.RectangleZone
The getArea method returns the size of the zone.
getArea() — Method in interface org.flintparticles.twoD.zones.Zone2D
The getArea method returns the size of the zone.
getDefaultPriority() — Method in interface org.flintparticles.common.actions.Action
The getDefaultPriority method is used to order the execution of actions.
getDefaultPriority() — Method in class org.flintparticles.common.actions.ActionBase
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.common.actions.Fade
Returns a value of -5, so that the Fade executes after color changes.
getDefaultPriority() — Method in class org.flintparticles.common.actions.KeyDownAction
Returns the default priority of the action that is applied.
getDefaultPriority() — Method in interface org.flintparticles.common.activities.Activity
The getDefaultPriority method is used to order the execution of activities.
getDefaultPriority() — Method in class org.flintparticles.common.activities.ActivityBase
Returns a default priority of 0 for this activity.
getDefaultPriority() — Method in class org.flintparticles.common.initializers.AlphaInit
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.common.initializers.ApplyFilter
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in interface org.flintparticles.common.initializers.Initializer
The getDefaultPriority method is used to order the execution of initializers.
getDefaultPriority() — Method in class org.flintparticles.common.initializers.InitializerBase
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.ApproachNeighbours
Returns a value of 10, so that the ApproachNeighbours action executes before other actions.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.BoundingBox
Returns a value of -20, so that the BoundingBox executes after all movement has occured.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.Collide
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.DeathZone
Returns a value of -20, so that the DeathZone executes after all movement has occured.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.MatchRotateVelocity
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.MatchVelocity
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.MinimumDistance
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.Move
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.MutualGravity
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.Rotate
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.SpeedLimit
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.actions.ZonedAction
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.away3d.initializers.ApplyMaterial
Returns -10 to ensure that the ApplyMaterial is applied after the ImageInit classes which define the image object.
getDefaultPriority() — Method in class org.flintparticles.threeD.initializers.ScaleAllInit
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.initializers.ScaleAllsInit
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.threeD.papervision3d.initializers.ApplyMaterial
Returns -10 to ensure that the ApplyMaterial is applied after the ImageInit classes which define the image object.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.ApproachNeighbours
Returns a value of 10, so that the ApproachNeighbours action executes before accelerating actions that act on particles independently of other particles, like Acceleration and GravityWell.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.BoundingBox
Returns a value of -20, so that the BoundingBox executes after all movement has occured.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.Collide
Returns a value of 10, so that the collide action executes before other actions that move teh particles independently of each other.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.DeathZone
Returns a value of -20, so that the DeathZone executes after all movement has occured.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.MatchRotateVelocity
Returns a value of 10, so that the MatchRotateVelocity action executes before rotating actions that act on particles independently of other particles.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.MatchVelocity
Returns a value of 10, so that the MatchVelocity action executes before accelerating actions that act on particles independently of other particles, like Acceleration and GravityWell.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.MinimumDistance
Returns a value of 10, so that the MinimumDistance action executes before accelerating actions that act on particles independently of other particles, like Acceleration and GravityWell.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.Move
Returns a value of -10, so that the Move action executes after most other actions, particularly after actions that change the particle's velocity like Accelerate.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.MutualGravity
Returns a value of 10, so that the MatchVelocity action executes before accelerating actions that act on particles independently of other particles, like Acceleration and GravityWell.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.Rotate
Returns a value of -10, so that the Rotate action executes after most other actions, particularly after actions that change the particle's angular velocity.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.SpeedLimit
Returns a value of -5, so that the SpeedLimit action executes after actions that modify the particle's speed but before the Move action moves the particle.
getDefaultPriority() — Method in class org.flintparticles.twoD.actions.ZonedAction
Returns the default priority of the action being used.
getDefaultPriority() — Method in class org.flintparticles.twoD.initializers.ScaleAllInit
Returns a default priority of 0 for this action.
getDefaultPriority() — Method in class org.flintparticles.twoD.initializers.ScaleAllsInit
Returns a default priority of 0 for this action.
getLocation() — Method in class org.flintparticles.threeD.zones.BitmapDataZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.BoxZone
The getLocation method returns a random point inside the box.
getLocation() — Method in class org.flintparticles.threeD.zones.ConeZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.CylinderZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.DiscZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.FrustrumZone
The getLocation method returns a random point inside the box.
getLocation() — Method in class org.flintparticles.threeD.zones.GreyscaleZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.LineZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.MultiZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.ParallelogramZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.PointZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.threeD.zones.SphereZone
The getLocation method returns a random point inside the sphere.
getLocation() — Method in interface org.flintparticles.threeD.zones.Zone3D
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.BitmapDataZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.DiscSectorZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.DiscZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.DisplayObjectZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.GreyscaleZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.LineZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.MultiZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.PointZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in class org.flintparticles.twoD.zones.RectangleZone
The getLocation method returns a random point inside the zone.
getLocation() — Method in interface org.flintparticles.twoD.zones.Zone2D
The getLocation method returns a random point inside the zone.
getPerpendicular(v:org.flintparticles.threeD.geom:Vector3D) — Static method in class org.flintparticles.threeD.geom.Vector3DUtils
getPerpendiculars(normal:org.flintparticles.threeD.geom:Vector3D) — Static method in class org.flintparticles.threeD.geom.Vector3DUtils
getProperty(name) — Method in class org.flintparticles.common.utils.PriorityArray
Provides Array access to read values from the PriorityArray
getProperty(name) — Method in class org.flintparticles.common.utils.WeightedArray
Provides Array access to read values from the WeightedArray
getRandomValue() — Method in class org.flintparticles.common.utils.FastWeightedArray
Returns a random value from the FastWeightedArray.
getRandomValue() — Method in class org.flintparticles.common.utils.WeightedArray
Returns a random value from the WeightedArray.
getVolume() — Method in class org.flintparticles.threeD.zones.BitmapDataZone
The getVolume method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.BoxZone
The getArea method returns the volume of the box.
getVolume() — Method in class org.flintparticles.threeD.zones.ConeZone
The getArea method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.CylinderZone
The getArea method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.DiscZone
The getArea method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.FrustrumZone
The getArea method returns the volume of the box.
getVolume() — Method in class org.flintparticles.threeD.zones.GreyscaleZone
The getVolume method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.LineZone
The getArea method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.MultiZone
The getArea method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.ParallelogramZone
The getVolume method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.PointZone
The getArea method returns the size of the zone.
getVolume() — Method in class org.flintparticles.threeD.zones.SphereZone
The getVolume method returns the volume of the sphere.
getVolume() — Method in interface org.flintparticles.threeD.zones.Zone3D
The getArea method returns the size of the zone.
globalToLocalRotation(obj, rotation) — Static method in class org.flintparticles.common.utils.DisplayObjectUtils
Converts a global rotation in the coordinate system of the stage to a local rotation in the coordinate system of a display object.
GravityWell — Class in package org.flintparticles.threeD.actions
The GravityWell action applies a force on the particle to draw it towards a single point.
GravityWell — Class in package org.flintparticles.twoD.actions
The GravityWell action applies a force on the particle to draw it towards a single point.
GravityWell(power, position:org.flintparticles.threeD.geom:Vector3D, epsilon) — Constructor in class org.flintparticles.threeD.actions.GravityWell
The constructor creates a GravityWell action for use by an emitter.
GravityWell(power, x, y, epsilon) — Constructor in class org.flintparticles.twoD.actions.GravityWell
The constructor creates a GravityWell action for use by an emitter.
GreyscaleZone — Class in package org.flintparticles.threeD.zones
The Greyscale zone defines a shaped zone based on a BitmapData object.
GreyscaleZone — Class in package org.flintparticles.twoD.zones
The Greyscale zone defines a shaped zone based on a BitmapData object.
GreyscaleZone(bitmapData, corner:org.flintparticles.threeD.geom:Vector3D, top:org.flintparticles.threeD.geom:Vector3D, left:org.flintparticles.threeD.geom:Vector3D) — Constructor in class org.flintparticles.threeD.zones.GreyscaleZone
The constructor creates a Greyscale zone.
GreyscaleZone(bitmapData, offsetX, offsetY, scaleX, scaleY) — Constructor in class org.flintparticles.twoD.zones.GreyscaleZone
The constructor creates a GreyscaleZone object.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z