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.NodePropertiesPropertiesAssociations. getNodeProperty(String title)static PropertiesAssociations.NodePropertiesPropertiesAssociations.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 voidPropertiesAssociations. addNodePropertyAssociation(PropertiesAssociations.NodeProperties property, String title)
-