Class KennLine.Animation

java.lang.Object
eu.bandm.sighkn.KennLine.Animation
All Implemented Interfaces:
CompilableControlFlow, Realtime, Runnable
Enclosing class:
KennLine

class KennLine.Animation extends Object implements Realtime
  • Field Details

  • Constructor Details

  • Method Details

    • collectAnchors

      void collectAnchors()
    • run

      public void run()
      Description copied from interface: Realtime
      Processes an event.

      Any implementation of this method should complete promptly and normally. In particular it must not block indefinitely.

      Specified by:
      run in interface Realtime
      Specified by:
      run in interface Runnable
    • setValue

      public void setValue(float newValue)
    • cacheMinMax

      void cacheMinMax()
    • calculateResults

      void calculateResults(float newF)
    • calculateResults_key

      public void calculateResults_key(float newKey)
    • calculateResults_value

      public void calculateResults_value(float newValue)
    • apply

      void apply()