public class LinearInt extends Object
| Constructor and Description |
|---|
LinearInt(int fromValue,
int toValue,
proguard.gui.splash.Timing timing)
Creates a new LinearInt.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInt(long time)
Returns the integer for the given time.
|
public LinearInt(int fromValue,
int toValue,
proguard.gui.splash.Timing timing)
fromValue - the value that corresponds to a timing of 0.toValue - the value that corresponds to a timing of 1.timing - the applied timing.Copyright © 2018. All rights reserved.