Pacote | com.adobe.icc.editors.model.config |
Classe | public class XMLConfigProvider |
Herança | XMLConfigProvider Object |
Implementações | IConfigProvider |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Returns the string representation of the CML config. | XMLConfigProvider | ||
Retorna o valor primitivo do objeto especificado. | Object | ||
[estático]
Returns array from the provided XML
| XMLConfigProvider |
Detalhes do construtor
XMLConfigProvider | () | Construtor |
Detalhes do método
getDefaultDateFormat | () | método |
getDefaultFont | () | método |
getDefaultFontSize | () | método |
getDefaultLetterSpacing | () | método |
getDefaultLineHeight | () | método |
getFonts | () | método |
getFontSizes | () | método |
getLetterSpacings | () | método |
getLineHeights | () | método |
getNewLineXmlData | () | método |
getProperty | () | método |
public function getProperty(name:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the value of the property from the xml config by specifying its name.
Parâmetros
name:String — Name of the property to be fetched.
|
String — value of the property from the xml config by specifying its name.
|
getPropertyArray | () | método |
public function getPropertyArray(name:String):Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Fetches the array of value from the xml config by specifying its property name.
Parâmetros
name:String — Name of the property to be fetched.
|
Array — array of value from the xml config by specifying its property name.
|
toString | () | método |
xmlToArray | () | método |
public static function xmlToArray(xml:XMLList):Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Returns array from the provided XML
Parâmetros
xml:XMLList — The XML
|
Array — array from the provided XML
|
Wed Jun 13 2018, 11:10 AM Z