Uses of Class
org.gephi.graph.api.Configuration
-
Packages that use Configuration Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of Configuration in org.gephi.graph.api
Methods in org.gephi.graph.api that return Configuration Modifier and Type Method Description Configuration
Configuration. copy()
Copy this configuration.Configuration
GraphModel. getConfiguration()
Returns the current configuration.Methods in org.gephi.graph.api with parameters of type Configuration Modifier and Type Method Description static GraphModel
GraphModel.Factory. newInstance(Configuration config)
Returns a new instance with the given configuration.void
GraphModel. setConfiguration(Configuration configuration)
Sets a new configuration for this graph model.
-