| Package | com.yworks.io.graphml.reader.deserializer |
| Class | public class ShapeNodeStyleDeserializer |
| Inheritance | ShapeNodeStyleDeserializer AbstractNodeStyleDeserializer AbstractDeserializer Object |
ShapeNodeStyle instances.
Note that this deserializer will try to convert ShapeNodeShape constants that are only known by yFiles Java
to ShapeNodeShape constants that are known by yFiles.NET.
A shared instance can be retrieved using instance.
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
The local tag name that this Deserializer can claim to handle
| ShapeNodeStyleDeserializer | ||
| instance : ShapeNodeStyleDeserializer [static] [read-only]
The shared instance of this deserializer
| ShapeNodeStyleDeserializer | ||
![]() | xmlNamespace : Namespace [override] [read-only]
The XmlNamespace that this Deserializer can claim to handle. | AbstractNodeStyleDeserializer | |
| Method | Defined By | ||
|---|---|---|---|
[override]
Deserialize the style specific data content of element. | ShapeNodeStyleDeserializer | ||
| elementName | property |
elementName:String [read-only] [override] The local tag name that this Deserializer can claim to handle
public function get elementName():String| instance | property |
instance:ShapeNodeStyleDeserializer [read-only] The shared instance of this deserializer
public static function get instance():ShapeNodeStyleDeserializer| deserializeStyle | () | method |
override protected function deserializeStyle(context:GraphMLParseContext, element:XML):INodeStyle
Deserialize the style specific data content of element.
Parameters
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.
|