|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.ResidueCoordinates
public class ResidueCoordinates
This class represents the residue coordinates.
Constructor Summary | |
---|---|
ResidueCoordinates()
|
Method Summary | |
---|---|
double[] |
getCoords()
Returns the array of the coordinates. |
char |
getLetter()
Returns the letter of the residue. |
int |
getPosition()
Returns the position of the residue. |
void |
setCoords(double[] coords)
Sets the array of the coordinates. |
void |
setLetter(char letter)
Sets the letter of the residue. |
void |
setPosition(int position)
Sets the position of the residue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResidueCoordinates()
Method Detail |
---|
public double[] getCoords()
getCoords
in interface Coordinates
public void setCoords(double[] coords)
setCoords
in interface Coordinates
coords
- public int getPosition()
public void setPosition(int position)
position
- public char getLetter()
public void setLetter(char letter)
letter
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |