| Modifier and Type | Method and Description |
|---|---|
InterpolatorFactory |
PathInterpolator.getInterpolatorFactory()
Returns the factory for the underlying Interpolator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathInterpolator.setInterpolatorFactory(InterpolatorFactory factory)
Changes underlying interpolator to the given type.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
InterpolatorFactory |
MotionPathEditor.getInterpolatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
MotionPathEditor.setInterpolatorFactory(Object invoker,
InterpolatorFactory factory,
HistoryStack hist) |
| Constructor and Description |
|---|
MotionPathActions.SetInterpolatorFactory(MotionPathEditor controller,
InterpolatorFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryAction |
HistoryHelper.changeInterpolationFactory(MotionPathEditor controller,
InterpolatorFactory curFactory,
InterpolatorFactory prevFactory) |
| Constructor and Description |
|---|
MotionPathFactory(InterpolatorFactory factory)
Creates a MotionPathFactory for creating MotionPaths with the given Interpolator type.
|
| Modifier and Type | Method and Description |
|---|---|
InterpolatorFactory |
InterpolatorDirectory.getDefaultFactory()
Returns the InterpolatorFactory for creating default Interpolators.
|
InterpolatorFactory |
InterpolatorDirectory.getFactory(org.jflux.api.common.rk.config.VersionProperty version)
Returns an InterpolatorFactory for the given VersionProperty.
|
| Modifier and Type | Method and Description |
|---|---|
List<InterpolatorFactory> |
InterpolatorDirectory.buildFactoryList()
Returns a List of all available InterpolatorFactories.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BezierInterpolatorFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
CSplineInterpolatorFactory
Factory for creating CSplineInterpolators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearInterpolatorFactory |
Copyright © 2011-2016. All Rights Reserved.