| Package | com.yworks.io.graphml.writer.serializer |
| Class | public class SWFNodeStyleSerializer |
| Inheritance | SWFNodeStyleSerializer AbstractSerializer Object |
SWFNodeStyle instances.
If the url property of the style instance is set, only the
url serialized. Else, a Base64-ecnoded string representation of the
byte array representing the SWF visualization is written.
See also
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
The element name of the toplevel XmlElement for the serialized representation of this object. | SWFNodeStyleSerializer | ||
| instance : SWFNodeStyleSerializer [static] [read-only]
| SWFNodeStyleSerializer | ||
![]() | xmlNamespace : Namespace [read-only]
returns the yworks namespace
| AbstractSerializer | |
| Method | Defined By | ||
|---|---|---|---|
canHandle(context:GraphMLWriteContext, subject:Object):Boolean [override]
Return whether this serializer can handle a specific object. | SWFNodeStyleSerializer | ||
![]() |
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. | SWFNodeStyleSerializer | ||
| 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| instance | property |
instance:SWFNodeStyleSerializer [read-only]
public static function get instance():SWFNodeStyleSerializer| canHandle | () | method |
override public function canHandle(context:GraphMLWriteContext, subject:Object):BooleanReturn whether this serializer can handle a specific object.
Parameters
context:GraphMLWriteContext — The write context.
| |
subject:Object — The object which is tested
|
Boolean — true if the serializer can handle the subject
|
| 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.
|