| 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 | |
| object — Property in class flare.vis.controls.Control | |
| The interactive object this control is attached to. | |
| object — Property in interface flare.vis.controls.IControl | |
| The interactive object this control is attached to. | |
| object — Property in class flare.vis.events.DataEvent | |
| The first element in the event list as an Object. | |
| object — Property in class flare.vis.events.TooltipEvent | |
| The moused-over interface object. | |
| OBJECT — Constant static property in class flare.data.DataUtil | |
| Constant indicating an arbitrary Object data type. | |
| OBJECT — Constant static property in class flare.util.Stats | |
| Constant indicating arbitrary object values. | |
| ObjectInterpolator — Class in package flare.animate.interpolate | |
Interpolator for arbitrary Object values. |
|
| ObjectInterpolator(target, property, start, end) — Constructor in class flare.animate.interpolate.ObjectInterpolator | |
| Creates a new ObjectInterpolator. | |
| objectPoolLimit — Static property in class flare.physics.Simulation | |
| The maximum number of items stored in a simulation object pool. | |
| offsetStartTime — Property in class flare.animate.FunctionSequence | |
| Flag indicating if extra time should be added to the transition to offset the running time of invoked functions. | |
| offsetX(value) — Method in class flare.vis.axis.Axis | |
| Returns the horizontal offset along the axis for the input value. | |
| offsetY(value) — Method in class flare.vis.axis.Axis | |
| Returns the vertical offset along the axis for the input value. | |
| onpathField — Property in class flare.analytics.graph.LinkDistance | |
| The property in which to store a path inclusion flag for edges. | |
| onpathField — Property in class flare.analytics.graph.ShortestPaths | |
| The property in which to store a path inclusion flag for edges. | |
| _op — Property in class flare.query.BinaryExpression | |
| Code indicating the operation perfomed by this instance. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.cluster.AgglomerativeCluster | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.cluster.CommunityStructure | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.graph.BetweennessCentrality | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.graph.LinkDistance | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.graph.MaxFlowMinCut | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.graph.ShortestPaths | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.graph.SpanningTree | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.analytics.optimization.AspectRatioBanker | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in interface flare.vis.operator.IOperator | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.Operator | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.OperatorList | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.OperatorSequence | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.OperatorSwitch | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.SortOperator | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.distortion.Distortion | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.encoder.ColorEncoder | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.encoder.Encoder | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.encoder.PropertyEncoder | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.filter.FisheyeTreeFilter | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.filter.GraphDistanceFilter | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.filter.VisibilityFilter | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.label.Labeler | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.layout.BundledEdgeRouter | |
| Performs an operation over the contents of a visualization. | |
| operate(t:flare.animate:Transitioner) — Method in class flare.vis.operator.layout.Layout | |
| Performs an operation over the contents of a visualization. | |
| operator — Property in class flare.query.BinaryExpression | |
| Code indicating the operation performed by this instance. | |
| operator(name) — Method in class flare.vis.Visualization | |
| Retrieves the operator with the given name. | |
| Operator — Class in package flare.vis.operator | |
| Operators performs processing tasks on the contents of a Visualization. | |
| OperatorList — Class in package flare.vis.operator | |
| An OperatorList maintains a sequential chain of operators that are invoked one after the other. | |
| OperatorList(... rest) — Constructor in class flare.vis.operator.OperatorList | |
| Creates a new OperatorList. | |
| operators — Property in class flare.flex.FlareVis | |
| The visualization operators used by this visualization. | |
| operators — Property in class flare.vis.Visualization | |
| The operator list for defining the visual encodings. | |
| OperatorSequence — Class in package flare.vis.operator | |
| An OperatorSequence maintains a list of operators that are run in sequence with an animated transition in between each. | |
| OperatorSequence() — Constructor in class flare.vis.operator.OperatorSequence | |
| Creates a new OperatorSequence. | |
| operatorString — Property in class flare.query.Arithmetic | |
| Returns a string representation of the arithmetic operator. | |
| operatorString — Property in class flare.query.BinaryExpression | |
| String representation of the operation performed by this instance. | |
| operatorString — Property in class flare.query.Comparison | |
| Returns a string representation of the arithmetic operator. | |
| operatorString — Property in class flare.query.Match | |
| Returns a string representation of the string matching operator. | |
| OperatorSwitch — Class in package flare.vis.operator | |
| An OperatorSwitch maintains a list of operators but only runs one of these operators when invoked. | |
| OperatorSwitch(... rest) — Constructor in class flare.vis.operator.OperatorSwitch | |
| Creates a new OperatorSwitch. | |
| optimize — Property in class flare.animate.Transitioner | |
| Flag indicating if aggressive optimization should be applied. | |
| Or — Class in package flare.query | |
| Expression operator that computes the logical "or" of sub-expression clauses. | |
| Or(... rest) — Constructor in class flare.query.Or | |
| Creates a new Or operator. | |
| orderby(... rest) — Method in class flare.query.Query | |
| Sets the sort order for query results. | |
| ordinal — Property in class flare.vis.axis.AxisGridLine | |
| The ordinal index of this grid line in the list of grid lines. | |
| ordinal — Property in class flare.vis.axis.AxisLabel | |
| The ordinal index of this axis label in the list of labels. | |
| ORDINAL — Constant static property in class flare.scale.ScaleType | |
| Constant indicating an ordinal scale. | |
| ordinals — Property in class flare.scale.OrdinalScale | |
| The ordered data array defining this scale. | |
| ordinals — Property in class flare.vis.data.ScaleBinding | |
| An ordered array of values for defining an ordinal scale. | |
| OrdinalScale — Class in package flare.scale | |
| Scale for ordered sequential data. | |
| OrdinalScale(ordinals, flush, copy, labelFormat) — Constructor in class flare.scale.OrdinalScale | |
| Creates a new OrdinalScale. | |
| orientation — Property in class flare.vis.legend.Legend | |
| The desired orientation of this legend. | |
| orientation — Property in class flare.vis.legend.LegendRange | |
| The desired orientation of this legend range. | |
| orientation — Property in class flare.vis.operator.layout.DendrogramLayout | |
| The orientation of the dendrogram | |
| orientation — Property in class flare.vis.operator.layout.IcicleTreeLayout | |
| The orientation of the layout. | |
| orientation — Property in class flare.vis.operator.layout.NodeLinkTreeLayout | |
| The orientation of the layout. | |
| orientation — Property in class flare.vis.operator.layout.StackedAreaLayout | |
| The orientation of the layout. | |
| Orientation — Class in package flare.util | |
| Constants defining layout orientations. | |
| Orientation() — Constructor in class flare.util.Orientation | |
| This is an abstract class and can not be instantiated. | |
| _origin — Property in class flare.display.DirtySprite | |
| The origin point for polar coordinates. | |
| origin — Property in class flare.display.DirtySprite | |
| The origin point for polar coordinates. | |
| originX — Property in class flare.vis.axis.Axis | |
| The x-coordinate of the axis origin. | |
| originX — Property in class flare.vis.axis.CartesianAxes | |
| The x-coordinate of the axes' origin point. | |
| originY — Property in class flare.vis.axis.Axis | |
| The y-coordinate of the axis origin. | |
| originY — Property in class flare.vis.axis.CartesianAxes | |
| The y-coordinate of the axes' origin point. | |
| other(n:flare.vis.data:NodeSprite) — Method in class flare.vis.data.EdgeSprite | |
| Given a node upon which this edge is incident, return the other node connected by this edge. | |
| outDegree — Property in class flare.vis.data.NodeSprite | |
| The number of outlinks. | |
| _outer — Property in class flare.vis.operator.layout.CircleLayout | |
| OUT_LINKS — Constant static property in class flare.vis.data.NodeSprite | |
| Flag indicating outlinks, edges that point away from node. | |
| 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 | |