Uses of Enum
org.jgrapht.nio.gexf.GEXFExporter.AttributeCategory
-
Uses of GEXFExporter.AttributeCategory in org.jgrapht.nio.gexf
Modifier and TypeMethodDescriptionReturns 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.Modifier and TypeMethodDescriptionvoid
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