public static class DataPool.AtomValues
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static float |
biggestCovalentRadius |
static float |
biggestVanDerWaalsRadius |
static java.util.Hashtable<java.lang.String,javax.vecmath.Vector2f> |
radii |
| Constructor and Description |
|---|
AtomValues() |
| Modifier and Type | Method and Description |
|---|---|
static float |
calculateAtomicMass(Molecule_3D mol) |
static java.lang.String[] |
getAllAtomTypesOfMembraneModelSorted() |
static java.lang.String[] |
getAllElementsOfMembraneModelSorted() |
static java.lang.String[] |
getAllParticleIDsOfMembraneModelSorted() |
static java.awt.Color |
getColor(java.lang.String key) |
static float |
getCovalentRadius(java.lang.String key) |
static float |
getMassValue(java.lang.String key) |
static float |
getVanDerWaalsRadius(java.lang.String key) |
static void |
load() |
public static java.util.Hashtable<java.lang.String,javax.vecmath.Vector2f> radii
public static float biggestCovalentRadius
public static float biggestVanDerWaalsRadius
public static void load()
throws java.lang.Exception
java.lang.Exceptionpublic static float getMassValue(java.lang.String key)
public static java.awt.Color getColor(java.lang.String key)
public static float calculateAtomicMass(Molecule_3D mol)
public static float getCovalentRadius(java.lang.String key)
public static float getVanDerWaalsRadius(java.lang.String key)
public static java.lang.String[] getAllAtomTypesOfMembraneModelSorted()
public static java.lang.String[] getAllParticleIDsOfMembraneModelSorted()
public static java.lang.String[] getAllElementsOfMembraneModelSorted()