Class AWTPropertyInterpolators
- java.lang.Object
-
- org.pushingpixels.radiance.animation.internal.swing.AWTPropertyInterpolators
-
- All Implemented Interfaces:
PropertyInterpolatorSource
public class AWTPropertyInterpolators extends java.lang.Object implements PropertyInterpolatorSource
Built-in interpolators for Swing / AWT / Java2D classes.
-
-
Constructor Summary
Constructors Constructor Description AWTPropertyInterpolators()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PropertyInterpolator<?>>getPropertyInterpolators()
-
-
-
Method Detail
-
getPropertyInterpolators
public java.util.Set<PropertyInterpolator<?>> getPropertyInterpolators()
- Specified by:
getPropertyInterpolatorsin interfacePropertyInterpolatorSource
-
-