| 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 |
| easeInBack(t, s) — Static method in class flare.animate.Easing |
|
Easing equation function for a back (overshooting cubic easing: (s+1)^3 - s^2) easing in: accelerating from zero velocity. |
| easeInBounce(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in: accelerating from zero velocity. |
| easeInCirc(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a circular (sqrt(1-t^2)) easing in: accelerating from zero velocity. |
| easeInElastic(t, a, p) — Static method in class flare.animate.Easing |
|
Easing equation function for an elastic (exponentially decaying sine wave) easing in: accelerating from zero velocity. |
| easeInExpo(t) — Static method in class flare.animate.Easing |
|
Easing equation function for an exponential (2^t) easing in: accelerating from zero velocity. |
| easeInOut(fi, fo) — Static method in class flare.animate.Easing |
|
Composes any easeIn function with any easeOut function to create a
custom ease-in/ease-out transition. |
| easeInOutBack(t, s) — Static method in class flare.animate.Easing |
|
Easing equation function for a back (overshooting cubic easing: (s+1)^3 - s^2) easing in/out: acceleration until halfway, then deceleration. |
| easeInOutBounce(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing in/out: acceleration until halfway, then deceleration. |
| easeInOutCirc(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a circular (sqrt(1-t^2)) easing in/out: acceleration until halfway, then deceleration. |
| easeInOutElastic(t, a, p) — Static method in class flare.animate.Easing |
|
Easing equation function for an elastic (exponentially decaying sine wave) easing in/out: acceleration until halfway, then deceleration. |
| easeInOutExpo(t) — Static method in class flare.animate.Easing |
|
Easing equation function for an exponential (2^t) easing in/out: acceleration until halfway, then deceleration. |
| easeInOutPoly(exp) — Static method in class flare.animate.Easing |
|
Easing equation function generator for polynomial easing in/out: acceleration until halfway, then deceleration. |
| easeInOutSine(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a sinusoidal (sin(t)) easing in/out: acceleration until halfway, then deceleration. |
| easeInPoly(exp) — Static method in class flare.animate.Easing |
|
Easing equation function generator for polynomial easing in: accelerating from zero velocity. |
| easeInSine(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a sinusoidal (sin(t)) easing in: accelerating from zero velocity. |
| easeOutBack(t, s) — Static method in class flare.animate.Easing |
|
Easing equation function for a back (overshooting cubic easing: (s+1)^3 - s^2) easing out: decelerating from zero velocity. |
| easeOutBounce(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out: decelerating from zero velocity. |
| easeOutCirc(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a circular (sqrt(1-t^2)) easing out: decelerating from zero velocity. |
| easeOutElastic(t, a, p) — Static method in class flare.animate.Easing |
|
Easing equation function for an elastic (exponentially decaying sine wave) easing out: decelerating from zero velocity. |
| easeOutExpo(t) — Static method in class flare.animate.Easing |
|
Easing equation function for an exponential (2^t) easing out: decelerating from zero velocity. |
| easeOutInBack(t, s) — Static method in class flare.animate.Easing |
|
Easing equation function for a back (overshooting cubic easing: (s+1)^3 - s^2) easing out/in: deceleration until halfway, then acceleration. |
| easeOutInBounce(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a bounce (exponentially decaying parabolic bounce) easing out/in: deceleration until halfway, then acceleration. |
| easeOutInCirc(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a circular (sqrt(1-t^2)) easing out/in: deceleration until halfway, then acceleration. |
| easeOutInElastic(t, a, p) — Static method in class flare.animate.Easing |
|
Easing equation function for an elastic (exponentially decaying sine wave) easing out/in: deceleration until halfway, then acceleration. |
| easeOutInExpo(t) — Static method in class flare.animate.Easing |
|
Easing equation function for an exponential (2^t) easing out/in: deceleration until halfway, then acceleration. |
| easeOutInPoly(exp) — Static method in class flare.animate.Easing |
|
Easing equation function generator for polynomial easing out/in: deceleration until halfway, then acceleration. |
| easeOutInSine(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a sinusoidal (sin(t)) easing out/in: deceleration until halfway, then acceleration. |
| easeOutPoly(exp) — Static method in class flare.animate.Easing |
|
Easing equation function generator for polynomial easing out: decelerating from zero velocity. |
| easeOutSine(t) — Static method in class flare.animate.Easing |
|
Easing equation function for a sinusoidal (sin(t)) easing out: decelerating from zero velocity. |
| easing — Property in class flare.animate.Transition |
| Easing function used to pace this Transition. |
| Easing — Class in package flare.animate |
|
Collection of easing functions to control animation rates. |
| Easing() — Constructor in class flare.animate.Easing |
|
Constructor, throws an error if called, as this is an abstract class. |
| edge — Property in class flare.vis.events.DataEvent |
| The first element in the event list as an EdgeSprite. |
| edge — Property in class flare.vis.events.TooltipEvent |
| The moused-over interface object, cast to an EdgeSprite. |
| edgeCapacity — Property in class flare.analytics.graph.MaxFlowMinCut |
| A function defining the edge capacities for flow. |
| EdgeRenderer — Class in package flare.vis.data.render |
|
Renderer that draws edges as lines. |
| edges — Property in class flare.data.DataSet |
| A DataTable of edges. |
| _edges — Property in class flare.vis.data.Data |
| Internal list of EdgeSprites. |
| edges — Property in class flare.vis.data.Data |
| The collection of EdgeSprites. |
| EDGES — Constant static property in class flare.vis.data.Data |
| Constant indicating the edges in a Data object. |
| EdgeSprite — Class in package flare.vis.data |
|
Visually represents a connection between two data elements. |
| EdgeSprite(source:flare.vis.data:NodeSprite, target:flare.vis.data:NodeSprite, directed) — Constructor in class flare.vis.data.EdgeSprite |
|
Creates a new EdgeSprite. |
| edgeWeight — Property in class flare.analytics.graph.ShortestPaths |
| A function determining edge weights used in the shortest path
calculation. |
| edgeWeight — Property in class flare.vis.data.TreeBuilder |
| A function determining edge weights used in the spanning tree
calculation. |
| edgeWeights — Property in class flare.analytics.cluster.CommunityStructure |
| A function defining edge weights in the graph. |
| els — Property in class flare.query.If |
| Sub-expression evaluated if the test condition is false. |
| EMBED — Constant static property in class flare.display.TextSprite |
|
Constant indicating that text should be rendered using a TextField
instance using embedded fonts. |
| empty — Property in class flare.util.heap.FibonacciHeap |
| True if the heap is empty, false otherwise. |
| EMPTY — Constant static property in class flare.util.Arrays |
| |
| enabled — Property in class flare.analytics.graph.SpanningTree |
| Indicates if the operator is enabled or disabled. |
| enabled — Property in class flare.animate.Transition |
| Flag indicating if step events should be processed. |
| enabled — Property in interface flare.vis.operator.IOperator |
| Indicates if the operator is enabled or disabled. |
| enabled — Property in class flare.vis.operator.Operator |
| Indicates if the operator is enabled or disabled. |
| _enabled — Property in class flare.vis.operator.OperatorList |
| |
| enabled — Property in class flare.vis.operator.OperatorList |
| Indicates if the operator is enabled or disabled. |
| encode(val) — Method in class flare.vis.operator.encoder.ColorEncoder |
|
Computes an encoding for the input value. |
| encode(val) — Method in class flare.vis.operator.encoder.Encoder |
|
Computes an encoding for the input value. |
| encode(val) — Method in class flare.vis.operator.encoder.ShapeEncoder |
|
Computes an encoding for the input value. |
| encode(val) — Method in class flare.vis.operator.encoder.SizeEncoder |
|
Computes an encoding for the input value. |
| Encoder — Class in package flare.vis.operator.encoder |
|
Base class for Operators that perform encoding of visual variables such
as color, shape, and size. |
| Encoder(source, target, group, filter) — Constructor in class flare.vis.operator.encoder.Encoder |
|
Creates a new Encoder. |
| end() — Method in class flare.animate.Parallel |
|
Ends each sub-transition. |
| end() — Method in class flare.animate.Sequence |
|
Ends this sequence transition, ending the last transition to be
played in the sequence as necessary. |
| end — Event in class flare.animate.Transition |
| |
| end() — Method in class flare.animate.Transition |
|
Transition end routine. |
| end() — Method in class flare.animate.Transitioner |
|
Ends each sub-transition. |
| end() — Method in class flare.animate.Tween |
|
Ends the tween, updating target object visibility and display
list membership, if appropriate. |
| END — Constant static property in class flare.animate.TransitionEvent |
| A transition end event. |
| endBounds(d, coords) — Method in class flare.animate.Transitioner |
|
Computes the approximate bounds of the given object after this
transitioner has been run. |
| endSize(d, r) — Method in class flare.animate.Transitioner |
|
Computes the approximate size of the given object after this
transitioner has been run. |
| endsWith(s, p) — Static method in class flare.query.StringUtil |
| |
| EndsWith(left, right) — Static method in class flare.query.Match |
|
Creates a new Match operator for matching a string suffix. |
| enforceBounds — Property in class flare.vis.operator.layout.ForceDirectedLayout |
| Flag indicating if the layout bounds should be enforced. |
| EQ — Constant static property in class flare.query.Comparison |
| Indicates a equals comparison. |
| equal(a, b) — Static method in class flare.util.Stats |
|
Tests for equality between two values. |
| Equal(left, right) — Static method in class flare.query.Comparison |
|
Creates a new Comparison operator for an equals comparison. |
| eval() — Method in class flare.physics.Simulation |
|
Evaluates the set of forces in the simulation. |
| eval(o) — Method in class flare.query.And |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Arithmetic |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Average |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Comparison |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Count |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Distinct |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Expression |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Fn |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.If |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.IsA |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Literal |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Match |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Maximum |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Minimum |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Not |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Or |
|
Evaluates this expression with the given input object. |
| eval(input) — Method in class flare.query.Query |
|
Evaluates this query on an object collection. |
| eval(o) — Method in class flare.query.Sum |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Variable |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Variance |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in class flare.query.Xor |
|
Evaluates this expression with the given input object. |
| eval(o) — Method in interface flare.util.IEvaluable |
|
Evaluates the input object
|
| eval(x) — Method in class flare.util.Property |
|
Gets the value of this property for the input object; this
is the same as getValue, but provided in order to
implement the IEvaluable interface. |
| evaluate(time) — Method in interface flare.animate.ISchedulable |
|
Evaluate a scheduled call. |
| evaluate(time) — Method in class flare.animate.Transition |
|
Evaluates the Transition, stepping the transition forward. |
| ExpandControl — Class in package flare.vis.controls |
|
Interactive control for expaning and collapsing graph or tree nodes
by clicking them. |
| ExpandControl(filter, update) — Constructor in class flare.vis.controls.ExpandControl |
|
Creates a new ExpandControl. |
| expanded — Property in class flare.vis.data.NodeSprite |
| Flag indicating if this node is currently expanded. |
| _expr — Property in class flare.query.AggregateExpression |
| The sub-expression to aggregate. |
| expr(o) — Static method in class flare.query.Expression |
|
Utility method that maps an input value into an Expression. |
| expression — Property in class flare.query.ExpressionIterator |
| The expression being traversed. |
| Expression — Class in package flare.query |
|
Base class for query expression operators. |
| ExpressionIterator — Class in package flare.query |
|
The ExpressionIterator simplifies the process of traversing an
expression tree. |
| ExpressionIterator(expr:flare.query:Expression) — Constructor in class flare.query.ExpressionIterator |
|
Creates a new ExpressionIterator. |
|
| 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 |