|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.fx.client.easing.Linear
public class Linear
A one to one EasingFunction.
| Constructor Summary | |
|---|---|
Linear()
|
|
| Method Summary | |
|---|---|
double |
func(double n)
Returns the calculated easing of the passed in n value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Linear()
| Method Detail |
|---|
public double func(double n)
EasingFunction
func in interface EasingFunctionn - the value to be eased
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||