| 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 |
| p1 — Property in class flare.physics.Spring |
| The first particle attached to the spring. |
| p2 — Property in class flare.physics.Spring |
| The second particle attached to the spring. |
| pad(x, digits) — Static method in class flare.util.Strings |
|
Pads a number with a specified number of "0" digits on
the left-hand-side of the number. |
| padding — Property in class flare.vis.operator.layout.CircleLayout |
| The padding around the circumference of the circle, in pixels. |
| padding — Property in class flare.vis.operator.layout.StackedAreaLayout |
| Value indicating the padding (as a percentage of the view)
that should be reserved within the visualization. |
| padString(s, n) — Static method in class flare.util.Strings |
|
Pads a string with zeroes up to given length. |
| palette — Property in class flare.vis.operator.encoder.ColorEncoder |
| The palette used to map scale values to visual values. |
| palette — Property in class flare.vis.operator.encoder.Encoder |
| The palette used to map scale values to visual values. |
| palette — Property in class flare.vis.operator.encoder.ShapeEncoder |
| The palette used to map scale values to visual values. |
| palette — Property in class flare.vis.operator.encoder.SizeEncoder |
| The palette used to map scale values to visual values. |
| Palette — Class in package flare.util.palette |
|
Base class for palettes, such as color and size palettes, that map from
interpolated scale values into visual properties
|
| panBy(obj, dx, dy, vp:flare.util:IValueProxy) — Static method in class flare.util.Displays |
|
Pan the "camera" by the specified amount. |
| panMatrixBy(mat, dx, dy) — Static method in class flare.util.Displays |
|
Performs a pan (translation) on an input matrix. |
| PanZoomControl — Class in package flare.vis.controls |
|
Interactive control for panning and zooming a "camera". |
| PanZoomControl(hitArea) — Constructor in class flare.vis.controls.PanZoomControl |
|
Creates a new PanZoomControl. |
| Parallel — Class in package flare.animate |
|
Transition that runs multiple transitions simultaneously (in parallel). |
| Parallel(... rest) — Constructor in class flare.animate.Parallel |
|
Creates a new Parallel transition. |
| PARALLEL — Constant static property in class flare.util.Geometry |
| Indicates two lines are parallel |
| parameters — Property in class flare.analytics.graph.SpanningTree |
|
Sets parameter values for this operator. |
| parameters — Property in interface flare.vis.operator.IOperator |
|
Sets parameter values for this operator. |
| parameters — Property in class flare.vis.operator.Operator |
|
Sets parameter values for this operator. |
| parameters — Property in class flare.vis.operator.OperatorList |
|
Sets parameter values for this operator. |
| params — Property in class flare.vis.events.VisualizationEvent |
| Parameter provided to the visualization update. |
| PARAMS — Constant static property in class flare.vis.operator.layout.NodeLinkTreeLayout |
| Property name for storing parameters for this layout. |
| PARAMS — Constant static property in class flare.vis.operator.layout.RadialTreeLayout |
| Property name for storing parameters for this layout. |
| parent — Property in class flare.query.ExpressionIterator |
| The parent expression of the iterator's current position. |
| parent — Property in class flare.util.heap.HeapNode |
| The parent node of this node. |
| parentEdge — Property in class flare.vis.data.NodeSprite |
| The edge connecting this node to its parent in a tree structure. |
| parentIndex — Property in class flare.vis.data.NodeSprite |
| The index of this node in its tree parent's child links list. |
| PARENT_LINK — Constant static property in class flare.vis.data.NodeSprite |
| Flag indicating the link to a parent in a tree structure. |
| parentNode — Property in class flare.vis.data.NodeSprite |
| The parent of this node in the tree structure. |
| parse(text, schema:flare.data:DataSchema) — Method in class flare.data.converters.DelimitedTextConverter |
|
Converts data from a tab-delimited string into ActionScript objects. |
| parse(graphml, schema:flare.data:DataSchema) — Method in class flare.data.converters.GraphMLConverter |
|
Parses a GraphML XML object into a DataSet instance. |
| parse(text, schema:flare.data:DataSchema) — Method in class flare.data.converters.JSONConverter |
|
Converts data from a JSON string into ActionScript objects. |
| parseValue(val, type) — Static method in class flare.data.DataUtil |
|
Parse an input value given its data type. |
| Particle — Class in package flare.physics |
|
Represents a Particle in a physics simulation. |
| Particle(mass, x, y, vx, vy, fixed) — Constructor in class flare.physics.Particle |
|
Creates a new Particle with given parameters. |
| particles — Property in class flare.physics.Simulation |
|
Returns the particle list. |
| path — Property in class flare.query.ExpressionIterator |
| An array of expressions from the root expression down to this
iterator's current position. |
| pause() — Method in class flare.animate.Transition |
|
Pauses the transition at its current position. |
| Pause — Class in package flare.animate |
|
Transition representing a pause or dwell in which nothing happens. |
| Pause(duration) — Constructor in class flare.animate.Pause |
|
Creates a new Pause transition with specified duration. |
| PieLayout — Class in package flare.vis.operator.layout |
|
Layout that places wedges for pie and donut charts. |
| PieLayout(field, width, group) — Constructor in class flare.vis.operator.layout.PieLayout |
|
Creates a new PieLayout
|
| pixelHinting — Property in class flare.vis.data.render.EdgeRenderer |
| Pixel hinting flag for line rendering. |
| play(reverse) — Method in class flare.animate.FunctionSequence |
|
Plays this function sequence. |
| play(reverse) — Method in class flare.animate.Parallel |
|
Starts running the transition. |
| play(reverse) — Method in class flare.animate.Sequence |
|
Starts running the transition. |
| play(reverse) — Method in class flare.animate.Transition |
|
Starts running the transition. |
| PM1 — Static property in class flare.util.Strings |
| Abbreviated string indicating "PM" time. |
| PM2 — Static property in class flare.util.Strings |
| Full string indicating "PM" time. |
| PointInterpolator — Class in package flare.animate.interpolate |
|
Interpolator for flash.geom.Point values. |
| PointInterpolator(target, property, start, end) — Constructor in class flare.animate.interpolate.PointInterpolator |
|
Creates a new PointInterpolator. |
| _points — Property in class flare.vis.data.DataSprite |
| Optional array of x,y values for specifying arbitrary shapes. |
| points — Property in class flare.vis.data.DataSprite |
| Optional array of x,y values for specifying arbitrary shapes. |
| POLAR — Constant static property in class flare.vis.operator.layout.Layout |
| Constant indicating polar (radius, angle) coordinates. |
| policy — Property in class flare.vis.data.TreeBuilder |
| The traveral policy used to generate the spanning tree. |
| POLYBLOB — Constant static property in class flare.util.Shapes |
| Constant indicating a "polyblob" shape, a polygon whose
edges are interpolated with a cardinal spline. |
| POLYGON — Constant static property in class flare.util.Shapes |
| Constant indicating a polygon shape. |
| POPULATION — Constant static property in class flare.query.Variance |
| Flag indicating the population variance or deviation. |
| position(sub, s) — Static method in class flare.query.StringUtil |
| |
| positionGridLine(gline:flare.vis.axis:AxisGridLine, scale:flare.scale:Scale) — Method in class flare.vis.axis.Axis |
|
Computes the position of an axis grid line. |
| positionLabel(label:flare.vis.axis:AxisLabel, scale:flare.scale:Scale) — Method in class flare.vis.axis.Axis |
|
Computes the position of an axis label. |
| POSITIVE_INFINITY — Static property in class flare.util.Strings |
| String representing positive infinity. |
| power — Property in class flare.scale.RootScale |
| The power of the root transform. |
| power — Property in class flare.vis.data.ScaleBinding |
| A free parameter that indicates the exponent for a RootScale. |
| _ppool — Static property in class flare.physics.Simulation |
| |
| predicate(o) — Method in class flare.query.And |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.Comparison |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.Expression |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.IsA |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.Literal |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.Not |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.Or |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in class flare.query.Xor |
|
Boolean predicate that tests the output of evaluating this
expression. |
| predicate(o) — Method in interface flare.util.IPredicate |
|
Boolean test function that returns true or false for an
input object. |
| predicate(x) — Method in class flare.util.Property |
|
Gets the value of this property and casts the result to a
Boolean value. |
| predicate — Property in class flare.vis.operator.filter.VisibilityFilter |
| Predicate function determining item visibility. |
| preferredMax — Property in class flare.vis.data.ScaleBinding |
| The preferred maximum data value for the scale. |
| preferredMin — Property in class flare.vis.data.ScaleBinding |
| The preferred minimum data value for the scale. |
| PREFIX — Constant static property in class flare.query.Match |
| Indicates a prefix matching test. |
| prev() — Method in class flare.query.ExpressionIterator |
|
Moves the iterator to the previous sibling expression in the
expression tree. |
| prevNode — Property in class flare.vis.data.NodeSprite |
| The previous sibling of this node in the tree structure. |
| process(d:flare.vis.data:DataSprite) — Method in class flare.vis.operator.label.Labeler |
|
Performs label creation and layout for the given data sprite. |
| process(d:flare.vis.data:DataSprite) — Method in class flare.vis.operator.label.RadialLabeler |
|
Performs label creation and layout for the given data sprite. |
| process(d:flare.vis.data:DataSprite) — Method in class flare.vis.operator.label.StackedAreaLabeler |
|
Performs label creation and layout for the given data sprite. |
| progress — Property in class flare.animate.Transition |
| Fraction between 0 and 1 indicating the current progress
of this transition. |
| _prop — Property in class flare.animate.interpolate.Interpolator |
| The property to interpolate. |
| _prop — Property in class flare.vis.data.DataSprite |
| Object for attaching additional properties to this sprite. |
| property — Property in class flare.vis.data.ScaleBinding |
| The data property to bind to. |
| Property — Class in package flare.util |
|
Utility class for accessing arbitrary property chains, allowing
nested property expressions (e.g., x.a.b.c or
x.a[1]). |
| Property(name) — Constructor in class flare.util.Property |
|
Creates a new Property, in most cases the static $
method should be used instead of this constructor. |
| PropertyEncoder — Class in package flare.vis.operator.encoder |
|
Encodes property values for a collection of visual items. |
| PropertyEncoder(values, group, filter, ignoreTransitioner) — Constructor in class flare.vis.operator.encoder.PropertyEncoder |
|
Creates a new PropertyEncoder
|
| props — Property in class flare.vis.Visualization |
| An object storing extra properties for the visualziation. |
| props — Property in class flare.vis.data.DataSprite |
| Object for attaching additional properties to this sprite. |
| proxy — Static property in class flare.util.Property |
| A minimal IValueProxy instance that gets and sets
property values through Property instances. |
| push(f, t) — Method in class flare.animate.FunctionSequence |
|
Adds a function call and corresponding transition to this sequence. |
| push(op:flare.vis.operator:IOperator, duration) — Method in class flare.vis.operator.OperatorSequence |
|
Adds an operator and its timing information to this operator
sequence. |
|
| 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 |