| 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 | |
| fadeDuration — Property in class flare.vis.controls.TooltipControl | |
| Duration of fade animations (in seconds) for tooltip show and hide. | |
| FALSE — Constant static property in class flare.query.Literal | |
| The boolean false literal. | |
| FibonacciHeap — Class in package flare.util.heap | |
| A Fibonacci heap data structure for maintaining a sorted priority queue. | |
| fields — Property in class flare.data.DataSchema | |
| An array containing the data fields in this schema. | |
| fill(a, o) — Static method in class flare.util.Arrays | |
| Fills an array with a given value. | |
| fillAlpha — Property in class flare.vis.controls.SelectionControl | |
| Fill alpha of the selection region. | |
| fillAlpha — Property in class flare.vis.data.DataSprite | |
| The alpha channel (a value between 0 and 1) for the fill color. | |
| fillColor — Property in class flare.display.RectSprite | |
| The fill color of the rectangle. | |
| fillColor — Property in class flare.vis.controls.SelectionControl | |
| Fill color of the selection region. | |
| _fillColor — Property in class flare.vis.data.DataSprite | |
| The fill color for this data sprite. | |
| fillColor — Property in class flare.vis.data.DataSprite | |
| The fill color for this data sprite. | |
| fillHue — Property in class flare.vis.data.DataSprite | |
| The hue component of the fill color in HSV color space. | |
| fillSaturation — Property in class flare.vis.data.DataSprite | |
| The saturation component of the fill color in HSV color space. | |
| fillValue — Property in class flare.vis.data.DataSprite | |
| The value (brightness) component of the fill color in HSV color space. | |
| filter(trans:flare.animate:Transitioner) — Method in class flare.vis.axis.Axis | |
| Performs filtering, determining which axis labels and grid lines should be visible. | |
| filter — Property in class flare.vis.controls.Control | |
| Boolean function indicating the items considered by the control. | |
| _filter — Property in class flare.vis.operator.encoder.Encoder | |
| Boolean function indicating which items to process. | |
| filter — Property in class flare.vis.operator.encoder.Encoder | |
| Boolean function indicating which items to process. | |
| _filter — Property in class flare.vis.operator.encoder.PropertyEncoder | |
| Boolean function indicating which items to process. | |
| filter — Property in class flare.vis.operator.encoder.PropertyEncoder | |
| Boolean function indicating which items to process. | |
| filter — Property in class flare.vis.operator.filter.VisibilityFilter | |
| Boolean function indicating which items to process. | |
| filter — Property in class flare.vis.operator.label.Labeler | |
| Boolean function indicating which items to process. | |
| Filter — Class in package flare.util | |
| Utility methods for creating filter functions. | |
| Filter() — Constructor in class flare.util.Filter | |
| Constructor, throws an error if called, as this is an abstract class. | |
| findGridLine(val, len) — Method in class flare.vis.axis.Axis | |
| Returns the index of a grid lines in the line's container sprite for a given data value. | |
| findLabel(val, len) — Method in class flare.vis.axis.Axis | |
| Returns the index of a label in the label's container sprite for a given data value. | |
| fireEvent(type, t:flare.animate:Transitioner, params) — Method in class flare.vis.Visualization | |
| Fires a visualization event of the given type. | |
| fireImmediately — Property in class flare.vis.controls.SelectionControl | |
| Indicates if a selection events should be fired immediately upon a chane of selection status (true) or after the mouse is released (false). | |
| first — Property in class flare.vis.operator.OperatorList | |
| Returns the first operator in the list. | |
| firstChildNode — Property in class flare.vis.data.NodeSprite | |
| The first child of this node in the tree structure. | |
| FisheyeDistortion — Class in package flare.vis.operator.distortion | |
| Computes a graphical fisheye distortion of a graph view. | |
| FisheyeDistortion(dx, dy, ds) — Constructor in class flare.vis.operator.distortion.FisheyeDistortion | |
| Create a new FisheyeDistortion with the given distortion factors along the x and y directions. | |
| FisheyeTreeFilter — Class in package flare.vis.operator.filter | |
| Filter operator that computes a fisheye degree-of-interest function over a tree structure. | |
| FisheyeTreeFilter(focusNodes, distance) — Constructor in class flare.vis.operator.filter.FisheyeTreeFilter | |
| Creates a new FisheyeTreeFilter | |
| fitInBounds — Property in class flare.vis.operator.layout.CirclePackingLayout | |
| Indicates if the view should be scaled to fit within the display bounds. | |
| fitToBounds — Property in class flare.vis.operator.layout.IcicleTreeLayout | |
| Indicates if the layout should be scaled to fit in the bounds. | |
| fix(num) — Method in class flare.vis.data.DataSprite | |
| Increments the fixed counter. | |
| fixed — Property in class flare.physics.Particle | |
| Flag indicating if the particule should have a fixed position. | |
| _fixed — Property in class flare.vis.data.DataSprite | |
| Fixed flag to prevent this sprite from being re-positioned. | |
| fixed — Property in class flare.vis.data.DataSprite | |
| Fixed flag to prevent this sprite from being re-positioned. | |
| fixLabelOverlap — Property in class flare.vis.axis.Axis | |
| Flag indicating if labels should be removed in case of overlap. | |
| fixOverlap(trans:flare.animate:Transitioner) — Method in class flare.vis.axis.Axis | |
| Eliminates overlap between labels along an axis. | |
| flare.analytics.cluster — Package | |
| The flare.analytics.cluster package provides classes for clustering data into groups. | |
| flare.analytics.graph — Package | |
| The flare.analytics.graph package provides classes for analyzing network structures. | |
| flare.analytics.optimization — Package | |
| The flare.analytics.optimization package provides classes for optimizing the presentation of visualizations. | |
| flare.animate — Package | |
| The flare.animate package provides classes for creating animated transitions. | |
| flare.animate.interpolate — Package | |
| The flare.animate.interpolate package provides classes for interpolating object property values. | |
| flare.data — Package | |
| The flare.data package provides classes for describing and importing external data sets. | |
| flare.data.converters — Package | |
| The flare.data.converters package provides classes for converting data between external formats and ActionScript objects. | |
| flare.display — Package | |
| The flare.display package provides classes for display objects that automatically redraw themselves as needed. | |
| flare.flex — Package | |
| The flare.flex package provides classes for integrating Flare visualizations into Flex applications. | |
| flare.physics — Package | |
| The flare.physics package provides classes for physical simulations involving particles, springs, and forces. | |
| flare.query — Package | |
| The flare.query package provides classes for creating and processing SQL-style queries over ActionScript objects. | |
| flare.query.methods — Package | |
| The flare.query.methods package provides convenience methods for writing queries and expressions. | |
| flare.scale — Package | |
| The flare.vis.scale package provides classes for data scales such as linear, logarithmic, and ordinal scales. | |
| flare.util — Package | |
| The flare.util package provides classes for manipulating common data types and accessing object properties in a generalized fashion. | |
| flare.util.heap — Package | |
| The flare.util.heap package provides a heap data structure for a priority queue. | |
| flare.util.math — Package | |
| The flare.util.math package provides data structures and classes for specialized mathematics. | |
| flare.util.palette — Package | |
| The flare.util.palette package provides classes for color, shape, and size palettes for visual encoding. | |
| flare.vis — Package | |
| The flare.vis package provides classes for creating interactive data visualizations. | |
| FlareVis — Class in package flare.flex | |
| Flex component that wraps a Flare visualization instance. | |
| FlareVis(data:flare.vis.data:Data) — Constructor in class flare.flex.FlareVis | |
| Creates a new FlareVis component. | |
| flare.vis.axis — Package | |
| The flare.vis.axis package provides classes for presenting and animating axes in a data visualization. | |
| flare.vis.controls — Package | |
| The flare.vis.controls package provides classes for interacting with data visualizations. | |
| flare.vis.data — Package | |
| The flare.vis.data package provides classes for visually representing data elements as DataSprite instances. | |
| flare.vis.data.render — Package | |
| The flare.vis.data.render package provides classes for customized rendering of DataSprite instances. | |
| flare.vis.events — Package | |
| The flare.vis.events package provides classes for events issued in the flare.vis visualization framework. | |
| flare.vis.legend — Package | |
| The flare.vis.legend package provides classes for presenting legends for data visualizations. | |
| flare.vis.operator — Package | |
| The flare.vis.operator package provides classes for visualization operators for encoding and processing visualized data. | |
| flare.vis.operator.distortion — Package | |
| The flare.vis.operator.distortion package provides classes for distorting the position and size of visualized data. | |
| flare.vis.operator.encoder — Package | |
| The flare.vis.operator.encoding package provides classes for visually encoding properties such as color, shape, and size. | |
| flare.vis.operator.filter — Package | |
| The flare.vis.operator.filter package provides classes for visually filtering items by setting their visibility. | |
| flare.vis.operator.label — Package | |
| The flare.vis.operator.label package provides classes for creating and positioning labels. | |
| flare.vis.operator.layout — Package | |
| The flare.vis.operator.layout package provides classes for calculating the spatial position of visualized data. | |
| flowField — Property in class flare.analytics.graph.MaxFlowMinCut | |
| The property in which to store computed flow values. | |
| flush — Property in class flare.scale.QuantileScale | |
| Flag indicating if the scale bounds should be flush with the data. | |
| flush — Property in class flare.scale.QuantitativeScale | |
| _flush — Property in class flare.scale.Scale | |
| Flag indicating if the scale bounds should be flush with the data. | |
| flush — Property in class flare.scale.Scale | |
| Flag indicating if the scale bounds should be flush with the data. | |
| flush — Property in class flare.scale.TimeScale | |
| flush — Property in class flare.vis.data.ScaleBinding | |
| Flag indicating if the scale bounds should be flush with the data. | |
| Fn — Class in package flare.query | |
| Expression operator that performs function invocation. | |
| Fn(name, ... rest) — Constructor in class flare.query.Fn | |
| Creates a new Fn (function) operator. | |
| focusNodes — Property in class flare.vis.operator.filter.FisheyeTreeFilter | |
| An array of focal NodeSprites. | |
| focusNodes — Property in class flare.vis.operator.filter.GraphDistanceFilter | |
| An array of focal NodeSprites. | |
| followMouse — Property in class flare.vis.controls.TooltipControl | |
| Indicates if the tooltip should follow the mouse pointer. | |
| font — Property in class flare.display.TextSprite | |
| The font to the text. | |
| ForceDirectedLayout — Class in package flare.vis.operator.layout | |
| Layout that places nodes based on a physics simulation of interacting forces. | |
| ForceDirectedLayout(enforceBounds, iterations, sim:flare.physics:Simulation) — Constructor in class flare.vis.operator.layout.ForceDirectedLayout | |
| Creates a new ForceDirectedLayout. | |
| format — Property in class flare.data.DataField | |
| A formatting string for printing values of this field. | |
| format — Property in class flare.data.DataSource | |
| The format of the remote data set (e.g., "tab" or "json"). | |
| format(x, d) — Static method in class flare.query.StringUtil | |
| _format — Property in class flare.scale.Scale | |
| Formatting pattern for formatting labels for scale values. | |
| format(fmt, ... rest) — Static method in class flare.util.Strings | |
| Outputs a formatted string using a set of input arguments and string formatting directives. | |
| formatString(span) — Method in class flare.scale.TimeScale | |
| Determines the format string to be used based on a measure of the time span covered by this scale. | |
| from — Property in class flare.animate.Tween | |
| Optional starting values for tweened properties. | |
| fromArray(a) — Static method in class flare.vis.data.Data | |
| Creates a new Data instance from an array of tuples. | |
| fromDataSet(ds:flare.data:DataSet) — Static method in class flare.vis.data.Data | |
| Creates a new Data instance from a data set. | |
| fromScale(title, scale:flare.scale:Scale, palette:flare.util.palette:Palette, ... rest) — Static method in class flare.vis.legend.Legend | |
| Generates a legend from a given scale and one or more palettes. | |
| fromValues(title, values) — Static method in class flare.vis.legend.Legend | |
| Generates a legend from an array of legend item values. | |
| FunctionSequence — Class in package flare.animate | |
| Transition that runs sub-transitions in sequential order while also invoking a function before each sub-transition is run. | |
| FunctionSequence() — Constructor in class flare.animate.FunctionSequence | |
| Creates a new FunctionSequence transition. | |
| fx — Property in class flare.physics.Particle | |
| The x force exerted on the particle. | |
| fy — Property in class flare.physics.Particle | |
| The y force exerted on the particle. | |
| 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 | |