Interface GraphBackend

All Superinterfaces:
Backend
All Known Implementing Classes:
GraphStreamBackend, JavaFXGraphBackend, JGraphTBackend

public interface GraphBackend extends Backend
Interface for graph rendering backends.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • isSupports2D

      boolean isSupports2D()
      Checks if this backend supports 2D network rendering.
    • isSupports3D

      boolean isSupports3D()
      Checks if this backend supports 3D network rendering.