|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectastex.Angle
public class Angle
A class for storing information about a bond angle.
| Method Summary | |
|---|---|
static Angle |
create()
A method that will create a new Bond. |
Atom |
getAtom(int index)
Get the specified atom. |
Atom |
getFirstAtom()
Return the first atom in a angle. |
double |
getIdealBondAngle()
Get the ideal angle angle. |
Atom |
getSecondAtom()
Return the second atom in a angle. |
Atom |
getThirdAtom()
Return the third atom in a angle. |
void |
setFirstAtom(Atom newFirstAtom)
Set the first atom in the angle. |
void |
setIdealBondAngle(double d)
Set the ideal angle angle. |
void |
setSecondAtom(Atom newSecondAtom)
Set the second atom in the angle. |
void |
setThirdAtom(Atom newThirdAtom)
Set the second atom in the angle. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Angle create()
public void setFirstAtom(Atom newFirstAtom)
public void setSecondAtom(Atom newSecondAtom)
public void setThirdAtom(Atom newThirdAtom)
public Atom getFirstAtom()
public Atom getSecondAtom()
public Atom getThirdAtom()
public Atom getAtom(int index)
public void setIdealBondAngle(double d)
public double getIdealBondAngle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||