Packagecom.yworks.io.graphml.reader.deserializer
Classpublic class FontDeserializer
InheritanceFontDeserializer Inheritance AbstractDeserializer Inheritance Object

A deserializer that deserializes UITextFormat instances.

A shared instance can be retrieved using instance.

The Font size will be divided by the factor provided by the context property "fontSizeFactor". This is necessary when deserializing a font from a .NET server, because .NET interprets the font size as points (1/72 inch) whereas Flex interprets the size as pixel (1/96 inch).

The GraphMLIOHandler's properties adjustFontSize and fontSizeFactor allow to set the context properties conveniently.



Public Properties
 PropertyDefined By
  elementName : String
[override] [read-only] The local tag name that this Deserializer can claim to handle
FontDeserializer
  instance : FontDeserializer
[static] [read-only] The shared instance of this deserializer.
FontDeserializer
  xmlNamespace : Namespace
[override] [read-only] The XmlNamespace that this Deserializer can claim to handle.
FontDeserializer
Public Methods
 MethodDefined By
 Inherited
canHandle(context:GraphMLParseContext, element:XML):Boolean
Returns whether a deserializer can handle a specific xml element.
AbstractDeserializer
  
deserialize(context:GraphMLParseContext, element:XML):Object
[override] Create a new instance from the xml element
FontDeserializer
Property Detail
elementNameproperty
elementName:String  [read-only] [override]

The local tag name that this Deserializer can claim to handle


Implementation
    public function get elementName():String
instanceproperty 
instance:FontDeserializer  [read-only]

The shared instance of this deserializer.


Implementation
    public static function get instance():FontDeserializer
xmlNamespaceproperty 
xmlNamespace:Namespace  [read-only] [override]

The XmlNamespace that this Deserializer can claim to handle.

This method needs to be overridden by subclass implementations.


Implementation
    public function get xmlNamespace():Namespace
Method Detail
deserialize()method
override public function deserialize(context:GraphMLParseContext, element:XML):Object

Create a new instance from the xml element

Parameters

context:GraphMLParseContext — The current parse context
 
element:XML — The current xml element

Returns
Object — A new instance