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