Interface of a single node of the 3d network. With this interface it's possible to move the node, set the text, the
colors, select or deselect, etc.
final case classSimpleNetworkNode(position: Point3D, UID: Int, labelScale: Double, nodeColor: Color = Color.Black) extends Group with NetworkNode with Product with Serializable
An implementation of NetworkNode, using a cube to represent the node.
An implementation of NetworkNode, using a cube to represent the node. An instance is a node of the 3d network.
Interface of a single node of the 3d network. With this interface it's possible to move the node, set the text, the colors, select or deselect, etc.