org.graphdrawing.graphml.writer
Interface GraphMLWriteContext.ResourceDescriptor

Enclosing interface:
GraphMLWriteContext

public static interface GraphMLWriteContext.ResourceDescriptor


Method Summary
 void addExtraAttribute(String name, String value)
           
 String getClassName()
           
 GraphMLWriteContext.ResourceEncoder getEncoder()
           
 HashMap getExtraAttributes()
           
 String getId()
           
 

Method Detail

getClassName

public String getClassName()

getId

public String getId()

getEncoder

public GraphMLWriteContext.ResourceEncoder getEncoder()

addExtraAttribute

public void addExtraAttribute(String name,
                              String value)

getExtraAttributes

public HashMap getExtraAttributes()


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