Uses of Class
org.jgrapht.nio.gexf.GEXFAttributeType
| Package | Description |
|---|---|
| org.jgrapht.nio.gexf |
Graph Exchange XML Format (GEXF) importers/exporters.
|
-
Uses of GEXFAttributeType in org.jgrapht.nio.gexf
Methods in org.jgrapht.nio.gexf that return GEXFAttributeType Modifier and Type Method Description static GEXFAttributeTypeGEXFAttributeType. create(java.lang.String value)Create a type from a string representationstatic GEXFAttributeTypeGEXFAttributeType. 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 voidGEXFExporter. registerAttribute(java.lang.String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type)Register a GEXF AttributevoidGEXFExporter. registerAttribute(java.lang.String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, java.lang.String defaultValue)Register a GEXF AttributevoidGEXFExporter. registerAttribute(java.lang.String name, GEXFExporter.AttributeCategory category, GEXFAttributeType type, java.lang.String defaultValue, java.lang.String options)Register a GEXF Attribute