yext.graphml.graph2D
Class FolderTypeXMLAttributesProvider

java.lang.Object
  extended byorg.graphdrawing.graphml.writer.XMLAttributesProviderAdapter
      extended byyext.graphml.graph2D.FolderTypeXMLAttributesProvider
All Implemented Interfaces:
XMLAttributesProvider

public class FolderTypeXMLAttributesProvider
extends XMLAttributesProviderAdapter

Handles XML-Attribute yfiles.foldertype


Constructor Summary
FolderTypeXMLAttributesProvider(HierarchyManager manager)
           
 
Method Summary
 void printNodeAttributes(GraphMLWriteContext context, XmlWriter writer)
          Write additional XML attributes for a <node> element
 
Methods inherited from class org.graphdrawing.graphml.writer.XMLAttributesProviderAdapter
printEdgeAttributes, printGraphAttributes, printGraphMLAttributes, printHyperEdgeAttributes, printPortAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderTypeXMLAttributesProvider

public FolderTypeXMLAttributesProvider(HierarchyManager manager)
Method Detail

printNodeAttributes

public void printNodeAttributes(GraphMLWriteContext context,
                                XmlWriter writer)
Description copied from interface: XMLAttributesProvider
Write additional XML attributes for a <node> element

Specified by:
printNodeAttributes in interface XMLAttributesProvider
Overrides:
printNodeAttributes in class XMLAttributesProviderAdapter


Copyright ©2000-2009, yWorks GmbH. All rights reserved.