public class FieldComponent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
accumulate |
protected int |
bits |
protected int |
fieldNum |
protected double |
offset |
protected double |
scale |
Modifier | Constructor and Description |
---|---|
protected |
FieldComponent(int fieldNum,
boolean accumulate,
int bits,
double scale,
double offset) |