GraphStreamSupport
class GraphStreamSupport<T, P : Position<out P>>(val linkingRule: LinkingRule<T, P>, val deployment: Deployment<P>)
Content copied to clipboard
Support class for GraphStream, composed of a linkingRule and a deployment.
Constructors
Link copied to clipboard
fun <T, P : Position<out P>> GraphStreamSupport(linkingRule: LinkingRule<T, P>, deployment: Deployment<P>)
Content copied to clipboard