Package org.openscience.cdk.libio.cml
Class PDBAtomCustomizer
java.lang.Object
org.openscience.cdk.libio.cml.PDBAtomCustomizer
- All Implemented Interfaces:
ICMLCustomizer
- Author:
- egonw
- Source code:
- main
- Belongs to CDK module:
- pdbcml
- Belongs to the set:
- libio-cml-customizers
- Created on:
- 2005-05-04
- Requires:
- java1.5+
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(IAtomContainer molecule, Object nodeToAdd) Customized the nodeToAdd for the given Molecule.voidCustomized the nodeToAdd for the given Atom.voidCustomized the nodeToAdd for the given IBond.
-
Constructor Details
-
PDBAtomCustomizer
public PDBAtomCustomizer()
-
-
Method Details
-
customize
Description copied from interface:ICMLCustomizerCustomized the nodeToAdd for the given Atom.- Specified by:
customizein interfaceICMLCustomizer- Parameters:
atom- Atom to base the customization onnodeToAdd- XOM Element to customize- Throws:
Exception- thrown if nodeToAdd is not an instance of nu.xom.Element
-
customize
Description copied from interface:ICMLCustomizerCustomized the nodeToAdd for the given Molecule.- Specified by:
customizein interfaceICMLCustomizer- Parameters:
molecule- Molecule to base the customization onnodeToAdd- XOM Element to customize- Throws:
Exception- thrown if nodeToAdd is not an instance of nu.xom.Element
-
customize
Description copied from interface:ICMLCustomizerCustomized the nodeToAdd for the given IBond.- Specified by:
customizein interfaceICMLCustomizer- Parameters:
bond- Bond to base the customization onnodeToAdd- XOM Element to customize- Throws:
Exception- thrown if nodeToAdd is not an instance of nu.xom.Element
-