public class PDBCrystallographicInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PDBCrystallographicInfo() |
| Modifier and Type | Method and Description |
|---|---|
float |
getA() |
float |
getAlpha() |
float |
getB() |
float |
getBeta() |
float |
getC() |
float |
getGamma() |
java.lang.String |
getSpaceGroup() |
int |
getZ() |
boolean |
isCrystallographic()
Returns true if structure was solved by a crystallographic method, i.e.,
the values returned by this class are meaningful.
|
void |
setA(float a) |
void |
setAlpha(float alpha) |
void |
setB(float b) |
void |
setBeta(float beta) |
void |
setC(float c) |
void |
setGamma(float gamma) |
void |
setSpaceGroup(java.lang.String spaceGroup) |
void |
setZ(int z) |
public float getA()
public void setA(float a)
a - the unit cell parameter a to setpublic float getB()
public void setB(float b)
b - the unit cell parameter b to setpublic float getC()
public void setC(float c)
c - the unit cell parameter c to setpublic float getAlpha()
public void setAlpha(float alpha)
alpha - the unit cell parameter alpha to setpublic float getBeta()
public void setBeta(float beta)
beta - the unit cell parameter beta to setpublic float getGamma()
public void setGamma(float gamma)
gamma - the unit cell parameter gamma to setpublic java.lang.String getSpaceGroup()
public void setSpaceGroup(java.lang.String spaceGroup)
spaceGroup - the spaceGroup to setpublic int getZ()
public void setZ(int z)
z - the z to setpublic boolean isCrystallographic()