Package org.jmol.atomdata
Class RadiusData
- java.lang.Object
-
- org.jmol.atomdata.RadiusData
-
public class RadiusData extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RadiusData.EnumType
-
Field Summary
Fields Modifier and Type Field Description RadiusData.EnumType
factorType
String
info
float
value
float
valueExtended
float[]
values
VDW
vdwType
-
Constructor Summary
Constructors Constructor Description RadiusData(float[] values, float value, RadiusData.EnumType factorType, VDW vdwType)
-
-
-
Field Detail
-
info
public String info
-
factorType
public RadiusData.EnumType factorType
-
vdwType
public VDW vdwType
-
value
public float value
-
valueExtended
public float valueExtended
-
values
public float[] values
-
-
Constructor Detail
-
RadiusData
public RadiusData(float[] values, float value, RadiusData.EnumType factorType, VDW vdwType)
-
-