Uses of Enum
org.jgrapht.nio.gexf.GEXFAttributeType
Packages that use GEXFAttributeType
-
Uses of GEXFAttributeType in org.jgrapht.nio.gexf
Methods in org.jgrapht.nio.gexf that return GEXFAttributeTypeModifier and TypeMethodDescriptionstatic GEXFAttributeType
Create a type from a string representationstatic GEXFAttributeType
Returns the enum constant of this type with the specified name.static GEXFAttributeType[]
GEXFAttributeType.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 GEXFAttributeTypeModifier 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 Attribute