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  
Back — Class in package org.flintparticles.common.easing
Back — Class in package org.flintparticles.common.energyEasing
A modified form of Robert Penner's easing equations, optimised for the specific use of calculating the energy over a particle's lifetime.
bitmapData — Property in class org.flintparticles.threeD.zones.BitmapDataZone
The bitmapData object that defines the zone.
bitmapData — Property in class org.flintparticles.threeD.zones.GreyscaleZone
The bitmapData object that defines the zone.
_bitmapData — Property in class org.flintparticles.twoD.renderers.BitmapRenderer
bitmapData — Property in class org.flintparticles.twoD.zones.BitmapDataZone
The bitmapData object that defines the zone.
bitmapData — Property in class org.flintparticles.twoD.zones.GreyscaleZone
The bitmapData object that defines the zone.
BitmapDataZone — Class in package org.flintparticles.threeD.zones
The BitmapData zone defines a shaped zone based on a BitmapData object.
BitmapDataZone — Class in package org.flintparticles.twoD.zones
The BitmapData zone defines a shaped zone based on a BitmapData object.
BitmapDataZone(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.BitmapDataZone
The constructor creates a BitmapDataZone zone.
BitmapDataZone(bitmapData, offsetX, offsetY, scaleX, scaleY) — Constructor in class org.flintparticles.twoD.zones.BitmapDataZone
The constructor creates a BitmapDataZone object.
BitmapRenderer — Class in package org.flintparticles.threeD.renderers
The BitmapRenderer is a native Flint 3D renderer that draws particles onto a single Bitmap display object.
BitmapRenderer — Class in package org.flintparticles.twoD.renderers
The BitmapRenderer draws particles onto a single Bitmap display object.
BitmapRenderer(canvas, zSort, smoothing) — Constructor in class org.flintparticles.threeD.renderers.BitmapRenderer
The constructor creates a BitmapRenderer.
BitmapRenderer(canvas, smoothing) — Constructor in class org.flintparticles.twoD.renderers.BitmapRenderer
The constructor creates a BitmapRenderer.
Blast — Class in package org.flintparticles.common.counters
The Blast counter causes the emitter to create a single burst of particles when it starts and then emit no further particles.
Blast(startCount) — Constructor in class org.flintparticles.common.counters.Blast
The constructor creates a Blast counter for use by an emitter.
bottom — Property in class org.flintparticles.twoD.actions.BoundingBox
The left coordinate of the bounding box.
bottom — Property in class org.flintparticles.twoD.zones.RectangleZone
The bottom coordinate of the rectangle defining the region of the zone.
bounce — Property in class org.flintparticles.threeD.actions.BoundingBox
The coefficient of restitution when the particles bounce off the sides of the box.
bounce — Property in class org.flintparticles.threeD.actions.Collide
The coefficient of restitution when the particles collide.
bounce — Property in class org.flintparticles.twoD.actions.BoundingBox
The coefficient of restitution when the particles bounce off the sides of the box.
bounce — Property in class org.flintparticles.twoD.actions.Collide
The coefficient of restitution when the particles collide.
Bounce — Class in package org.flintparticles.common.easing
Bounce — Class in package org.flintparticles.common.energyEasing
A modified form of Robert Penner's easing equations, optimised for the specific use of calculating the energy over a particle's lifetime.
BoundingBox — Class in package org.flintparticles.threeD.actions
The BoundingBox action confines each particle to a box.
BoundingBox — Class in package org.flintparticles.twoD.actions
The BoundingBox action confines each particle to a rectangle region.
BoundingBox(minX, maxX, minY, maxY, minZ, maxZ, bounce) — Constructor in class org.flintparticles.threeD.actions.BoundingBox
The constructor creates a BoundingBox action for use by an emitter.
BoundingBox(left, top, right, bottom, bounce) — Constructor in class org.flintparticles.twoD.actions.BoundingBox
The constructor creates a BoundingBox action for use by an emitter.
BoxZone — Class in package org.flintparticles.threeD.zones
The BoxZone zone defines a cuboid or box shaped zone.
BoxZone(width, height, depth, center:org.flintparticles.threeD.geom:Vector3D, upAxis:org.flintparticles.threeD.geom:Vector3D, depthAxis:org.flintparticles.threeD.geom:Vector3D) — Constructor in class org.flintparticles.threeD.zones.BoxZone
The constructor creates a BoxZone 3D zone.
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