Uses of Class
org.jgrapht.nio.gexf.GEXFAttributeType
-
Packages that use GEXFAttributeType Package Description org.jgrapht.nio.gexf Graph Exchange XML Format (GEXF) importers/exporters. -
-
Uses of GEXFAttributeType in org.jgrapht.nio.gexf
Fields in org.jgrapht.nio.gexf declared as GEXFAttributeType Modifier and Type Field Description GEXFAttributeType
GEXFExporter.AttributeDetails. type
(package private) GEXFAttributeType
SimpleGEXFEventDrivenImporter.Attribute. type
Methods in org.jgrapht.nio.gexf that return GEXFAttributeType Modifier and Type Method Description static GEXFAttributeType
GEXFAttributeType. create(java.lang.String value)
Create a type from a string representationstatic GEXFAttributeType
GEXFAttributeType. valueOf(java.lang.String name)
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 GEXFAttributeType Modifier and Type Method Description void
GEXFExporter. registerAttribute(java.lang.String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type)
Register a GEXF Attributevoid
GEXFExporter. registerAttribute(java.lang.String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, java.lang.String defaultValue)
Register a GEXF Attributevoid
GEXFExporter. registerAttribute(java.lang.String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, java.lang.String defaultValue, java.lang.String options)
Register a GEXF Attributeprivate static AttributeType
SimpleGEXFEventDrivenImporter. toAttributeType(GEXFAttributeType type)
Constructors in org.jgrapht.nio.gexf with parameters of type GEXFAttributeType Constructor Description Attribute(java.lang.String id, java.lang.String title, GEXFAttributeType type)
AttributeDetails(java.lang.String key, GEXFAttributeType type, java.lang.String defaultValue, java.lang.String options)
-