cct.interfaces
Interface MoleculeRendererInterface
- All Known Implementing Classes:
- J3DTabbedWorld, Java3dUniverse
public interface MoleculeRendererInterface
Title: Jamberoo - Computational Chemistry Toolkit
Description: Collection of Computational Chemistry related code
Copyright: Copyright (c) 2005-2009 Dr. Vladislav Vasilyev
Company: The Australian National University
LOAD_CANCELED
static final int LOAD_CANCELED
- See Also:
- Constant Field Values
OVERWRITE_MOLECULE
static final int OVERWRITE_MOLECULE
- See Also:
- Constant Field Values
MERGE_MOLECULE
static final int MERGE_MOLECULE
- See Also:
- Constant Field Values
NEW_MOLECULE
static final int NEW_MOLECULE
- See Also:
- Constant Field Values
addMolecule
void addMolecule(MoleculeInterface molecule)
addMolecule
void addMolecule(MoleculeInterface molecule,
int how_to_load_molecule)