public class RadiusData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
info |
int |
type |
static int |
TYPE_ABSOLUTE |
static int |
TYPE_FACTOR |
static int |
TYPE_OFFSET |
static int |
TYPE_SCREEN |
float |
value |
float |
valueExtended |
float[] |
values |
int |
vdwType |
Constructor and Description |
---|
RadiusData() |
RadiusData(float value,
int type,
int vdwType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String info
public static final int TYPE_ABSOLUTE
public static final int TYPE_OFFSET
public static final int TYPE_FACTOR
public static final int TYPE_SCREEN
public int type
public int vdwType
public float value
public float valueExtended
public float[] values