| Package | com.yworks.io.graphml.reader.deserializer |
| Class | public class BevelNodeStyleDeserializer |
| Inheritance | BevelNodeStyleDeserializer AbstractNodeStyleDeserializer AbstractDeserializer |
BevelNodeStyle instances.
A shared instance can be retrieved using instance.
See also
| Property | Defined by | ||
|---|---|---|---|
| elementName : String [read-only]
The local tag name that this Deserializer can claim to handle
| BevelNodeStyleDeserializer | ||
| instance : BevelNodeStyleDeserializer
[static][read-only]
A shared instance of
BevelNodeStyleDeserializer
| BevelNodeStyleDeserializer | ||
| xmlNamespace : Namespace [read-only]
The XmlNamespace that this Deserializer can claim to handle.
| BevelNodeStyleDeserializer | ||
| Method | Defined by | ||
|---|---|---|---|
|
Deserialize the style specific data content of
element. | BevelNodeStyleDeserializer | ||
| 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:BevelNodeStyleDeserializer [read-only]
A shared instance of BevelNodeStyleDeserializer
public static function get instance():BevelNodeStyleDeserializer
| xmlNamespace | property |
xmlNamespace:Namespace [read-only]The XmlNamespace that this Deserializer can claim to handle.
This method needs to be overriden by subclass implementations.
Implementation public function get xmlNamespace():Namespace
| 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.
|