Package | com.adobe.icc.editors.model.config |
Class | public class XMLConfigProvider |
Inheritance | XMLConfigProvider Object |
Implements | IConfigProvider |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
XMLConfigProvider(config:XML)
Constructor. | XMLConfigProvider | ||
Fetches the default date format from the xml config
| XMLConfigProvider | ||
Fetches the default font from the xml config. | XMLConfigProvider | ||
Fetches the default font size from the xml config. | XMLConfigProvider | ||
Fetches the default Letter spacing from the xml config. | XMLConfigProvider | ||
Fetches the default Line height from the xml config. | XMLConfigProvider | ||
Fetch array of fonts from the xml config. | XMLConfigProvider | ||
Fetch array of font sizes from the xml config. | XMLConfigProvider | ||
Fetches the array of Letter spacings from the xml config. | XMLConfigProvider | ||
Fetches the array of Line heights from the xml config. | XMLConfigProvider | ||
The content of TBX's TBXXML for generating new line
| XMLConfigProvider | ||
Fetches the value of the property from the xml config by specifying its name. | XMLConfigProvider | ||
Fetches the array of value from the xml config by specifying its property name. | XMLConfigProvider | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the CML config. | XMLConfigProvider | ||
Returns the primitive value of the specified object. | Object | ||
[static]
Returns array from the provided XML
| XMLConfigProvider |
Constructor Detail
XMLConfigProvider | () | Constructor |
Method Detail
getDefaultDateFormat | () | method |
getDefaultFont | () | method |
getDefaultFontSize | () | method |
getDefaultLetterSpacing | () | method |
getDefaultLineHeight | () | method |
getFonts | () | method |
getFontSizes | () | method |
getLetterSpacings | () | method |
getLineHeights | () | method |
getNewLineXmlData | () | method |
getProperty | () | method |
public function getProperty(name:String):String
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fetches the value of the property from the xml config by specifying its name.
Parameters
name:String — Name of the property to be fetched.
|
String — value of the property from the xml config by specifying its name.
|
getPropertyArray | () | method |
public function getPropertyArray(name:String):Array
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Fetches the array of value from the xml config by specifying its property name.
Parameters
name:String — Name of the property to be fetched.
|
Array — array of value from the xml config by specifying its property name.
|
toString | () | method |
xmlToArray | () | method |
public static function xmlToArray(xml:XMLList):Array
Language Version: | ActionScript 3.0 |
Product Version: | Asset Composer Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns array from the provided XML
Parameters
xml:XMLList — The XML
|
Array — array from the provided XML
|
Mon Nov 28 2011, 06:48 AM -08:00