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 |
EnumVdw |
vdwType |
Constructor and Description |
---|
RadiusData() |
RadiusData(float[] values) |
RadiusData(float value,
RadiusData.EnumType factorType,
EnumVdw vdwType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String info
public RadiusData.EnumType factorType
public EnumVdw vdwType
public float value
public float valueExtended
public float[] values
public RadiusData()
public RadiusData(float value, RadiusData.EnumType factorType, EnumVdw vdwType)
public RadiusData(float[] values)