Interface MolecularBackend

All Superinterfaces:
Backend
All Known Implementing Classes:
JavaFXMolecularBackend, JmolMolecularBackend, PyMOLMolecularBackend, VMDMolecularBackend

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

    • isSupport3D

      boolean isSupport3D()
      Checks if this backend supports 3D rendering.
    • isSupportInteractive

      boolean isSupportInteractive()
      Checks if this backend supports interactive manipulation.