Uses of Class
org.gephi.io.importer.api.PropertiesAssociations.NodeProperties
-
Packages that use PropertiesAssociations.NodeProperties Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of PropertiesAssociations.NodeProperties in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return PropertiesAssociations.NodeProperties Modifier and Type Method Description PropertiesAssociations.NodeProperties
PropertiesAssociations. getNodeProperty(String title)
static PropertiesAssociations.NodeProperties
PropertiesAssociations.NodeProperties. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertiesAssociations.NodeProperties[]
PropertiesAssociations.NodeProperties. 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 PropertiesAssociations.NodeProperties Modifier and Type Method Description void
PropertiesAssociations. addNodePropertyAssociation(PropertiesAssociations.NodeProperties property, String title)
-