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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
AWTPropertyInterpolators.ColorInterpolator
(package private) static class
AWTPropertyInterpolators.DimensionInterpolator
(package private) static class
AWTPropertyInterpolators.PointInterpolator
(package private) static class
AWTPropertyInterpolators.RectangleInterpolator
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<PropertyInterpolator<?>>
interpolators
-
Constructor Summary
Constructors Constructor Description AWTPropertyInterpolators()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PropertyInterpolator<?>>
getPropertyInterpolators()
-
-
-
Field Detail
-
interpolators
private java.util.Set<PropertyInterpolator<?>> interpolators
-
-
Method Detail
-
getPropertyInterpolators
public java.util.Set<PropertyInterpolator<?>> getPropertyInterpolators()
- Specified by:
getPropertyInterpolators
in interfacePropertyInterpolatorSource
-
-