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) GEXFAttributeTypeSimpleGEXFEventDrivenImporter.Attribute.typeMethods in org.jgrapht.nio.gexf that return GEXFAttributeTypeModifier and TypeMethodDescriptionstatic GEXFAttributeTypeCreate a type from a string representationstatic GEXFAttributeTypeReturns 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 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 Attributeprivate static AttributeTypeSimpleGEXFEventDrivenImporter.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)