Interface MolecularBackend
- All Superinterfaces:
Backend
- All Known Implementing Classes:
JavaFXMolecularBackend, JmolMolecularBackend, PyMOLMolecularBackend, VMDMolecularBackend
Interface for molecular rendering backends.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this backend supports 3D rendering.booleanChecks if this backend supports interactive manipulation.Methods inherited from interface Backend
createBackend, getAlgorithmProviders, getDescription, getId, getName, getPriority, getStatusMessage, getType, isAvailable, isExplicitlyDisabled, shutdown
-
Method Details
-
isSupport3D
boolean isSupport3D()Checks if this backend supports 3D rendering. -
isSupportInteractive
boolean isSupportInteractive()Checks if this backend supports interactive manipulation.
-