Package | Description |
---|---|
com.redhat.thermostat.animation |
Modifier and Type | Class and Description |
---|---|
class |
DiscreteInterpolator |
class |
LinearInterpolator |
class |
ReverseLinearInterpolator |
Modifier and Type | Method and Description |
---|---|
void |
Animation.setInterpolator(Interpolator interpolator) |
Constructor and Description |
---|
Animation(double duration,
Interpolator interpolator) |
Animation(double duration,
long fps,
Interpolator interpolator) |
Animation(long fps,
Interpolator interpolator) |
Copyright © 2017. All rights reserved.