| 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 |
| IcicleTreeLayout — Class in package flare.vis.operator.layout |
|
Layout that places nodes in an icicle layout, distributing nodes
evenly within the display bounds. |
| IcicleTreeLayout(orientation) — Constructor in class flare.vis.operator.layout.IcicleTreeLayout |
|
Creates a new IcicleTreeLayout. |
| icon — Property in class flare.vis.legend.LegendItem |
| Shape presenting this legend item's icon. |
| iconLineWidth — Property in class flare.vis.legend.LegendItem |
| Line width to use within the icon. |
| iconSize — Property in class flare.vis.legend.LegendItem |
| Size parameter for icon drawing. |
| IControl — Interface in package flare.vis.controls |
| |
| id — Property in interface flare.animate.ISchedulable |
| A unique name identifying this schedulable object. |
| id — Property in class flare.animate.Transition |
| A unique name identifying this schedulable object. |
| id — Property in class flare.data.DataField |
| A unique id for the data field, often the name. |
| IDataConverter — Interface in package flare.data.converters |
|
Interface for data converters that map between an external data file
format and ActionScript objects (e.g., Arrays and Objects). |
| IEvaluable — Interface in package flare.util |
|
Interface for methods that evaluate an object and return a result. |
| If — Class in package flare.query |
|
Expression operator for an if statement that performs conditional
execution. |
| If(test, thenExpr, elseExpr) — Constructor in class flare.query.If |
|
Create a new IfExpression. |
| IForce — Interface in package flare.physics |
|
Interface representing a force within a physics simulation. |
| _ignoreTrans — Property in class flare.vis.operator.encoder.PropertyEncoder |
| Flag indicating if property values should be set immediately. |
| ignoreTransitioner — Property in class flare.vis.operator.encoder.PropertyEncoder |
| |
| ignoreUpdates — Property in class flare.vis.data.ScaleBinding |
| If true, updates to the underlying data will be ignored, as will
any calls to updateBinding. |
| IMatrix — Interface in package flare.util.math |
|
Interface for a matrix of real-valued numbers. |
| immediate — Property in class flare.animate.Transitioner |
| Immediate mode flag, used to bypass tween generation and perform
immediate updates of target object values. |
| immediate — Property in class flare.vis.operator.filter.VisibilityFilter |
| Immediate mode sets the visibility settings immediately, bypassing
any transitioner provided. |
| incomingField — Property in class flare.analytics.graph.LinkDistance |
| The property in which to store incoming edges along a shortest
path. |
| incomingField — Property in class flare.analytics.graph.ShortestPaths |
| The property in which to store incoming edges along a shortest
path. |
| inDegree — Property in class flare.vis.data.NodeSprite |
| The number of inlinks. |
| IndentedTreeLayout — Class in package flare.vis.operator.layout |
|
Layout that places tree nodes in an indented outline layout. |
| IndentedTreeLayout(depthSpace, breadthSpace) — Constructor in class flare.vis.operator.layout.IndentedTreeLayout |
|
Creates a new IndentedTreeLayout. |
| index(value) — Method in class flare.scale.OrdinalScale |
|
Returns the index of the input value in the ordinal array
|
| index(value) — Method in class flare.vis.data.ScaleBinding |
|
Returns the index of the input value in the ordinal array if the
scale is ordinal or categorical, otherwise returns -1. |
| index — Property in class flare.vis.operator.OperatorSwitch |
| The currently active index of the switch. |
| indexFunction — Property in class flare.vis.operator.OperatorSwitch |
|
A function that determines the current index value of this
OperatorSwitch. |
| inferSchema(tuples) — Static method in class flare.data.DataUtil |
|
Infers the data schema by checking values of the input data. |
| inferSchema(lines) — Method in class flare.data.converters.DelimitedTextConverter |
|
Infers the data schema by checking values of the input data. |
| inHeap — Property in class flare.util.heap.HeapNode |
| Flag indicating if this node is currently in a heap. |
| init(start, end) — Method in class flare.animate.interpolate.ArrayInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.ColorInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.DateInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.Interpolator |
|
Performs initialization of an interpolator, typically by
initializing the start and ending values. |
| init(start, end) — Method in class flare.animate.interpolate.MatrixInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.NumberInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.ObjectInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.PointInterpolator |
|
Initializes this interpolator. |
| init(start, end) — Method in class flare.animate.interpolate.RectangleInterpolator |
|
Initializes this interpolator. |
| init(mass, x, y, vx, vy, fixed) — Method in class flare.physics.Particle |
|
Initializes an existing particle instance. |
| init(p1:flare.physics:Particle, p2:flare.physics:Particle, restLength, tension, damping) — Method in class flare.physics.Spring |
|
Initializes an existing spring instance. |
| init(rows, cols) — Method in class flare.util.math.DenseMatrix |
|
Initializes the matrix to desired dimensions. |
| init(rows, cols) — Method in interface flare.util.math.IMatrix |
|
Initializes the matrix to desired dimensions. |
| init(rows, cols) — Method in class flare.util.math.SparseMatrix |
|
Initializes the matrix to desired dimensions. |
| init() — Method in class flare.vis.operator.layout.ForceDirectedLayout |
|
Initializes the Simulation for this ForceDirectedLayout
|
| INIT — Constant static property in class flare.animate.Transition |
| Constant indicating this Transition has been initialized. |
| initializeAxes() — Method in class flare.vis.operator.layout.StackedAreaLayout |
|
Initializes the axes prior to layout. |
| initializeChildren() — Method in class flare.vis.axis.Axis |
|
Initializes the child container sprites for labels and grid lines. |
| IN_LINKS — Constant static property in class flare.vis.data.NodeSprite |
| Flag indicating inlinks, edges that point to this node. |
| _inner — Property in class flare.vis.operator.layout.CircleLayout |
| |
| innerHeight — Property in class flare.vis.legend.LegendItem |
| The inner height of this legend item. |
| innerWidth — Property in class flare.vis.legend.LegendItem |
| The inner width of this legend item. |
| input — Property in class flare.query.AggregateExpression |
| The sub-expression to aggregate. |
| insert(s, pos, len, ns) — Static method in class flare.query.StringUtil |
| |
| insert(data, key) — Method in class flare.util.heap.FibonacciHeap |
|
Inserts a new node into the heap. |
| instance — Static property in class flare.animate.Scheduler |
| The default Scheduler instance. |
| instance(t) — Static method in class flare.animate.Transitioner |
|
Gets a transitioner instance depending upon the input value. |
| instance — Static property in class flare.vis.data.render.EdgeRenderer |
| Static EdgeRenderer instance. |
| instance — Static property in class flare.vis.data.render.ShapeRenderer |
| Static ShapeRenderer instance. |
| INT — Constant static property in class flare.data.DataUtil |
| Constant indicating an integer data type. |
| interp(val) — Method in class flare.scale.LinearScale |
|
Returns the interpolation fraction for the given input number. |
| interp(val) — Method in class flare.scale.LogScale |
|
Returns the interpolation fraction for the given input number. |
| interp(val) — Method in class flare.scale.QuantitativeScale |
|
Returns the interpolation fraction for the given input number. |
| interp(val) — Method in class flare.scale.RootScale |
|
Returns the interpolation fraction for the given input number. |
| interpolate(f) — Method in class flare.animate.interpolate.ArrayInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.ColorInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.DateInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.Interpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.MatrixInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.NumberInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.ObjectInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.PointInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(f) — Method in class flare.animate.interpolate.RectangleInterpolator |
|
Calculate and set an interpolated property value. |
| interpolate(value) — Method in class flare.scale.OrdinalScale |
|
Returns an interpolation fraction indicating the position of the input
value within the scale range. |
| interpolate(value) — Method in class flare.scale.QuantileScale |
|
Returns an interpolation fraction indicating the position of the input
value within the scale range. |
| interpolate(value) — Method in class flare.scale.QuantitativeScale |
|
Returns an interpolation fraction indicating the position of the input
value within the scale range. |
| interpolate(value) — Method in class flare.scale.Scale |
|
Returns an interpolation fraction indicating the position of the input
value within the scale range. |
| interpolate(value) — Method in class flare.scale.TimeScale |
|
Returns an interpolation fraction indicating the position of the input
value within the scale range. |
| interpolate(c1, c2, f) — Static method in class flare.util.Colors |
|
Interpolate between two color values by the given mixing proportion. |
| interpolate(value) — Method in class flare.vis.data.ScaleBinding |
|
Returns an interpolation fraction indicating the position of the input
value within the scale range. |
| Interpolator — Class in package flare.animate.interpolate |
|
Base class for value interpolators. |
| Interpolator(target, property, start, end) — Constructor in class flare.animate.interpolate.Interpolator |
|
Base constructor for Interpolator instances. |
| intersectLineRect(a1x, a1y, a2x, a2y, r, p0, p1) — Static method in class flare.util.Geometry |
|
Compute the intersection of a line and a rectangle. |
| intersectLines(a1x, a1y, a2x, a2y, b1x, b1y, b2x, b2y, intersect) — Static method in class flare.util.Geometry |
|
Compute the intersection of two line segments. |
| invAdjLogInterp(x, min, max, b) — Static method in class flare.util.Maths |
|
Computes an inverse logarithmic interpolation, returning an
interpolation fraction. |
| invLinearInterp(x, min, max) — Static method in class flare.util.Maths |
|
Computes an inverse linear interpolation, returning an interpolation
fraction. |
| invLogInterp(x, min, max, b) — Static method in class flare.util.Maths |
|
Computes an inverse logarithmic interpolation, returning an
interpolation fraction. |
| invQuantileInterp(x, quantiles) — Static method in class flare.util.Maths |
|
Computes an inverse quantile scale interpolation, returning an
interpolation fraction. |
| invRootInterp(x, min, max, p) — Static method in class flare.util.Maths |
|
Computes an inverse Nth-root interpolation, returning an
interpolation fraction. |
| invSqrtInterp(x, min, max) — Static method in class flare.util.Maths |
|
Computes an inverse square root interpolation, returning an
interpolation fraction. |
| IOperator — Interface in package flare.vis.operator |
|
Interface for operators that perform processing tasks on the contents
of a Visualization. |
| IPredicate — Interface in package flare.util |
|
Interface for methods that evaluate an object and return true or false. |
| IRenderer — Interface in package flare.vis.data.render |
|
Interface for DataSprite rendering modules. |
| is2D — Property in class flare.util.palette.SizePalette |
| Flag indicating if this size palette is for 2D shapes. |
| IsA — Class in package flare.query |
|
Expression operator that type checks a sub-expression. |
| IsA(type, clause) — Constructor in class flare.query.IsA |
|
Creates a new IsA operator. |
| IScaleMap — Interface in package flare.scale |
|
Interface used by classes which support mapping between
spatial (x,y) coordinates and values in a data scale. |
| ISchedulable — Interface in package flare.animate |
|
Interface for "schedulable" objects that can be run by
the Scheduler class. |
| isConnected(n:flare.vis.data:NodeSprite, opt) — Method in class flare.vis.data.NodeSprite |
|
Indicates if the input node is connected to this node by an edge. |
| isHorizontal(orient) — Static method in class flare.util.Orientation |
|
Returns true if the input string indicates a horizontal orientation. |
| isOrdinal(type) — Static method in class flare.scale.ScaleType |
|
Tests if a given scale type indicates an ordinal scale
|
| isQuantitative(type) — Static method in class flare.scale.ScaleType |
|
Tests if a given scale type indicates a quantitative scale
|
| isScheduled(id) — Method in class flare.animate.Scheduler |
|
Indicates if an object with the given id is currently in the
scheduler queue. |
| isSelected(d) — Method in class flare.vis.controls.SelectionControl |
|
Indicates is a display object has been selected. |
| isVertical(orient) — Static method in class flare.util.Orientation |
|
Returns true if the input string indicates a vertical orientation. |
| italic — Property in class flare.display.TextSprite |
|
The italics of the text. |
| item — Property in class flare.vis.events.DataEvent |
| The first element in the event list as a DataSprite. |
| items — Property in class flare.vis.events.DataEvent |
| The list of effected data items. |
| items — Property in class flare.vis.legend.Legend |
| Sprite containing the legend items. |
| iterations — Property in class flare.vis.operator.layout.ForceDirectedLayout |
| The number of iterations to run the simulation per invocation
(default is 1, expecting continuous updates). |
| IValueProxy — Interface in package flare.util |
|
Interface for classes that get and set named property values of objects. |
|
| 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 |