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 GEXFAttributeTypeGEXFExporter.AttributeDetails. type(package private) GEXFAttributeTypeSimpleGEXFEventDrivenImporter.Attribute. typeMethods 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 Attributeprivate static AttributeTypeSimpleGEXFEventDrivenImporter. 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)
-