VeaR/JEllipse

pl.krakow.cmuj.bioinformatics.jellipse.chemtoolkit
Class CovalentBond

java.lang.Object
  extended by pl.krakow.cmuj.bioinformatics.jellipse.chemtoolkit.Bond
      extended by pl.krakow.cmuj.bioinformatics.jellipse.chemtoolkit.CovalentBond

public class CovalentBond
extends Bond


Constructor Summary
CovalentBond(Atom atom1, Atom atom2)
          Creates a new instance of CovalentBond
 
Method Summary
 
Methods inherited from class pl.krakow.cmuj.bioinformatics.jellipse.chemtoolkit.Bond
getAtom1CoordX, getAtom1CoordY, getAtom1CoordZ, getAtom2CoordX, getAtom2CoordY, getAtom2CoordZ
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CovalentBond

public CovalentBond(Atom atom1,
                    Atom atom2)
Creates a new instance of CovalentBond


VeaR/JEllipse