org.jdesktop.swing.animation.timing.evaluators
Class EvaluatorColor
java.lang.Object
org.jdesktop.swing.animation.timing.evaluators.EvaluatorColor
- All Implemented Interfaces:
- org.jdesktop.core.animation.timing.Evaluator<Color>
@Immutable
public final class EvaluatorColor
- extends Object
- implements org.jdesktop.core.animation.timing.Evaluator<Color>
An evaluator for Color.
- Author:
- Chet Haase, Tim Halloran
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluatorColor
public EvaluatorColor()
evaluate
@RegionEffects(value="reads All")
public Color evaluate(Color v0,
Color v1,
double fraction)
- Specified by:
evaluate in interface org.jdesktop.core.animation.timing.Evaluator<Color>
getEvaluatorClass
@RegionEffects(value="none")
public Class<Color> getEvaluatorClass()
- Specified by:
getEvaluatorClass in interface org.jdesktop.core.animation.timing.Evaluator<Color>
Copyright © 2012. All Rights Reserved.