Interface GraphBackend
- All Superinterfaces:
Backend
- All Known Implementing Classes:
GraphStreamBackend, JavaFXGraphBackend, JGraphTBackend
Interface for graph rendering backends.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this backend supports 2D network rendering.booleanChecks if this backend supports 3D network rendering.Methods inherited from interface Backend
createBackend, getAlgorithmProviders, getDescription, getId, getName, getPriority, getStatusMessage, getType, isAvailable, isExplicitlyDisabled, shutdown
-
Method Details
-
isSupports2D
boolean isSupports2D()Checks if this backend supports 2D network rendering. -
isSupports3D
boolean isSupports3D()Checks if this backend supports 3D network rendering.
-