Uses of Class
org.gephi.graph.api.Configuration
-
Packages that use Configuration Package Description org.gephi.graph.api Complete API description, whereGraphModelis 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 ConfigurationConfiguration. copy()Copy this configuration.ConfigurationGraphModel. getConfiguration()Returns the current configuration.Methods in org.gephi.graph.api with parameters of type Configuration Modifier and Type Method Description static GraphModelGraphModel.Factory. newInstance(Configuration config)Returns a new instance with the given configuration.voidGraphModel. setConfiguration(Configuration configuration)Sets a new configuration for this graph model.
-