public class RadiusData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RadiusData.EnumType |
Modifier and Type | Field and Description |
---|---|
RadiusData.EnumType |
factorType |
java.lang.String |
info |
float |
value |
float |
valueExtended |
float[] |
values |
VDW |
vdwType |
Constructor and Description |
---|
RadiusData(float[] values,
float value,
RadiusData.EnumType factorType,
VDW vdwType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String info
public RadiusData.EnumType factorType
public VDW vdwType
public float value
public float valueExtended
public float[] values
public RadiusData(float[] values, float value, RadiusData.EnumType factorType, VDW vdwType)