Package

it.unibo.scafi.renderer3d

node

Permalink

package node

Visibility
  1. Public
  2. All

Type Members

  1. trait NetworkNode extends Node

    Permalink

    Interface of a single 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.

  2. final case class SimpleNetworkNode(position: Point3D, UID: Int, labelScale: Double, nodeColor: Color = Color.Black) extends Group with NetworkNode with Product with Serializable

    Permalink

    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.

Value Members

  1. object SimpleNetworkNode extends Serializable

    Permalink

Ungrouped