VeaR/JEllipse

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

java.lang.Object
  extended by pl.krakow.cmuj.bioinformatics.jellipse.chemtoolkit.Bond
Direct Known Subclasses:
CovalentBond

public class Bond
extends java.lang.Object

Basic class containing two atoms and providing thier coordinates.


Field Summary
private  Atom atom1
           
private  Atom atom2
           
 
Constructor Summary
Bond(Atom atom1, Atom atom2)
          Creates a new instance of Bond
 
Method Summary
 float getAtom1CoordX()
           
 float getAtom1CoordY()
           
 float getAtom1CoordZ()
           
 float getAtom2CoordX()
           
 float getAtom2CoordY()
           
 float getAtom2CoordZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atom1

private Atom atom1

atom2

private Atom atom2
Constructor Detail

Bond

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

Method Detail

getAtom1CoordX

public float getAtom1CoordX()

getAtom1CoordY

public float getAtom1CoordY()

getAtom1CoordZ

public float getAtom1CoordZ()

getAtom2CoordX

public float getAtom2CoordX()

getAtom2CoordY

public float getAtom2CoordY()

getAtom2CoordZ

public float getAtom2CoordZ()

VeaR/JEllipse