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.Builder. build()Builds the configuration.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 StringConfiguration. diffAsString(Configuration other)Returns a string representation of the differences between this configuration and another one.static org.gephi.graph.impl.GraphModelImplGraphModel.Factory. newInstance(Configuration config)Returns a new instance with the given configuration.voidGraphModel. setConfiguration(Configuration configuration)Deprecated.setting configuration after graph model creation is no longer supported.
-