Package | com.yworks.io.graphml |
Class | public class DotnetCompatGraphMLIOHandler |
Inheritance | DotnetCompatGraphMLIOHandler ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | adjustFontSize : Boolean
Whether to adjust the font size when serializing / deserializing fonts. | GraphMLIOHandler | |
![]() | clearGraphBeforeRead : Boolean
Whether to clear an existing graph instance before reading. | GraphMLIOHandler | |
![]() | fontSizeFactor : Number
The factor to adjust the font size when serializing / deserializing fonts. | GraphMLIOHandler | |
![]() | inputHandlerProvider : IInputHandlerProvider
Gets or sets an IInputHandlerProvider instance for dynamic input handler retrieval. | GraphMLIOHandler | |
![]() | localViewMode : Boolean
Whether to read/write only the local view for folded graphs. | GraphMLIOHandler | |
![]() | outputHandlerProvider : IOutputHandlerProvider
Gets or sets an IOutputHandlerProvider instance for dynamic output handler retrieval. | GraphMLIOHandler | |
![]() | parseErrorHandler : IGraphMLParseErrorHandler
An error handler that will be used to handle errors which occur during parsing. | GraphMLIOHandler | |
![]() | readLabels : Boolean
Whether labels should be deserialized. | GraphMLIOHandler | |
![]() | readMajorVersion : int
The major file format version for the input. | GraphMLIOHandler | |
![]() | readMinorVersion : int
The minor file format version for the input. | GraphMLIOHandler | |
readPortLayout : Boolean
Whether to update the port location on reading using the port layout data. | DotnetCompatGraphMLIOHandler | ||
![]() | readPortLocationModel : Boolean
Whether port location models should be deserialized. | GraphMLIOHandler | |
![]() | readRealizers : Boolean
Whether styles should be deserialized from realizers. | GraphMLIOHandler | |
![]() | readStyles : Boolean
Whether styles should be deserialized. | GraphMLIOHandler | |
![]() | readTables : Boolean
Whether to read tables. | GraphMLIOHandler | |
![]() | realizerSerializerManager : RealizerSerializerManager [read-only]
Get the RealizerSerializerManager instance used by this
GraphMLIOHandler. | GraphMLIOHandler | |
![]() | supportUserTags : Boolean
Whether to support user tags at ModelItems automatically. | GraphMLIOHandler | |
![]() | supportZOrder : Boolean
Whether to support z-orders of IModelItems automatically. | GraphMLIOHandler | |
![]() | writeLabels : Boolean
Whether labels should be serialized. | GraphMLIOHandler | |
![]() | writeMajorVersion : int
The major file format version for the output
| GraphMLIOHandler | |
![]() | writeMinorVersion : int
The minor file format version for the output
| GraphMLIOHandler | |
![]() | writePortLocationModel : Boolean
Whether port location models should be serialized. | GraphMLIOHandler | |
![]() | writeRealizers : Boolean
Whether styles should be serialized as realizers. | GraphMLIOHandler | |
![]() | writeSharedReferences : Boolean
Whether to support object sharing on output. | GraphMLIOHandler | |
![]() | writeStyles : Boolean
Whether styles should be serialized. | GraphMLIOHandler | |
![]() | writeTables : Boolean
Whether to write tables. | GraphMLIOHandler |
Method | Defined By | ||
---|---|---|---|
![]() | configureDeserializers(context:GraphMLParseContext):void
Sets up all default IDeserializer instances on context. | GraphMLIOHandler | |
![]() | configureInputHandlers(parser:GraphMLParser):void
Sets up all input handlers for the provided parser instance. | GraphMLIOHandler | |
![]() | configureSerializers(context:GraphMLWriteContext):void
Configures context to use all registered serializers. | GraphMLIOHandler | |
![]() |
Create the DirectGraphMLWriter instance that is used for writing GraphML output. | GraphMLIOHandler | |
![]() |
Create a suitable instance of IGraphElementFactory that can handle the given graph
| GraphMLIOHandler | |
![]() |
Create an IGraphElementProvider instance that provides the graph elements that are to be written. | GraphMLIOHandler | |
![]() |
Create the GraphMLParser instance that is used for writing GraphML output. | GraphMLIOHandler | |
![]() |
Callback method for the creation of a new read context. | GraphMLIOHandler | |
![]() |
Callback method for the creation of a new write context. | GraphMLIOHandler | |
![]() |
Create the IXmlWriter instance that is used for low-level XML writing. | GraphMLIOHandler | |
initializeHandlers():void [override]
Callback for subclasses to register default data handlers. | DotnetCompatGraphMLIOHandler |
readPortLayout | property |
readPortLayout:Boolean
Whether to update the port location on reading using the port layout data.
If true
and
the port's owner is of type INode
, the port layout data is interpreted relative to the
node's center location and a new IPortLocationModelParameter
is created and assigned
using this location and the port's IPort.locationModelParameter
's model.
If false
the port layout data is ignored.
The default value is true
.
public function get readPortLayout():Boolean
public function set readPortLayout(value:Boolean):void
initializeHandlers | () | method |
override protected function initializeHandlers():void
Callback for subclasses to register default data handlers. This implementation doesn't register any handlers.