Packageorg.apache.flex.utils
Classpublic class BeadMetrics
InheritanceBeadMetrics Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The BeadMetrics class is a utility class that computes the offset of the content in a container based on border-thickness and padding styles.



Public Methods
 MethodDefined By
  
[static] Compute the offset of the content in a container based on border-thickness and padding styles.
BeadMetrics
Method Detail
getMetrics()method
public static function getMetrics(strand:IStrand):UIMetrics

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Compute the offset of the content in a container based on border-thickness and padding styles.

Parameters

strand:IStrand — The host strand.

Returns
UIMetrics — The offsets of the content.