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 GEXFAttributeTypeCreate a type from a string representationstatic GEXFAttributeTypeReturns 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 TypeMethodDescriptionvoidGEXFExporter.registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type) Register a GEXF AttributevoidGEXFExporter.registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, String defaultValue) Register a GEXF AttributevoidGEXFExporter.registerAttribute(String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, String defaultValue, String options) Register a GEXF Attribute