| Package | com.yworks.io.graphml.writer.serializer |
| Class | public class ShapeNodeStyleSerializer |
| Inheritance | ShapeNodeStyleSerializer AbstractSerializer Object |
ISerializer implementation that serializes ShapeNodeStyles.
Note that this serializer will try to convert ShapeNodeShape constants that are only known by yFiles Java
to ShapeNodeShape constants that are known by yFiles.NET.
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only] | ShapeNodeStyleSerializer | ||
| instance : ShapeNodeStyleSerializer [static] [read-only]
The shared instance of this serializer
| ShapeNodeStyleSerializer | ||
![]() | 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. | ShapeNodeStyleSerializer | ||
![]() |
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. | ShapeNodeStyleSerializer | ||
| Constant | Defined By | ||
|---|---|---|---|
| SHAPE_TAG : String = Shape [static]
The shape tag's element name
| ShapeNodeStyleSerializer | ||
| elementName | property |
elementName:String [read-only] [override] public function get elementName():String| instance | property |
instance:ShapeNodeStyleSerializer [read-only] The shared instance of this serializer
public static function get instance():ShapeNodeStyleSerializer| 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.
|
| SHAPE_TAG | Constant |
public static const SHAPE_TAG:String = ShapeThe shape tag's element name