ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.icc.editors.model.config 

IConfigProvider  - AS3 Asset Composer

Packagecom.adobe.icc.editors.model.config
Interfacepublic interface IConfigProvider
Implementors XMLConfigProvider

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

The interface to load xml config for the editor



Public Methods
 MethodDefined By
  
Fetches the default date format from the xml config.
IConfigProvider
  
Fetches the default font from the xml config.
IConfigProvider
  
Fetches the default font size from the xml config.
IConfigProvider
  
Fetches the default Letter spacing from the xml config.
IConfigProvider
  
Fetches the default Line height from the xml config.
IConfigProvider
  
Fetch array of fonts from the xml config.
IConfigProvider
  
Fetch array of font sizes from the xml config.
IConfigProvider
  
Fetches the array of Letter spacings from the xml config.
IConfigProvider
  
Fetches the array of Line heights from the xml config.
IConfigProvider
  
The content of TBX's TBXXML for generating new line
IConfigProvider
  
Fetches the value of the property from the xml config by specifying its name.
IConfigProvider
  
Fetches the array of value from the xml config by specifying its property name.
IConfigProvider
  
Returns the string representation of the CML config.
IConfigProvider
Method Detail

getDefaultDateFormat

()method
public function getDefaultDateFormat():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetches the default date format from the xml config.

Returns
String — the default date format

getDefaultFont

()method 
public function getDefaultFont():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetches the default font from the xml config.

Returns
String — the default font

getDefaultFontSize

()method 
public function getDefaultFontSize():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetches the default font size from the xml config.

Returns
String — the default font size

getDefaultLetterSpacing

()method 
public function getDefaultLetterSpacing():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetches the default Letter spacing from the xml config.

Returns
String — the default Letter spacing.

getDefaultLineHeight

()method 
public function getDefaultLineHeight():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetches the default Line height from the xml config.

Returns
String — the default Line height

getFonts

()method 
public function getFonts():Array

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetch array of fonts from the xml config.

Returns
Array — array of fonts

getFontSizes

()method 
public function getFontSizes():Array

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Fetch array of font sizes from the xml config.

Returns
Array — array of font size.

getLetterSpacings

()method 
public function getLetterSpacings():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 Letter spacings from the xml config.

Returns
Array — the array of Letter spacings

getLineHeights

()method 
public function getLineHeights():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 Line heights from the xml config.

Returns
Array — the array of Line heights

getNewLineXmlData

()method 
public function getNewLineXmlData():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

The content of TBX's TBXXML for generating new line

Returns
String

Related API Elements

com.adobe.consulting.pst.vo.TBX.TBXXML

getProperty

()method 
public function getProperty(name:String):String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
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.

Returns
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.

Returns
Array — array of value from the xml config by specifying its property name.

toString

()method 
public function toString():String

Language Version: ActionScript 3.0
Product Version: Asset Composer Building Block 10.0
Runtime Versions: AIR (unsupported), Flash Player 10.2

Returns the string representation of the CML config.

Returns
String