|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterpolatorFactory in org.robokind.api.animation |
---|
Methods in org.robokind.api.animation that return InterpolatorFactory | |
---|---|
InterpolatorFactory |
PathInterpolator.getInterpolatorFactory()
Returns the factory for the underlying Interpolator. |
Methods in org.robokind.api.animation with parameters of type InterpolatorFactory | |
---|---|
void |
PathInterpolator.setInterpolatorFactory(InterpolatorFactory factory)
Changes underlying interpolator to the given type. |
Constructors in org.robokind.api.animation with parameters of type InterpolatorFactory | |
---|---|
MotionPath(InterpolatorFactory factory)
Creates a MotionPath with an Interpolator from the given InterpolatorFactory. |
|
PathInterpolator(InterpolatorFactory factory)
Creates an empty AnimationInterpolater with an Interpolator from the given InterpolatorFactory. |
Uses of InterpolatorFactory in org.robokind.api.animation.editor |
---|
Methods in org.robokind.api.animation.editor that return InterpolatorFactory | |
---|---|
InterpolatorFactory |
MotionPathEditor.getInterpolatorFactory()
|
Methods in org.robokind.api.animation.editor with parameters of type InterpolatorFactory | |
---|---|
void |
MotionPathEditor.setInterpolatorFactory(Object invoker,
InterpolatorFactory factory,
HistoryStack hist)
|
Uses of InterpolatorFactory in org.robokind.api.animation.editor.actions |
---|
Constructors in org.robokind.api.animation.editor.actions with parameters of type InterpolatorFactory | |
---|---|
MotionPathActions.SetInterpolatorFactory(MotionPathEditor controller,
InterpolatorFactory factory)
|
Uses of InterpolatorFactory in org.robokind.api.animation.editor.history |
---|
Methods in org.robokind.api.animation.editor.history with parameters of type InterpolatorFactory | |
---|---|
static HistoryAction |
HistoryHelper.changeInterpolationFactory(MotionPathEditor controller,
InterpolatorFactory curFactory,
InterpolatorFactory prevFactory)
|
Uses of InterpolatorFactory in org.robokind.api.animation.factory |
---|
Constructors in org.robokind.api.animation.factory with parameters of type InterpolatorFactory | |
---|---|
MotionPathFactory(InterpolatorFactory factory)
Creates a MotionPathFactory for creating MotionPaths with the given Interpolator type. |
Uses of InterpolatorFactory in org.robokind.api.interpolation |
---|
Methods in org.robokind.api.interpolation that return InterpolatorFactory | |
---|---|
InterpolatorFactory |
InterpolatorDirectory.getDefaultFactory()
Returns the InterpolatorFactory for creating default Interpolators. |
InterpolatorFactory |
InterpolatorDirectory.getFactory(org.robokind.api.common.config.VersionProperty version)
Returns an InterpolatorFactory for the given VersionProperty. |
Methods in org.robokind.api.interpolation that return types with arguments of type InterpolatorFactory | |
---|---|
List<InterpolatorFactory> |
InterpolatorDirectory.buildFactoryList()
Returns a List of all available InterpolatorFactories. |
Methods in org.robokind.api.interpolation with parameters of type InterpolatorFactory | |
---|---|
protected static void |
InterpolatorFactory.register(InterpolatorFactory factory)
Static utility method for registering new InterpolatorFactories with the InterpolatorDirector, making it accessible to the rest of the platform. |
static org.osgi.framework.ServiceRegistration |
InterpolatorDirectory.registerFactory(org.osgi.framework.BundleContext context,
InterpolatorFactory fact)
Registers an InterpolatorFactory to the directory using OSGi. |
void |
InterpolatorDirectory.setDefault(InterpolatorFactory factory)
Sets the default InterpolatorFactory. |
Uses of InterpolatorFactory in org.robokind.api.interpolation.bezier |
---|
Subclasses of InterpolatorFactory in org.robokind.api.interpolation.bezier | |
---|---|
class |
BezierInterpolatorFactory
|
Uses of InterpolatorFactory in org.robokind.api.interpolation.cspline |
---|
Subclasses of InterpolatorFactory in org.robokind.api.interpolation.cspline | |
---|---|
class |
CSplineInterpolatorFactory
Factory for creating CSplineInterpolators. |
Uses of InterpolatorFactory in org.robokind.api.interpolation.linear |
---|
Subclasses of InterpolatorFactory in org.robokind.api.interpolation.linear | |
---|---|
class |
LinearInterpolatorFactory
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |