|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||
Uses of Interface
java.net.Interpolator
| Uses of Interpolator in java.net |
| Classes in java.net that implement Interpolator | |
class |
LinearInterpolator
This class is an implementation of the Interpolator interface and it uses a statistical approach called fixed point interpolation that I created during my master degree thesis. |
| Fields in java.net declared as Interpolator | |
protected Interpolator |
Listener.interpolator
The interpolator to update. |
protected Interpolator |
DConnector.interpolator
Reference to the real statistical modeler that must follow the Interpolator interface. |
protected Interpolator |
Connector.interpolator
Reference to the real statistical modeler that must follow the Interpolator interface. |
| Constructors in java.net with parameters of type Interpolator | |
Listener(Interpolator interpolator,
int level,
long compress_time,
int uncompr_len,
int compr_len)
The constructor represents the first half of the measurement and it's responsible only for storing measured parameters. |
|
|
|||||||||
| Home >> All >> java >> [ net overview ] | PREV NEXT | ||||||||