Uses of Enum
org.jgrapht.nio.gexf.GEXFExporter.AttributeCategory
Packages that use GEXFExporter.AttributeCategory
-
Uses of GEXFExporter.AttributeCategory in org.jgrapht.nio.gexf
Methods in org.jgrapht.nio.gexf that return GEXFExporter.AttributeCategoryModifier 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.Methods in org.jgrapht.nio.gexf with parameters of type GEXFExporter.AttributeCategoryModifier 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