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