Ball And Stick
class BallAndStick(mol: Molecule, selector: MoleculeSelector) : MoleculeRenderView
Content copied to clipboard
views a molecule using the ball and stick convention
Constructors
Link copied to clipboard
fun BallAndStick(mol: Molecule, selector: MoleculeSelector = MoleculeSelectors.all)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Call to update the render view after making changes to the molecule. If the original molecule was updated, but the molecule stack has overrides, then the changes will not be visible. If the top molecule on the stack was updated, then the changes will be visible.