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  
ScaleFilter — Class in package cv.orion.filters
The ScaleFilter causes particles to grow or shrink based on the given value.
ScaleFilter(value) — Constructor in class cv.orion.filters.ScaleFilter
Causes particle to either shrink or grow depending on the given value.
setPalletteMap(red, green, blue, alpha) — Method in class cv.orion.renderers.BitmapRenderer
Remaps the color channel values in an image that has up to four arrays of color palette data, one for each channel.
settings — Property in class cv.Orion
The settings object controls all configuration.
smoke() — Static method in class cv.orion.presets.Default
snow() — Static method in class cv.orion.presets.Default
sparkler() — Static method in class cv.orion.presets.Default
speedX — Property in class cv.OrionBitmap
The X speed that the emitter scans the bitmap and adds particles.
speedY — Property in class cv.OrionBitmap
The Y speed that the emitter scans the bitmap and adds particles.
springStrength — Property in class cv.orion.filters.MouseSpringFilter
The strength of the spring used in the motion.
spriteClass — Property in class cv.Orion
Gets or sets the specific library linkId (class reference)
spriteClass — Property in class cv.OrionContainer
The spriteClass property is disabled with this emitter.
spriteTarget — Property in class cv.OrionContainer
The SpriteTarget property is OrionContainer's equivalent of SpriteClass.
stageHandler(e) — Method in class cv.Orion
The stage handler, this listens for the Event.ADDED_TO_STAGE event, so it knows when it can access the stage property.
stageHandler(event) — Method in class cv.OrionBitmap
stageHandler(e) — Method in class cv.OrionMouse
stageHandler(e) — Method in class cv.orion.renderers.BitmapRenderer
Clears and inits the bitmap data once it has access to the stage.
startY — Property in class cv.OrionBitmap
SteadyOutput — Class in package cv.orion.output
The SteadyOutput class outputs particles at a predictable rate.
SteadyOutput(particlesPerSecond) — Constructor in class cv.orion.output.SteadyOutput
Controls the output of the particles of the emitter.
StopEdgeFilter — Class in package cv.orion.filters
The StopEdgeFilter makes a particle stop all motion once it's hit the edge of the canvas.
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