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  
pan(angle:Number) — method, class org.flintparticles.threeD.renderers.Camera
Pan the camera left or right.
ParallelogramZone — class, package org.flintparticles.threeD.zones
The PrallelogramZone zone defines a four sided zone n which opposite sides are parallel.
ParallelogramZone(corner:flash.geom:Vector3D, side1:flash.geom:Vector3D, side2:flash.geom:Vector3D) — Constructor, class org.flintparticles.threeD.zones.ParallelogramZone
The constructor creates a PrallelogramZone zone.
parameters — Property, class org.flintparticles.common.initializers.ImageClass
The parameters to pass to the constructor for the image class.
parameters — Property, class org.flintparticles.threeD.away3d.initializers.A3DDisplayObjectClass
The parameters to pass to the constructor for the image class.
parameters — Property, class org.flintparticles.threeD.away3d.initializers.A3DObjectClass
The parameters to pass to the constructor for the image class.
parameters — Property, class org.flintparticles.threeD.away3d.initializers.ApplyMaterial
The parameters to pass to the constructor for the material class.
parameters — Property, class org.flintparticles.threeD.papervision3d.initializers.ApplyMaterial
The parameters to pass to the constructor for the material class.
parameters — Property, class org.flintparticles.threeD.papervision3d.initializers.PV3DDisplayObjectClass
The parameters to pass to the constructor for the image class.
parameters — Property, class org.flintparticles.threeD.papervision3d.initializers.PV3DObjectClass
The parameters to pass to the constructor for the image class.
particle — Property, class org.flintparticles.common.events.ParticleEvent
The particle to which the event relates.
Particle — class, package org.flintparticles.common.particles
The Particle class is a set of public properties shared by all particles.
Particle() — Constructor, class org.flintparticles.common.particles.Particle
Creates a particle.
Particle2D — class, package org.flintparticles.twoD.particles
The Particle class is a set of public properties shared by all particles.
Particle2D() — Constructor, class org.flintparticles.twoD.particles.Particle2D
Creates a particle.
Particle2DUtils — class, package org.flintparticles.twoD.particles
Utility methods for working with two-d particles.
Particle3D — class, package org.flintparticles.threeD.particles
The Particle3D class extends the Particle class to include state properties that are relevant to particles in 3D space.
Particle3D() — Constructor, class org.flintparticles.threeD.particles.Particle3D
Creates a Particle3D.
Particle3DUtils — class, package org.flintparticles.threeD.particles
Utility methods for working with three-d particles.
particleAdded — Event, class org.flintparticles.common.emitters.Emitter
Dispatched when a pre-existing particle is added to the emitter.
PARTICLE_ADDED — Static Property, class org.flintparticles.common.events.ParticleEvent
The event dispatched by an emitter when a pre-existing particle is added to it.
particleCreated — Event, class org.flintparticles.common.emitters.Emitter
Dispatched when a particle is created and has just been added to the emitter.
PARTICLE_CREATED — Static Property, class org.flintparticles.common.events.ParticleEvent
The event dispatched by an emitter when a particle is created.
ParticleCreator2D — class, package org.flintparticles.twoD.particles
The ParticleCreator is used by the Emitter class to manage the creation and reuse of particles.
ParticleCreator2D() — Constructor, class org.flintparticles.twoD.particles.ParticleCreator2D
The constructor creates a ParticleCreator object.
ParticleCreator3D — class, package org.flintparticles.threeD.particles
The ParticleCreator is used by the Emitter class to manage the creation and reuse of particles.
ParticleCreator3D() — Constructor, class org.flintparticles.threeD.particles.ParticleCreator3D
The constructor creates a ParticleCreator object.
particleDead — Event, class org.flintparticles.common.emitters.Emitter
Dispatched when a particle dies and is about to be removed from the system.
PARTICLE_DEAD — Static Property, class org.flintparticles.common.events.ParticleEvent
The event dispatched by an emitter when a particle dies.
ParticleEvent — class, package org.flintparticles.common.events
The class for particle related events dispatched by classes in the Flint project.
ParticleEvent(type:String, particle:org.flintparticles.common.particles:Particle, bubbles:Boolean, cancelable:Boolean) — Constructor, class org.flintparticles.common.events.ParticleEvent
The constructor creates a ParticleEvent object.
particleFactory — Property, class org.flintparticles.common.emitters.Emitter
This is the particle factory used by the emitter to create and dispose of particles.
ParticleFactory — Interface, package org.flintparticles.common.particles
The ParticleFactory interface defines the interface for any factory class used by emitters to create, reuse and dispose of particles.
ParticleFactoryStats — class, package org.flintparticles.common.debug
Used to track and display the number of particles being managed by particles emitters.
particles — Property, class org.flintparticles.common.emitters.Emitter
The collection of all particles being managed by this emitter.
_particles — Property, class org.flintparticles.common.renderers.FlexRendererBase
_particles — Property, class org.flintparticles.common.renderers.SpriteRendererBase
particlesArray — Property, class org.flintparticles.common.emitters.Emitter
The actual array of particles used internally by this emitter.
PARTICLES_COLLISION — Static Property, class org.flintparticles.common.events.ParticleEvent
The event dispatched by an emitter when a particle collides with another particle.
pause() — method, class org.flintparticles.common.emitters.Emitter
Pauses the emitter.
PerformanceAdjusted — class, package org.flintparticles.common.counters
The PerformanceAdjusted counter causes the emitter to emit particles continuously at a steady rate.
PerformanceAdjusted(rateMin:Number, rateMax:Number, targetFrameRate:Number) — Constructor, class org.flintparticles.common.counters.PerformanceAdjusted
The constructor creates a PerformanceAdjusted counter for use by an emitter.
period — Property, class org.flintparticles.common.counters.Pulse
The time, in seconds, between each pulse.
period — Property, class org.flintparticles.common.counters.SineCounter
The period of the sine wave used, in seconds.
pgDownDown — Property, class org.flintparticles.threeD.renderers.controllers.KeyboardControllerBase
pgUpDown — Property, class org.flintparticles.threeD.renderers.controllers.KeyboardControllerBase
PixelRenderer — class, package org.flintparticles.threeD.renderers
The PixelRenderer is a native Flint 3D renderer that draws particles as single pixels on a Bitmap display object.
PixelRenderer — class, package org.flintparticles.threeD.renderers.mxml
The PixelRenderer is a native Flint 3D renderer that draws particles as single pixels on a Bitmap display object.
PixelRenderer — class, package org.flintparticles.twoD.renderers
The PixelRenderer draws particles as single pixels on a Bitmap display object.
PixelRenderer — class, package org.flintparticles.twoD.renderers.mxml
The PixelRenderer draws particles as single pixels on a Bitmap display object.
PixelRenderer(canvas:flash.geom:Rectangle, zSort:Boolean) — Constructor, class org.flintparticles.threeD.renderers.PixelRenderer
The constructor creates a PixelRenderer.
PixelRenderer(canvas:flash.geom:Rectangle, zSort:Boolean) — Constructor, class org.flintparticles.threeD.renderers.mxml.PixelRenderer
The constructor creates a PixelRenderer.
PixelRenderer(canvas:flash.geom:Rectangle) — Constructor, class org.flintparticles.twoD.renderers.PixelRenderer
The constructor creates a PixelRenderer.
PixelRenderer(canvas:flash.geom:Rectangle) — Constructor, class org.flintparticles.twoD.renderers.mxml.PixelRenderer
The constructor creates a PixelRenderer.
point — Property, class org.flintparticles.threeD.actions.TurnTowardsPoint
The point that the particle turns towards.
point — Property, class org.flintparticles.threeD.zones.PointZone
The point that is the zone.
point — Property, class org.flintparticles.twoD.zones.PointZone
The point that is the zone.
PointZone — class, package org.flintparticles.threeD.zones
The PointZone zone defines a zone that contains a single point.
PointZone — class, package org.flintparticles.twoD.zones
The PointZone zone defines a zone that contains a single point.
PointZone(point:flash.geom:Vector3D) — Constructor, class org.flintparticles.threeD.zones.PointZone
The constructor defines a PointZone zone.
PointZone(point:flash.geom:Point) — Constructor, class org.flintparticles.twoD.zones.PointZone
The constructor defines a PointZone zone.
position — Property, class org.flintparticles.threeD.actions.GravityWell
The x coordinate of the center of the gravity force.
position — Property, class org.flintparticles.threeD.emitters.Emitter3D
Indicates the position of the Emitter instance relative to the local coordinate system of the Renderer.
position — Property, class org.flintparticles.threeD.particles.Particle3D
The position of the particle (in the renderer's units).
position — Property, class org.flintparticles.threeD.renderers.Camera
The location of the camera.
Position — class, package org.flintparticles.threeD.initializers
The Position Initializer sets the initial location of the particle.
Position — class, package org.flintparticles.twoD.initializers
The Position Initializer sets the initial location of the particle.
Position(zone:org.flintparticles.threeD.zones:Zone3D) — Constructor, class org.flintparticles.threeD.initializers.Position
The constructor creates a Position initializer for use by an emitter.
Position(zone:org.flintparticles.twoD.zones:Zone2D) — Constructor, class org.flintparticles.twoD.initializers.Position
The constructor creates a Position initializer for use by an emitter.
PositionAbsolute — class, package org.flintparticles.threeD.initializers
The PositionAbsolute Initializer sets the initial location of the particle.
PositionAbsolute — class, package org.flintparticles.twoD.initializers
The PositionAbsolute Initializer sets the initial location of the particle.
PositionAbsolute(zone:org.flintparticles.threeD.zones:Zone3D) — Constructor, class org.flintparticles.threeD.initializers.PositionAbsolute
The constructor creates a PositionAbsolute initializer for use by an emitter.
PositionAbsolute(zone:org.flintparticles.twoD.zones:Zone2D) — Constructor, class org.flintparticles.twoD.initializers.PositionAbsolute
The constructor creates a PositionAbsolute initializer for use by an emitter.
postFilters — Property, class org.flintparticles.threeD.renderers.BitmapRenderer
The array of all filters being applied before rendering.
postFilters — Property, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer
The array of all filters being applied before rendering.
postFilters — Property, class org.flintparticles.twoD.renderers.BitmapRenderer
The array of all filters being applied before rendering.
postFilters — Property, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer
The array of all filters being applied before rendering.
postMultiply(q:org.flintparticles.threeD.geom:Quaternion, result:org.flintparticles.threeD.geom:Quaternion) — method, class org.flintparticles.threeD.geom.Quaternion
Post multiply this quaternion by another quaternion, returning a new quaternion.
postMultiplyBy(q:org.flintparticles.threeD.geom:Quaternion) — method, class org.flintparticles.threeD.geom.Quaternion
Post multiply this quaternion by another quaternion
power — Property, class org.flintparticles.threeD.actions.AntiGravity
The strength of the anti-gravity force - larger numbers produce a stronger force.
power — Property, class org.flintparticles.threeD.actions.Explosion
The strength of the explosion - larger numbers produce a stronger force.
power — Property, class org.flintparticles.threeD.actions.GravityWell
The strength of the gravity force.
power — Property, class org.flintparticles.threeD.actions.MutualGravity
The strength of the gravity force.
power — Property, class org.flintparticles.threeD.actions.TurnTowardsPoint
The strength of theturn action.
power — Property, class org.flintparticles.twoD.actions.AntiGravity
The strength of the anti-gravity force - larger numbers produce a stronger force.
power — Property, class org.flintparticles.twoD.actions.Explosion
The strength of the explosion - larger numbers produce a stronger force.
power — Property, class org.flintparticles.twoD.actions.GravityWell
The strength of the gravity force - larger numbers produce a stronger force.
power — Property, class org.flintparticles.twoD.actions.MouseAntiGravity
The strength of the anti-gravity force.
power — Property, class org.flintparticles.twoD.actions.MouseGravity
The strength of the gravity force.
power — Property, class org.flintparticles.twoD.actions.MutualGravity
The strength of the gravity force.
power — Property, class org.flintparticles.twoD.actions.TurnAwayFromMouse
The strength of the turn action.
power — Property, class org.flintparticles.twoD.actions.TurnTowardsMouse
The strength of the turn action.
power — Property, class org.flintparticles.twoD.actions.TurnTowardsPoint
The strength of the turn action.
preFilters — Property, class org.flintparticles.threeD.renderers.BitmapRenderer
The array of all filters being applied before rendering.
preFilters — Property, class org.flintparticles.threeD.renderers.mxml.BitmapRenderer
The array of all filters being applied before rendering.
preFilters — Property, class org.flintparticles.twoD.renderers.BitmapRenderer
The array of all filters being applied before rendering.
preFilters — Property, class org.flintparticles.twoD.renderers.mxml.BitmapRenderer
The array of all filters being applied before rendering.
preMultiply(q:org.flintparticles.threeD.geom:Quaternion, result:org.flintparticles.threeD.geom:Quaternion) — method, class org.flintparticles.threeD.geom.Quaternion
Pre multiply this quaternion by another quaternion, returning a new quaternion.
preMultiplyBy(q:org.flintparticles.threeD.geom:Quaternion) — method, class org.flintparticles.threeD.geom.Quaternion
Pre multiply this quaternion by another quaternion
previousX — Property, class org.flintparticles.twoD.particles.Particle2D
The x coordinate of the particle prior to the latest update.
previousY — Property, class org.flintparticles.twoD.particles.Particle2D
The y coordinate of the particle prior to the latest update.
_priority — Property, class org.flintparticles.common.actions.ActionBase
priority — Property, class org.flintparticles.common.actions.ActionBase
Returns a default priority of 0 for this action.
priority — Property, class org.flintparticles.common.actions.KeyDownAction
Returns the default priority of the action that is applied.
_priority — Property, class org.flintparticles.common.activities.ActivityBase
priority — Property, class org.flintparticles.common.activities.ActivityBase
Returns a default priority of 0 for this activity.
priority — Property, interface org.flintparticles.common.behaviours.Behaviour
The priority property is used to order the execution of behaviours.
_priority — Property, class org.flintparticles.common.initializers.InitializerBase
priority — Property, class org.flintparticles.common.initializers.InitializerBase
Returns a default priority of 0 for this action.
priority — Property, class org.flintparticles.threeD.actions.ZonedAction
Provides access to the priority of the action being used.
priority — Property, class org.flintparticles.twoD.actions.ZonedAction
Provides acces to the priority of the action being used.
projectedPosition — Property, class org.flintparticles.threeD.particles.Particle3D
Position vector projected into screen space.
projectionDistance — Property, class org.flintparticles.threeD.renderers.Camera
The distance to the camera's projection distance.
Pulse — class, package org.flintparticles.common.counters
The Pulse counter causes the emitter to emit groups of particles at a regular interval.
Pulse(period:Number, quantity:uint) — Constructor, class org.flintparticles.common.counters.Pulse
The constructor creates a Pulse counter for use by an emitter.
PV3DDisplayObjectClass — class, package org.flintparticles.threeD.papervision3d.initializers
The PV3DDisplayObjectClass initializer sets the DisplayObject to use to draw the particle in a 3D scene.
PV3DDisplayObjectClass(imageClass:Class, ... rest) — Constructor, class org.flintparticles.threeD.papervision3d.initializers.PV3DDisplayObjectClass
The constructor creates an ImageClass initializer for use by an emitter.
PV3DDisplayObjectClasses — class, package org.flintparticles.threeD.papervision3d.initializers
The ImageClass Initializer sets the DisplayObject to use to draw the particle.
PV3DDisplayObjectClasses(images:Array, weights:Array) — Constructor, class org.flintparticles.threeD.papervision3d.initializers.PV3DDisplayObjectClasses
The constructor creates a ImageClasses initializer for use by an emitter.
PV3DObjectClass — class, package org.flintparticles.threeD.papervision3d.initializers
The PV3DObjectClass initializer sets the 3D Object to use to draw the particle in a 3D scene.
PV3DObjectClass(imageClass:Class, ... rest) — Constructor, class org.flintparticles.threeD.papervision3d.initializers.PV3DObjectClass
The constructor creates an PV3DObjectClass initializer for use by an emitter.
PV3DObjectClasses — class, package org.flintparticles.threeD.papervision3d.initializers
The ImageClasses Initializer sets the DisplayObject to use to draw the particle.
PV3DObjectClasses(images:Array, weights:Array) — Constructor, class org.flintparticles.threeD.papervision3d.initializers.PV3DObjectClasses
The constructor creates a ImageClasses initializer for use by an emitter.
PV3DParticleRenderer — class, package org.flintparticles.threeD.papervision3d
Renders the particles in a Papervision3D Particles object.
PV3DParticleRenderer(container:org.papervision3d.core.geom:Particles) — Constructor, class org.flintparticles.threeD.papervision3d.PV3DParticleRenderer
The constructor creates an Papervision3D particle renderer for displaying the particles in a Papervision3D Particles object.
PV3DPixelRenderer — class, package org.flintparticles.threeD.papervision3d
Renders the particles as pixels in a Papervision3D Pixels object.
PV3DPixelRenderer(container:org.papervision3d.core.geom:Pixels) — Constructor, class org.flintparticles.threeD.papervision3d.PV3DPixelRenderer
PV3DRenderer — class, package org.flintparticles.threeD.papervision3d
Renders the particles in a Papervision3D scene.
PV3DRenderer(container:org.papervision3d.core.proto:DisplayObjectContainer3D) — Constructor, class org.flintparticles.threeD.papervision3d.PV3DRenderer
The constructor creates an Papervision3D renderer for displaying the particles in a Papervision3D scene.
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