| 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 |
| r(c) — Static method in class flare.util.Colors |
|
Returns the red component of a color value
|
| RadialLabeler — Class in package flare.vis.operator.label |
|
Labeler that positions labels around a circle in polar coordinates. |
| RadialLabeler(source, rotate, format, filter, policy) — Constructor in class flare.vis.operator.label.RadialLabeler |
|
Creates a new RadialLabeler. |
| RadialTreeLayout — Class in package flare.vis.operator.layout |
|
Layout that places tree nodes in a radial layout, laying out depths of a tree
along circles of increasing radius. |
| RadialTreeLayout(radius, sortAngles, autoScale) — Constructor in class flare.vis.operator.layout.RadialTreeLayout |
|
Creates a new RadialTreeLayout. |
| _radius — Property in class flare.display.DirtySprite |
| The radius value of this sprite's position in polar co-ordinates. |
| radius — Property in class flare.display.DirtySprite |
| The radius value of this sprite's position in polar co-ordinates. |
| radius — Property in class flare.vis.data.NodeSprite |
| |
| radius — Property in class flare.vis.operator.layout.PieLayout |
| The radius of the pie/donut chart. |
| radiusField — Property in class flare.vis.operator.layout.CircleLayout |
| The radius source property. |
| radiusIncrement — Property in class flare.vis.operator.layout.RadialTreeLayout |
| The radius increment between depth levels. |
| radiusOffset — Property in class flare.vis.operator.label.RadialLabeler |
| The number of pixels to offset labels along the radius. |
| radiusScale — Property in class flare.vis.operator.layout.CircleLayout |
| The scale binding for the radius. |
| ramp(min, max, size) — Static method in class flare.util.palette.ColorPalette |
|
Generates a color palette that "ramps" from one color to another. |
| RandomLayout — Class in package flare.vis.operator.layout |
|
Layout that places nodes randomly within the layout bounds. |
| RandomLayout(group) — Constructor in class flare.vis.operator.layout.RandomLayout |
|
Creates a new RandomLayout instance. |
| range — Property in class flare.vis.legend.Legend |
| The legend range, if this legend is continuous. |
| Range — Class in package flare.query |
|
Expression operator that tests if a value is within a given range. |
| Range(min, max, val) — Constructor in class flare.query.Range |
|
Create a new Range operator. |
| rangeSize — Property in class flare.vis.legend.LegendRange |
| The size of the range, this is either the width or height of
the range, depending on the current orientation. |
| _rBinding — Property in class flare.vis.operator.layout.CircleLayout |
| |
| read(input, schema:flare.data:DataSchema) — Method in class flare.data.converters.DelimitedTextConverter |
|
Converts data from an external format into ActionScript objects. |
| read(input, schema:flare.data:DataSchema) — Method in class flare.data.converters.GraphMLConverter |
|
Converts data from an external format into ActionScript objects. |
| read(input, schema:flare.data:DataSchema) — Method in interface flare.data.converters.IDataConverter |
|
Converts data from an external format into ActionScript objects. |
| read(input, schema:flare.data:DataSchema) — Method in class flare.data.converters.JSONConverter |
|
Converts data from an external format into ActionScript objects. |
| reclaim(interp:flare.animate.interpolate:Interpolator) — Static method in class flare.animate.interpolate.Interpolator |
|
Reclaims an interpolator for later recycling. |
| reclaimParticle(p:flare.physics:Particle) — Static method in class flare.physics.Simulation |
|
Reclaims a particle, adding it to the object pool for recycling
|
| reclaimSpring(s:flare.physics:Spring) — Static method in class flare.physics.Simulation |
|
Reclaims a spring, adding it to the object pool for recycling
|
| RectangleInterpolator — Class in package flare.animate.interpolate |
|
Interpolator for flash.geom.Rectangle values. |
| RectangleInterpolator(target, property, start, end) — Constructor in class flare.animate.interpolate.RectangleInterpolator |
|
Creates a new RectangleInterpolator. |
| RectSprite — Class in package flare.display |
|
A Sprite representing a rectangle shape. |
| RectSprite(x, y, w, h, cw, ch) — Constructor in class flare.display.RectSprite |
|
Creates a new RectSprite. |
| RegEx(left, right) — Static method in class flare.query.Match |
|
Creates a new Match operator for matching a regular expression. |
| REGEXP — Constant static property in class flare.query.Match |
| Indicates a regular expression matching test. |
| remove(t:flare.animate:Transition) — Method in class flare.animate.FunctionSequence |
|
Removes a sub-transition from this sequence. |
| remove(t:flare.animate:Transition) — Method in class flare.animate.Parallel |
|
Removes a sub-transition from this parallel transition. |
| remove(item:flare.animate:ISchedulable) — Method in class flare.animate.Scheduler |
|
Removes an object from the scheduling list. |
| remove(t:flare.animate:Transition) — Method in class flare.animate.Sequence |
|
Removes a sub-transition from this sequence. |
| remove — Property in class flare.animate.Tween |
| Flag indicating if the target object should be removed from the
display list at the end of the tween. |
| remove(a, o) — Static method in class flare.util.Arrays |
|
Removes an element from an array. |
| remove(x:flare.util.heap:HeapNode) — Method in class flare.util.heap.FibonacciHeap |
|
Removes a node from the heap. |
| remove(ic:flare.vis.controls:IControl) — Method in class flare.vis.controls.ControlList |
|
Removes an control from this list. |
| remove — Event in class flare.vis.controls.HoverControl |
| |
| remove — Event in class flare.vis.data.Data |
| |
| remove(d:flare.vis.data:DataSprite) — Method in class flare.vis.data.Data |
|
Removes a DataSprite (node or edge) from this data collection. |
| remove — Event in class flare.vis.data.DataList |
| |
| remove(d:flare.vis.data:DataSprite) — Method in class flare.vis.data.DataList |
|
Remove a data sprite from the list. |
| remove(op:flare.vis.operator:IOperator) — Method in class flare.vis.operator.OperatorList |
|
Removes an operator from this list. |
| remove(op:flare.vis.operator:IOperator) — Method in class flare.vis.operator.OperatorSequence |
|
Removes an operator from this list. |
| REMOVE — Constant static property in class flare.vis.events.DataEvent |
| A data removed event. |
| removeAllChildren() — Method in class flare.query.CompositeExpression |
|
Removes all sub-expressions from this composite. |
| removeAllEdges() — Method in class flare.vis.data.NodeSprite |
|
Removes all edges incident on this node. |
| removeAt(a, idx) — Static method in class flare.util.Arrays |
|
Removes the array element at the given index. |
| removeAt(idx) — Method in class flare.vis.data.DataList |
|
Remove a DataSprite from the list. |
| removeChild(dobj, b) — Method in class flare.animate.Transitioner |
|
Sets the removal status of a display object with this transition. |
| removeChild(expr:flare.query:Expression) — Method in class flare.query.CompositeExpression |
|
Removes a sub-expression from this composite. |
| removeChildEdge(e:flare.vis.data:EdgeSprite) — Method in class flare.vis.data.NodeSprite |
|
Removes an edge from the child links list. |
| removeControlAt(i) — Method in class flare.vis.controls.ControlList |
|
Removes the control at the specified position in the list
|
| removeDefault(name) — Method in class flare.vis.data.DataList |
|
Removes a default value for newly created items. |
| removeEdge(e:flare.vis.data:EdgeSprite) — Method in class flare.vis.data.Data |
|
Removes an edge from this data set. |
| removeEdge(e:flare.vis.data:EdgeSprite) — Method in class flare.vis.data.Tree |
|
Removes an edge from tree tree, removing the entire
subtree rooted at the child node adjacent to the edge. |
| removeEdges(type) — Method in class flare.vis.data.NodeSprite |
|
Removes all edges of the indicated edge type. |
| removeEventListener(type, listener, useCapture) — Method in class flare.vis.data.DataList |
| |
| removeFunction(f) — Method in class flare.animate.FunctionSequence |
|
Removes a sub-transition function from this sequence. |
| removeGroup(name) — Method in class flare.vis.data.Data |
|
Removes a data group. |
| removeInEdge(e:flare.vis.data:EdgeSprite) — Method in class flare.vis.data.NodeSprite |
|
Removes an edge from the inlinks list. |
| removeMin() — Method in class flare.util.heap.FibonacciHeap |
|
Removes and returns the heap node with the minimum key value. |
| removeNode(n:flare.vis.data:NodeSprite) — Method in class flare.vis.data.Data |
|
Removes a node from this data set. |
| removeNode(n:flare.vis.data:NodeSprite) — Method in class flare.vis.data.Tree |
|
Removes a node from the tree, removing the entire
subtree rooted at that node. |
| removeOperator(name) — Method in class flare.vis.Visualization |
|
Removes a named operator. |
| removeOperatorAt(i) — Method in class flare.vis.operator.OperatorList |
|
Removes the operator at the specified position in the list
|
| removeOperatorAt(i) — Method in class flare.vis.operator.OperatorSequence |
|
Removes the operator at the specified position in the list
|
| removeOutEdge(e:flare.vis.data:EdgeSprite) — Method in class flare.vis.data.NodeSprite |
|
Removes an edge from the outlinks list. |
| removeParticle(idx) — Method in class flare.physics.Simulation |
|
Removes a particle from the simulation. |
| removeSharedAncestor — Property in class flare.vis.operator.layout.BundledEdgeRouter |
| Removes the shared ancestor along a node path. |
| removeSpring(idx) — Method in class flare.physics.Simulation |
|
Removes a spring from the simulation. |
| render() — Method in class flare.display.DirtySprite |
|
Draw this sprite's graphical content. |
| render() — Method in class flare.display.LineSprite |
| |
| render() — Method in class flare.display.RectSprite |
|
Draw this sprite's graphical content. |
| render() — Method in class flare.display.TextSprite |
|
Draw this sprite's graphical content. |
| render() — Method in class flare.vis.data.DataSprite |
|
Draw this sprite's graphical content. |
| render() — Method in class flare.vis.data.EdgeSprite |
|
Draw this sprite's graphical content. |
| render(d:flare.vis.data:DataSprite) — Method in class flare.vis.data.render.EdgeRenderer |
|
Renders drawing content for the input DataSprite. |
| render(d:flare.vis.data:DataSprite) — Method in interface flare.vis.data.render.IRenderer |
|
Renders drawing content for the input DataSprite. |
| render(d:flare.vis.data:DataSprite) — Method in class flare.vis.data.render.ShapeRenderer |
|
Renders drawing content for the input DataSprite. |
| render() — Method in class flare.vis.legend.LegendItem |
|
Draw this sprite's graphical content. |
| render() — Method in class flare.vis.legend.LegendRange |
|
Draw this sprite's graphical content. |
| renderDirty(evt) — Static method in class flare.display.DirtySprite |
|
Frame render callback that renders all sprites on the dirty list. |
| _renderer — Property in class flare.vis.data.DataSprite |
| The renderer for drawing this DataSprite. |
| renderer — Property in class flare.vis.data.DataSprite |
| The renderer for drawing this DataSprite. |
| repeat(s, count) — Static method in class flare.query.StringUtil |
| |
| repeat(s, reps) — Static method in class flare.util.Strings |
|
Creates a new string by repeating an input string. |
| replace(s, orig, replace) — Static method in class flare.query.StringUtil |
| |
| reset() — Method in class flare.animate.Transition |
|
Resets the transition, so that any cached starting values are
cleared and reset the next time this transition is played. |
| reset(target, property, start, end) — Method in class flare.animate.interpolate.Interpolator |
|
Re-initializes an exising interpolator instance. |
| reset() — Method in class flare.query.AggregateExpression |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.Average |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.Count |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.Distinct |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.ExpressionIterator |
|
Resets this iterator to the root of the expression tree. |
| reset() — Method in class flare.query.Maximum |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.Minimum |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.Sum |
|
Resets the aggregation computation. |
| reset() — Method in class flare.query.Variance |
|
Resets the aggregation computation. |
| resetShapes() — Static method in class flare.util.Shapes |
|
Resets all shape drawing functions to the default settings. |
| resetSize — Property in class flare.vis.operator.distortion.Distortion |
| Flag indicating if the size or scale values should be reset to 1
upon each invocation of the distortion. |
| restLength — Property in class flare.physics.Spring |
| The rest length of the spring. |
| restLength — Property in class flare.vis.operator.layout.ForceDirectedLayout |
|
Function for assigning rest length values to springs. |
| _reverse — Property in class flare.animate.Transition |
| Flag indicating this Transition is running in reverse. |
| reverse — Property in class flare.animate.Transition |
| Indicates if this Transition is running in reverse. |
| reverse(s) — Static method in class flare.query.StringUtil |
| |
| REVERSE — Constant static property in class flare.vis.data.NodeSprite |
| Flag indicating that a traversal should be performed in reverse. |
| _rField — Property in class flare.vis.operator.layout.CircleLayout |
| |
| rgba(r, g, b, a) — Static method in class flare.util.Colors |
|
Returns a color value with the given red, green, blue, and alpha
components
|
| _right — Property in class flare.query.BinaryExpression |
| The right-hand-side sub-expression. |
| right — Property in class flare.query.BinaryExpression |
| The right-hand-side sub-expression. |
| right(s, len) — Static method in class flare.query.StringUtil |
| |
| right — Property in class flare.util.heap.HeapNode |
| The right child node of this node. |
| RIGHT — Constant static property in class flare.display.TextSprite |
|
Constant for horizontally aligning the right of the text field
to a TextSprite's y-coordinate. |
| RIGHT_TO_LEFT — Constant static property in class flare.util.Orientation |
| Constant indicating a right-to-left layout orientation. |
| _root — Property in class flare.vis.data.Data |
| The root node of the spanning tree. |
| root — Property in class flare.vis.data.Data |
| The root node of the spanning tree. |
| root — Property in class flare.vis.data.Tree |
|
Sets the root node of this tree. |
| root — Property in class flare.vis.data.TreeBuilder |
| The root node for the spanning tree. |
| ROOT — Constant static property in class flare.scale.ScaleType |
| Constant indicating a root-transformed numeric scale. |
| rootInterp(f, min, max, p) — Static method in class flare.util.Maths |
|
Computes an Nth-root interpolation between two values. |
| RootScale — Class in package flare.scale |
|
Scale that performs a root transformation of the data. |
| RootScale(min, max, base, flush, pow, labelFormat) — Constructor in class flare.scale.RootScale |
|
Creates a new RootScale. |
| rotateLabels — Property in class flare.vis.operator.label.RadialLabeler |
| If true, labels will be rotated to align along the radius. |
| rotateMatrixBy(mat, angle, p) — Static method in class flare.util.Displays |
|
Performs a rotation around a specific point on an input matrix. |
| roundTime(t, span, roundUp) — Static method in class flare.util.Dates |
|
Rounds a date according to a particular time span. |
| rows — Property in class flare.util.math.DenseMatrix |
| The number of rows. |
| rows — Property in interface flare.util.math.IMatrix |
| The number of rows. |
| rows — Property in class flare.util.math.SparseMatrix |
| The number of rows. |
| rpad(s, len, pad) — Static method in class flare.query.StringUtil |
| |
| RUN — Constant static property in class flare.animate.Transition |
| Constant indicating this Transition is currently running. |
| _running — Property in class flare.animate.Transition |
| Flag indicating this Transition is currently running. |
| running — Property in class flare.animate.Transition |
| Indicates if this Transition is currently running. |
|
| 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 |