org.pushingpixels.trident.swing
Class AWTPropertyInterpolators

java.lang.Object
  extended by org.pushingpixels.trident.swing.AWTPropertyInterpolators
All Implemented Interfaces:
PropertyInterpolatorSource

public class AWTPropertyInterpolators
extends Object
implements PropertyInterpolatorSource

Built-in interpolators for Swing / AWT / Java2D classes.


Constructor Summary
AWTPropertyInterpolators()
           
 
Method Summary
 Set<PropertyInterpolator> getPropertyInterpolators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTPropertyInterpolators

public AWTPropertyInterpolators()
Method Detail

getPropertyInterpolators

public Set<PropertyInterpolator> getPropertyInterpolators()
Specified by:
getPropertyInterpolators in interface PropertyInterpolatorSource