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.gexf
Methods in org.jgrapht.nio.gexf that return GEXFExporter.AttributeCategory Modifier and Type Method Description static GEXFExporter.AttributeCategory
GEXFExporter.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 void
GEXFExporter. registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type)
Register a GEXF Attributevoid
GEXFExporter. registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, String defaultValue)
Register a GEXF Attributevoid
GEXFExporter. registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, String defaultValue, String options)
Register a GEXF Attributevoid
GEXFExporter. unregisterAttribute(String name, GEXFExporter.AttributeCategory category)
Unregister a GraphML-Attribute
-