Uses of Enum Class
org.jgrapht.nio.gexf.GEXFAttributeType
Packages that use GEXFAttributeType
-
Uses of GEXFAttributeType in org.jgrapht.nio.gexf
Fields in org.jgrapht.nio.gexf declared as GEXFAttributeTypeModifier and TypeFieldDescriptionGEXFExporter.AttributeDetails.type
(package private) GEXFAttributeType
SimpleGEXFEventDrivenImporter.Attribute.type
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 class with the specified name.static GEXFAttributeType[]
GEXFAttributeType.values()
Returns an array containing the constants of this enum class, 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 Attributeprivate static AttributeType
SimpleGEXFEventDrivenImporter.toAttributeType
(GEXFAttributeType type) Constructors in org.jgrapht.nio.gexf with parameters of type GEXFAttributeTypeModifierConstructorDescriptionAttribute
(String id, String title, GEXFAttributeType type) AttributeDetails
(String key, GEXFAttributeType type, String defaultValue, String options)