| Package | com.yworks.io.graphml.writer.serializer |
| Class | public class NodeStyleLabelStyleAdapterSerializer |
| Inheritance | NodeStyleLabelStyleAdapterSerializer AbstractSerializer |
NodeStyleLabelStyleAdapter Instances
| Property | Defined by | ||
|---|---|---|---|
| elementName : String [read-only]
The element name of the toplevel XmlElement for the serialized representation of this object
| NodeStyleLabelStyleAdapterSerializer | ||
| instance : NodeStyleLabelStyleAdapterSerializer
[static][read-only]
The shared instance of this serializer
| NodeStyleLabelStyleAdapterSerializer | ||
![]() | xmlNamespace : Namespace
returns the yworks namespace
| AbstractSerializer | |
| Method | Defined by | ||
|---|---|---|---|
|
Serialize the given style to a IXmlWriter
| NodeStyleLabelStyleAdapterSerializer | ||
| 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
| instance | property |
instance:NodeStyleLabelStyleAdapterSerializer [read-only]The shared instance of this serializer
Implementation public static function get instance():NodeStyleLabelStyleAdapterSerializer
| serializeContent | () | method |
protected override function serializeContent(context:GraphMLWriteContext, subject:Object, writer:IXmlWriter):voidSerialize the given style to a IXmlWriter
Parameterscontext:GraphMLWriteContext — The current write param
|
|
subject:Object — The actual object
|
|
writer:IXmlWriter — A IXmlWriter instance where the output is written
|