Paket | com.adobe.icc.editors.model.config |
Klasse | public class XMLConfigProvider |
Vererbung | XMLConfigProvider Object |
Implementiert | IConfigProvider |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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 | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Returns the string representation of the CML config. | XMLConfigProvider | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
[statisch]
Returns array from the provided XML
| XMLConfigProvider |
Konstruktordetails
XMLConfigProvider | () | Konstruktor |
Methodendetails
getDefaultDateFormat | () | Methode |
getDefaultFont | () | Methode |
getDefaultFontSize | () | Methode |
getDefaultLetterSpacing | () | Methode |
getDefaultLineHeight | () | Methode |
getFonts | () | Methode |
getFontSizes | () | Methode |
getLetterSpacings | () | Methode |
getLineHeights | () | Methode |
getNewLineXmlData | () | Methode |
getProperty | () | Methode |
public function getProperty(name:String):String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Fetches the value of the property from the xml config by specifying its name.
Parameter
name:String — Name of the property to be fetched.
|
String — value of the property from the xml config by specifying its name.
|
getPropertyArray | () | Methode |
public function getPropertyArray(name:String):Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Fetches the array of value from the xml config by specifying its property name.
Parameter
name:String — Name of the property to be fetched.
|
Array — array of value from the xml config by specifying its property name.
|
toString | () | Methode |
xmlToArray | () | Methode |
Tue Jun 12 2018, 10:04 AM Z