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  
flexChildHeightsProportionally(children, configurations, totalWidth, totalHeight) — Static method in class com.yahoo.astra.layout.modes.PercentageSizeUtil
This function sets the height of each child so that the heights add up to spaceForChildren.
flexChildrenProportionally(spaceForChildren, spaceToDistribute, totalPercent, childInfoArray) — Static method in class com.yahoo.astra.layout.modes.PercentageSizeUtil
This function distributes excess space among the flexible children.
flexChildWidthsProportionally(children, configurations, totalWidth, totalHeight) — Static method in class com.yahoo.astra.layout.modes.PercentageSizeUtil
This function sets the width of each child so that the widths add up to spaceForChildren.
FlowLayout — Class in package com.yahoo.astra.layout.modes
Arranges a DisplayObjectContainer's children using a flow algorithm.
FlowLayout() — Constructor in class com.yahoo.astra.layout.modes.FlowLayout
Constructor.
fuzzyEquals(number1, number2, precision) — Static method in class com.yahoo.astra.utils.NumberUtil
Tests equality for numbers that may have been generated by faulty floating point math.
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