| Package | com.yworks.io.graphml.reader.deserializer |
| Class | public class BitmapNodeStyleDeserializer |
| Inheritance | BitmapNodeStyleDeserializer AbstractNodeStyleDeserializer AbstractDeserializer |
BitmapNodeStyle instances.
Bitmap images are deserialized using base64 encoding.
For compatibility with yFiles.NET, this deserializer parses
IImageNodeStyle XML elements.
A shared instance can be retrieved using instance.
| Property | Defined by | ||
|---|---|---|---|
| elementName : String [read-only]
The local tag name that this Deserializer can claim to handle
| BitmapNodeStyleDeserializer | ||
| instance : BitmapNodeStyleDeserializer
[static][read-only]
The shared instance of this deserializer.
| BitmapNodeStyleDeserializer | ||
![]() | xmlNamespace : Namespace
The XmlNamespace that this Deserializer can claim to handle.
| AbstractNodeStyleDeserializer | |
| Method | Defined by | ||
|---|---|---|---|
|
Deserialize the style specific data content of
element. | BitmapNodeStyleDeserializer | ||
| elementName | property |
elementName:String [read-only]The local tag name that this Deserializer can claim to handle
Implementation public function get elementName():String
| instance | property |
instance:BitmapNodeStyleDeserializer [read-only]The shared instance of this deserializer.
Implementation public static function get instance():BitmapNodeStyleDeserializer
| deserializeStyle | () | method |
protected override function deserializeStyle(context:GraphMLParseContext, element:XML):INodeStyle
Deserialize the style specific data content of element.
context:GraphMLParseContext — The current parse context
|
|
element:XML — The current XML object that represents the node style
|
INodeStyle —
A new INodeStyle instance or the instance passed as styleInstance.
|