Uses of Class
org.graphstream.stream.file.gexf.GEXFElement.AttrType
| Package | Description |
|---|---|
| org.graphstream.stream.file.gexf |
-
Uses of GEXFElement.AttrType in org.graphstream.stream.file.gexf
Methods in org.graphstream.stream.file.gexf that return GEXFElement.AttrType Modifier and Type Method Description static GEXFElement.AttrTypeGEXFElement.AttrType. valueOf(String name)Returns the enum constant of this type with the specified name.static GEXFElement.AttrType[]GEXFElement.AttrType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.graphstream.stream.file.gexf with parameters of type GEXFElement.AttrType Constructor Description GEXFAttribute(GEXF root, String key, GEXFElement.AttrType type)