org.jdesktop.swing.animation.timing.evaluators
Class EvaluatorArc2D

java.lang.Object
  extended by org.jdesktop.swing.animation.timing.evaluators.EvaluatorArc2D
All Implemented Interfaces:
org.jdesktop.core.animation.timing.Evaluator<Arc2D>

@Immutable
public final class EvaluatorArc2D
extends Object
implements org.jdesktop.core.animation.timing.Evaluator<Arc2D>

An evaluator for Arc2D.

Author:
Chet Haase, Tim Halloran

Constructor Summary
EvaluatorArc2D()
           
 
Method Summary
 Arc2D evaluate(Arc2D v0, Arc2D v1, double fraction)
           
 Class<Arc2D> getEvaluatorClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluatorArc2D

public EvaluatorArc2D()
Method Detail

evaluate

@RegionEffects(value="reads All")
public Arc2D evaluate(Arc2D v0,
                                    Arc2D v1,
                                    double fraction)
Specified by:
evaluate in interface org.jdesktop.core.animation.timing.Evaluator<Arc2D>

getEvaluatorClass

@RegionEffects(value="none")
public Class<Arc2D> getEvaluatorClass()
Specified by:
getEvaluatorClass in interface org.jdesktop.core.animation.timing.Evaluator<Arc2D>


Copyright © 2012. All Rights Reserved.