Uses of Class
org.jgrapht.nio.gexf.GEXFExporter.AttributeCategory
- 
Packages that use GEXFExporter.AttributeCategory Package Description org.jgrapht.nio.gexf Graph Exchange XML Format (GEXF) importers/exporters.
- 
- 
Uses of GEXFExporter.AttributeCategory in org.jgrapht.nio.gexfMethods in org.jgrapht.nio.gexf that return GEXFExporter.AttributeCategory Modifier and Type Method Description static GEXFExporter.AttributeCategoryGEXFExporter.AttributeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static GEXFExporter.AttributeCategory[]GEXFExporter.AttributeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.nio.gexf with parameters of type GEXFExporter.AttributeCategory Modifier and Type Method Description voidGEXFExporter. registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type)Register a GEXF AttributevoidGEXFExporter. registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, String defaultValue)Register a GEXF AttributevoidGEXFExporter. registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, String defaultValue, String options)Register a GEXF AttributevoidGEXFExporter. unregisterAttribute(String name, GEXFExporter.AttributeCategory category)Unregister a GraphML-Attribute
 
-