| 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 |
| damping — Property in class flare.physics.Spring |
| The damping (friction) co-efficient of the spring. |
| damping — Property in class flare.vis.operator.layout.ForceDirectedLayout |
|
Function for assigning damping constant values to springs. |
| darker(c, s) — Static method in class flare.util.Colors |
|
Get a darker shade of an input color. |
| data — Property in class flare.data.DataTable |
| An array of data objects, each representing a row of data. |
| data — Property in class flare.util.heap.HeapNode |
| Arbitrary client data property to store with the node. |
| data — Property in class flare.vis.Visualization |
| The visual data elements in this visualization. |
| _data — Property in class flare.vis.data.DataSprite |
| Object storing backing data values. |
| data — Property in class flare.vis.data.DataSprite |
| Object storing backing data values. |
| data — Property in class flare.vis.data.ScaleBinding |
| The data instance to bind to. |
| Data — Class in package flare.vis.data |
|
Data structure for managing a collection of visual data objects. |
| Data(directedEdges) — Constructor in class flare.vis.data.Data |
|
Creates a new Data instance. |
| dataAdded(evt:flare.vis.events:DataEvent) — Method in class flare.vis.Visualization |
|
Data listener invoked when new items are added to this
Visualization's data instance. |
| DataEvent — Class in package flare.vis.events |
|
Event fired when a data collection is modified. |
| DataEvent(type, items:flare.vis.data:DataList, list) — Constructor in class flare.vis.events.DataEvent |
|
Creates a new DataEvent. |
| dataField — Property in class flare.analytics.optimization.AspectRatioBanker |
| The data field of the values to bank. |
| dataField — Property in class flare.vis.legend.LegendRange |
| The data field described by this legend range. |
| DataField — Class in package flare.data |
|
A data field stores metadata for an individual data variable. |
| DataField(name, type, def, id, format, label) — Constructor in class flare.data.DataField |
|
Creates a new DataField. |
| DataList — Class in package flare.vis.data |
|
Data structure for a collection of DataSprite instances. |
| DataList(name) — Constructor in class flare.vis.data.DataList |
|
Creates a new DataList instance. |
| dataMax — Property in class flare.scale.QuantitativeScale |
| The maximum data value. |
| dataMax — Property in class flare.scale.TimeScale |
| The maximum (latest) Date value in the underlying data. |
| dataMin — Property in class flare.scale.QuantitativeScale |
| The minimum data value. |
| dataMin — Property in class flare.scale.TimeScale |
| The minimum (earliest) Date value in the underlying data. |
| dataRemoved(evt:flare.vis.events:DataEvent) — Method in class flare.vis.Visualization |
|
Data listener invoked when new items are removed from this
Visualization's data instance. |
| dataRoot — Property in class flare.data.DataSchema |
| |
| DataSchema — Class in package flare.data |
|
A data schema represents a set of data variables and their associated
types. |
| DataSchema(... rest) — Constructor in class flare.data.DataSchema |
|
Creates a new DataSchema. |
| dataSet — Property in class flare.flex.FlareVis |
| Sets the data visualized by this instance. |
| DataSet — Class in package flare.data |
|
A data set is a collection of data tables. |
| DataSet(nodes:flare.data:DataTable, edges:flare.data:DataTable) — Constructor in class flare.data.DataSet |
|
Creates a new DataSet. |
| DataSource — Class in package flare.data |
|
A data source provides access to remote data on the Internet. |
| DataSource(url, format, schema:flare.data:DataSchema) — Constructor in class flare.data.DataSource |
|
Creates a new DataSource. |
| DataSprite — Class in package flare.vis.data |
|
Base class for display objects that represent visualized data. |
| DataSprite() — Constructor in class flare.vis.data.DataSprite |
|
Creates a new DataSprite. |
| DataTable — Class in package flare.data |
|
A data table maintains a collection of data objects, each
representing a row of data, and an optional data schema describing
the data variables. |
| DataTable(data, schema:flare.data:DataSchema) — Constructor in class flare.data.DataTable |
|
Creates a new data table instance. |
| dataType — Property in class flare.util.Stats |
| The data type of the collection, one of NUMBER, DATE, or OBJECT. |
| DataUtil — Class in package flare.data |
|
Utility class for parsing and representing data field values. |
| DATE — Constant static property in class flare.data.DataUtil |
| Constant indicating a Date data type. |
| DATE — Constant static property in class flare.util.Stats |
| Constant indicating date/time values. |
| DateInterpolator — Class in package flare.animate.interpolate |
|
Interpolator for Date values. |
| DateInterpolator(target, property, start, end) — Constructor in class flare.animate.interpolate.DateInterpolator |
|
Creates a new DateInterpolator. |
| Dates — Class in package flare.util |
|
Utility methods for working with Date instances. |
| Dates() — Constructor in class flare.util.Dates |
|
Constructor, throws an error if called, as this is an abstract class. |
| DateUtil — Class in package flare.query |
|
Utility class providing functions for manipulating Date
objects. |
| day(d) — Static method in class flare.query.DateUtil |
| |
| DAY_ABBREVS — Static property in class flare.util.Strings |
| Array of abbreviated names for days of the week. |
| DAY_NAMES — Static property in class flare.util.Strings |
| Array of full names for days of the week. |
| dayOfWeek(d) — Static method in class flare.query.DateUtil |
| |
| DAYS — Constant static property in class flare.util.Dates |
| Constant indicating a time span on the order of days. |
| DECIMAL_SEPARATOR — Static property in class flare.util.Strings |
| Separator for decimal (fractional) values. |
| decreaseKey(x:flare.util.heap:HeapNode, k) — Method in class flare.util.heap.FibonacciHeap |
|
Decrease the key value for a heap node, changing its key and
potentially re-configuring the heap structure
|
| DEFAULT — Constant static property in class flare.animate.Transitioner |
| The default, immediate-mode transitioner instance. |
| defaultColor — Property in class flare.vis.legend.Legend |
| The default color to use for legend items. |
| defaultComparator(a, b) — Static method in class flare.util.Sort |
|
Default comparator function that compares two values based on blind
application of the less-than and greater-than operators. |
| DEFAULT_EASING — Static property in class flare.animate.Transition |
| Default easing function: a cubic slow-in slow-out. |
| DEFAULT_NUMBER — Constant static property in class flare.util.Strings |
| Default formatting string for numbers. |
| defaultPalette() — Static method in class flare.util.palette.ShapePalette |
|
Returns a default shape palette instance. |
| defaultParticleMass — Property in class flare.vis.operator.layout.ForceDirectedLayout |
| The default mass value for node/particles. |
| DEFAULT_RADIUS — Constant static property in class flare.vis.operator.layout.RadialTreeLayout |
| The default radius increment between depth levels. |
| defaultSize — Property in class flare.vis.data.render.ShapeRenderer |
| The default size value for drawn shapes. |
| DEFAULT_SIZE — Constant static property in class flare.util.palette.ColorPalette |
| Default size of generated color palettes. |
| defaultSpringLength — Property in class flare.vis.operator.layout.ForceDirectedLayout |
| The default spring rest length for edge/springs. |
| defaultSpringTension — Property in class flare.vis.operator.layout.ForceDirectedLayout |
| The default spring tension for edge/springs. |
| defaultValue — Property in class flare.data.DataField |
| The default value for this data field. |
| degree — Property in class flare.physics.Particle |
| The number of springs (degree) attached to this particle. |
| degree — Property in class flare.util.heap.HeapNode |
| The degree of this heap node (number of child nodes). |
| degree — Property in class flare.vis.data.NodeSprite |
| The number of inlinks and outlinks. |
| delay — Property in class flare.animate.Transition |
| The delay between a call to play and the actual start
of the transition, in seconds. |
| delegate(f, ... rest) — Static method in class flare.animate.Easing |
|
A wrapper that specifies additional arguments to an easing function,
such that the resulting function can be called with only the time. |
| deleteValue(x) — Method in class flare.util.Property |
|
Deletes a dynamically-bound property from an object. |
| DelimitedTextConverter — Class in package flare.data.converters |
|
Converts data between delimited text (e.g., tab delimited) and
flare DataSet instances. |
| DelimitedTextConverter(delim) — Constructor in class flare.data.converters.DelimitedTextConverter |
|
Creates a new DelimitedTextConverter. |
| delimiter — Property in class flare.data.converters.DelimitedTextConverter |
| |
| DendrogramLayout — Class in package flare.vis.operator.layout |
|
Layout that places items in a dendrogram for displaying the results of
hierarchical clustering. |
| DendrogramLayout(distField, orientation) — Constructor in class flare.vis.operator.layout.DendrogramLayout |
|
Creates a new DendrogramLayout. |
| DenseMatrix — Class in package flare.util.math |
|
A matrix of numbers implemented using an array of values. |
| DenseMatrix(rows, cols) — Constructor in class flare.util.math.DenseMatrix |
|
Creates a new DenseMatrix with the given size. |
| depth — Property in class flare.query.ExpressionIterator |
| The depth of this iterator's current position in the
expression tree. |
| depth — Property in class flare.vis.data.NodeSprite |
| The depth of this node in the tree structure. |
| DEPTH_FIRST — Constant static property in class flare.vis.data.TreeBuilder |
| Policy for a spanning tree built using depth-first search. |
| depthSpacing — Property in class flare.vis.operator.layout.IcicleTreeLayout |
| The space between successive depth levels of the tree. |
| depthSpacing — Property in class flare.vis.operator.layout.IndentedTreeLayout |
| The spacing to use between depth levels (the amount of indent). |
| depthSpacing — Property in class flare.vis.operator.layout.NodeLinkTreeLayout |
| The space between successive depth levels of the tree. |
| desaturate(c) — Static method in class flare.util.Colors |
|
Get a desaturated shade of an input color. |
| desaturationMatrix — Static property in class flare.util.Colors |
|
A color transform matrix that desaturates colors to corresponding
grayscale values. |
| deselect — Event in class flare.vis.controls.ClickControl |
| |
| deselect — Event in class flare.vis.controls.SelectionControl |
| |
| DESELECT — Constant static property in class flare.vis.events.SelectionEvent |
| A deselection event. |
| detach() — Method in class flare.vis.controls.AnchorControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.ClickControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.Control |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.DragControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.ExpandControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.HoverControl |
|
Detach this control. |
| detach() — Method in interface flare.vis.controls.IControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.PanZoomControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.SelectionControl |
|
Detach this control. |
| detach() — Method in class flare.vis.controls.TooltipControl |
|
Detach this control. |
| DEVIATION — Constant static property in class flare.query.Variance |
| Flag indicating the standard deviation should be computed. |
| DEVICE — Constant static property in class flare.display.TextSprite |
|
Constant indicating that text should be rendered using a TextField
instance using device fonts. |
| DIAMOND — Constant static property in class flare.util.Shapes |
| Constant indicating a diamond shape. |
| die — Property in class flare.physics.Particle |
| Flag indicating that the particle is scheduled for removal. |
| die — Property in class flare.physics.Spring |
| Flag indicating that the spring is scheduled for removal. |
| directed — Property in class flare.vis.data.EdgeSprite |
| Flag indicating if this edge is directed (true) or undirected
(false). |
| directedEdges — Property in class flare.vis.data.Data |
| The default directedness of new edges. |
| dirty() — Method in class flare.display.DirtySprite |
|
Marks this sprite as "dirty" and in need of re-rendering. |
| DirtySprite — Class in package flare.display |
|
A Sprite that redraws itself as needed when marked as "dirty". |
| DirtySprite() — Constructor in class flare.display.DirtySprite |
|
Creates a new DirtySprite. |
| discrete — Property in class flare.vis.legend.Legend |
| Flag indicating if this legend is discrete or continuous. |
| dispatchEvent(event) — Method in class flare.vis.data.DataList |
| |
| Displays — Class in package flare.util |
|
Utility methods for working with display objects. |
| Displays() — Constructor in class flare.util.Displays |
|
Constructor, throws an error if called, as this is an abstract class. |
| dispose() — Method in class flare.animate.FunctionSequence |
|
Disposes of this transition, freeing up any resources held. |
| dispose() — Method in class flare.animate.Parallel |
|
Disposes of this transition, freeing up any resources held. |
| dispose() — Method in class flare.animate.Sequence |
|
Disposes of this transition, freeing up any resources held. |
| dispose() — Method in class flare.animate.Transition |
|
Disposes of this transition, freeing up any resources held. |
| dispose() — Method in class flare.animate.Transitioner |
|
Disposes of the internal state of this transitioner. |
| dispose() — Method in class flare.animate.Tween |
|
Disposes of this transition, freeing up any resources held. |
| distance — Property in class flare.analytics.cluster.AgglomerativeCluster |
| A function defining distances between items. |
| distance — Property in class flare.vis.operator.filter.FisheyeTreeFilter |
| Graph distance within within which items wll be visible. |
| distance — Property in class flare.vis.operator.filter.GraphDistanceFilter |
| Graph distance within which which items wll be visible. |
| distanceField — Property in class flare.analytics.graph.LinkDistance |
| The property in which to store the link distance. |
| distanceField — Property in class flare.analytics.graph.ShortestPaths |
| The property in which to store the link distance. |
| distanceMatrix(d, mat:flare.util.math:IMatrix) — Method in class flare.vis.data.DataList |
|
Creates a new distance matrix based on a distance function. |
| distanceProperty — Property in class flare.vis.operator.layout.DendrogramLayout |
| Data property to use as the distance field for
determining the height values of dendrogram branches. |
| distinct — Property in class flare.util.Stats |
| The total number of distinct values. |
| Distinct — Class in package flare.query |
|
Aggregate (group-by) operator for counting the number of distinct
values in a set of values. |
| Distinct(input) — Constructor in class flare.query.Distinct |
|
Creates a new Distinct operator
|
| distinctValues — Property in class flare.util.Stats |
| A sorted array of all unique values in the collection. |
| distort(d:flare.vis.data:DataSprite) — Method in class flare.vis.operator.distortion.Distortion |
|
Distortion method for processing a DataSprite. |
| distortAxes — Property in class flare.vis.operator.distortion.Distortion |
| Flag indicating if axes should be distorted. |
| Distortion — Class in package flare.vis.operator.distortion |
|
Base class for distortion operators that adjust the position and size
of visual objects in a visualization. |
| Distortion(distortX, distortY, distortSize, distortAxes) — Constructor in class flare.vis.operator.distortion.Distortion |
|
Creates a new Distortion. |
| distortSize — Property in class flare.vis.operator.distortion.Distortion |
| Flag indicating if sizes should be distorted. |
| distortX — Property in class flare.vis.operator.distortion.Distortion |
| Flag indicating if x-coordinates should be distorted. |
| distortY — Property in class flare.vis.operator.distortion.Distortion |
| Flag indicating if y-coordinates should be distorted. |
| DIV — Constant static property in class flare.query.Arithmetic |
| Indicates a division operation. |
| diverging(min, mid, max, f, size) — Static method in class flare.util.palette.ColorPalette |
|
Generates a color palette of color ramps diverging from a central
value. |
| Divide(left, right) — Static method in class flare.query.Arithmetic |
|
Creates a new Arithmetic operator for dividing one number
by another. |
| _dmax — Property in class flare.scale.QuantitativeScale |
| The maximum data value. |
| _dmin — Property in class flare.scale.QuantitativeScale |
| The minimum data value. |
| DONT_MOVE — Constant static property in class flare.vis.controls.HoverControl |
| Constant indicating that objects hovered over should not be moved
within their parent container changed. |
| down(idx) — Method in class flare.query.ExpressionIterator |
|
Moves the iterator one level down the expression tree. |
| drag — Property in class flare.physics.DragForce |
| The drag co-efficient. |
| DragControl — Class in package flare.vis.controls |
|
Interactive control for dragging items. |
| DragControl(filter) — Constructor in class flare.vis.controls.DragControl |
|
Creates a new DragControl. |
| dragForce — Property in class flare.physics.Simulation |
| The default drag force for this simulation. |
| DragForce — Class in package flare.physics |
|
Force simulating frictional drag forces (e.g., air resistance). |
| DragForce(dc) — Constructor in class flare.physics.DragForce |
|
Creates a new DragForce with given drag co-efficient. |
| drawArc(g, x, y, radius, a0, a1) — Static method in class flare.util.Shapes |
|
Draws an arc (a segment of a circle's circumference)
|
| drawBSpline(g, p, npts, move) — Static method in class flare.util.Shapes |
|
Draws a cubic open uniform B-spline. |
| drawCardinal(g, p, npts, s, closed) — Static method in class flare.util.Shapes |
|
Draws a cardinal spline composed of piecewise connected cubic
Bezier curves. |
| drawCircle(g, size) — Static method in class flare.util.Shapes |
|
Draws a circle shape. |
| drawCross(g, size) — Static method in class flare.util.Shapes |
|
Draws a cross shape. |
| drawCubic(g, ax, ay, bx, by, cx, cy, dx, dy, move) — Static method in class flare.util.Shapes |
|
Draws a cubic Bezier curve. |
| drawDiamond(g, size) — Static method in class flare.util.Shapes |
|
Draws a diamond shape. |
| drawHistogram(w, h) — Method in class flare.vis.legend.LegendRange |
|
Draws a histogram of data values in the range dispay. |
| drawPalette(w, h) — Method in class flare.vis.legend.LegendRange |
|
Draws a continuous color range in the range display. |
| drawPolygon(g, a) — Static method in class flare.util.Shapes |
|
Draws a polygon shape. |
| drawSquare(g, size) — Static method in class flare.util.Shapes |
|
Draws a square shape. |
| drawTriangleDown(g, size) — Static method in class flare.util.Shapes |
|
Draws a downward-pointing triangle shape. |
| drawTriangleLeft(g, size) — Static method in class flare.util.Shapes |
|
Draws a left-pointing triangle shape. |
| drawTriangleRight(g, size) — Static method in class flare.util.Shapes |
|
Draws a right-pointing triangle shape. |
| drawTriangleUp(g, size) — Static method in class flare.util.Shapes |
|
Draws an upward-pointing triangle shape. |
| drawWedge(g, x, y, outer, inner, a0, a1) — Static method in class flare.util.Shapes |
|
Draws a wedge defined by an angular range and inner and outer radii. |
| drawX(g, size) — Static method in class flare.util.Shapes |
|
Draws an "x" shape. |
| DSC — Constant static property in class flare.util.Sort |
| Prefix indicating a descending sort order. |
| duration — Property in class flare.animate.Parallel |
| The duration (length) of this Transition, in seconds. |
| duration — Property in class flare.animate.Sequence |
| The duration (length) of this Transition, in seconds. |
| duration — Property in class flare.animate.Transition |
| The duration (length) of this Transition, in seconds. |
|
| 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 |