public static final class TimeValues.CompositionValue extends java.lang.Object implements ITimeValue
| Constructor and Description | 
|---|
CompositionValue(ITimeValue g,
                ITimeValue f)  | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
apply(float input)  | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
public CompositionValue(ITimeValue g, ITimeValue f)
public float apply(float input)
apply in interface ITimeValuepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object