A class of static helper functions for strokes.

| StrokeUtils | A class of static helper functions for strokes. | 
| Functions | |
| convertStrokeToPath | Converts a Stroke object defining a path into a Path object. | 
| verifyPropertyType | Verifies that the Stroke object has a transform or filter compatible with the TweenEx type by adding it as needed. | 
Converts a Stroke object defining a path into a Path object.
public static function convertStrokeToPath( strokePath: Stroke ):Path 
Verifies that the Stroke object has a transform or filter compatible with the TweenEx type by adding it as needed.
public static function verifyPropertyType( stroke: Stroke, tweenType: String ):Boolean 
Convert the indexed Stroke to a Path.
public function convertStrokeIndexToPath( strokeIndex: int ):Path