Package

it.unibo.scafi.renderer3d

manager

Permalink

package manager

Visibility
  1. Public
  2. All

Type Members

  1. trait NetworkRenderer3D extends JFXPanel

    Permalink

    Interface of the main entry point of this module.

    Interface of the main entry point of this module. This renders all the nodes, the connections, etc. Users of this module should use only this interface to interact with renderer-3d, as it offers all the main APIs needed for adding, removing and moving nodes and connections, handling the selected nodes, etc.

  2. final class NetworkRendering3DPanel extends JFXPanel with NetworkRenderer3D with ConnectionManager with NodeManager with SelectionManager with SceneManager

    Permalink

    Main entry point of this module.

    Main entry point of this module. This class extends JFXPanel (because NetworkRenderer does) so that it can be used as a normal JPanel inside Swing. This panel is the main one, it renders all the nodes, the connections, etc. This class offers all the main APIs needed for adding, removing and moving nodes and connections, handling the selected nodes, etc. Developers can also enable a FPS counter to check performance (off by default).

Value Members

  1. object NetworkRendering3DPanel extends Serializable

    Permalink

Ungrouped