| Package | com.yworks.graph.drawing |
| Class | public class BevelNodeStyleSerializer |
| Inheritance | BevelNodeStyleSerializer AbstractSerializer Object |
BevelNodeStyle instances.
See also
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
The element name of the toplevel XmlElement for the serialized representation of this object. | BevelNodeStyleSerializer | ||
![]() | xmlNamespace : Namespace [read-only]
returns the yworks namespace
| AbstractSerializer | |
| Method | Defined By | ||
|---|---|---|---|
canHandle(context:GraphMLWriteContext, subject:Object):Boolean [override]
inheritDoc
| BevelNodeStyleSerializer | ||
![]() |
Serialize the given style to a IXmlWriter. | AbstractSerializer | |
| Method | Defined By | ||
|---|---|---|---|
[override]
Write the content of the graphml element that corresponds to the serialization of subject. | BevelNodeStyleSerializer | ||
| elementName | property |
elementName:String [read-only] [override] The element name of the toplevel XmlElement for the serialized representation of this object.
public function get elementName():String| canHandle | () | method |
override public function canHandle(context:GraphMLWriteContext, subject:Object):BooleaninheritDoc
Parameters
context:GraphMLWriteContext | |
subject:Object |
Boolean |
| serializeContent | () | method |
override protected function serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):void
Write the content of the graphml element that corresponds to the serialization of subject.
Parameters
context:GraphMLWriteContext — The current write context.
| |
subject:Object — The current object to be serialized.
| |
writer:IXmlWriter — The xml writer.
|