public static class DefaultAnimationModel.DefaultSampler extends java.lang.Object implements AnimationModel.Sampler
AnimationModel.Sampler| Constructor and Description |
|---|
DefaultSampler(AccessorModel input,
AnimationModel.Interpolation interpolation,
AccessorModel output)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
AccessorModel |
getInput()
Returns the
AccessorModel that contains the input (time
key frame) data |
AnimationModel.Interpolation |
getInterpolation()
Returns the
AnimationModel.Interpolation method |
AccessorModel |
getOutput()
Returns the
AccessorModel that contains the output (value
key frame) data |
public DefaultSampler(AccessorModel input, AnimationModel.Interpolation interpolation, AccessorModel output)
input - The inputinterpolation - The interpolationoutput - The outputpublic AccessorModel getInput()
AnimationModel.SamplerAccessorModel that contains the input (time
key frame) datagetInput in interface AnimationModel.Samplerpublic AnimationModel.Interpolation getInterpolation()
AnimationModel.SamplerAnimationModel.Interpolation methodgetInterpolation in interface AnimationModel.SamplerAnimationModel.Interpolationpublic AccessorModel getOutput()
AnimationModel.SamplerAccessorModel that contains the output (value
key frame) datagetOutput in interface AnimationModel.SamplerCopyright © 2022. All Rights Reserved.