public class Optimizer
extends java.lang.Object
| Constructor and Description |
|---|
Optimizer(javafx.animation.Timeline timeline,
javafx.scene.Node root)
Instantiates a new optimizer.
|
Optimizer(javafx.animation.Timeline timeline,
javafx.scene.Node root,
boolean convertToDiscrete)
Instantiates a new optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
optimize()
Optimize.
|
public Optimizer(javafx.animation.Timeline timeline,
javafx.scene.Node root)
timeline - the timelineroot - the rootpublic Optimizer(javafx.animation.Timeline timeline,
javafx.scene.Node root,
boolean convertToDiscrete)
timeline - the timelineroot - the rootconvertToDiscrete - the convert to discrete