Interface of the main entry point of this module.
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).
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.