public class ColorFactory extends java.lang.Object implements AnimatableValue.Factory<java.lang.Integer>
| Modifier and Type | Field and Description |
|---|---|
static ColorFactory |
INSTANCE |
| Constructor and Description |
|---|
ColorFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
valueFromObject(java.lang.Object object,
float scale) |
public static final ColorFactory INSTANCE
public java.lang.Integer valueFromObject(java.lang.Object object,
float scale)
valueFromObject in interface AnimatableValue.Factory<java.lang.Integer>