Uses of Class
org.gephi.io.importer.api.ElementIdType
-
Packages that use ElementIdType Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of ElementIdType in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return ElementIdType Modifier and Type Method Description ElementIdTypeContainerUnloader. getElementIdType()static ElementIdTypeElementIdType. valueOf(String name)Returns the enum constant of this type with the specified name.static ElementIdType[]ElementIdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.io.importer.api with parameters of type ElementIdType Modifier and Type Method Description voidContainerLoader. setElementIdType(ElementIdType type)Sets the type of the id for elements.
-