Class InterpolationControllerBase<C extends InterpolationController<?,?>>

java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.interpolation.InterpolationControllerBase<C>
All Implemented Interfaces:
Scene, Updater, Runnable
Direct Known Subclasses:
CurveInterpolationControllerExample, DefaultColorInterpolationControllerExample, LinearVector3InterpolationControllerExample, QuaternionInterpolationControllerExample

public abstract class InterpolationControllerBase<C extends InterpolationController<?,?>> extends ExampleBase
  • Constructor Details

    • InterpolationControllerBase

      public InterpolationControllerBase()
  • Method Details

    • initExample

      protected void initExample()
      Specified by:
      initExample in class ExampleBase
    • createController

      protected abstract C createController()
      Implemented by sub classes to return a concrete controller.
      Returns:
      The controller to test, can not be null (otherwise a null pointer exception will be thrown).