GraphStreamDeployment

constructor(    environment: Environment<*, P>,     randomGenerator: RandomGenerator,     nodeCount: Int,     offsetX: Double = 0.0,     offsetY: Double = 0.0,     zoom: Double = 1.0,     layoutQuality: Double = 1.0,     createLinks: Boolean = true,     generatorName: String,     vararg parameters: Any)(source)

Builds a new GraphStream-based deployment, given the nodeCount, whether or not the arcs of such graph shoud be links (createLinks), the generatorName (must be the name of a subclass of org.graphstream.algorithm.generator.BaseGenerator), and its parameters.


constructor(createLinks: Boolean, graphStreamSupport: GraphStreamSupport<*, P>)(source)