MDocument.addObject(MObject o)
.
In case of graphic object connected to chemical structures,
the object is always stored at the related chemical object:
in case of reaction arrow (represented by MRArrow)
the container class is the reaction (represented by the RxnMolecule).
However, all graphic object are available for processing with MDocument methods:
MDocument.getConnectedObjectCount()
andMDocument.getConnectedObject(int i)
Atom and bond-set handling |
Code examples |