Package tripleplay.ui

Class Box.Trans

java.lang.Object
react.Slot<Clock>
tripleplay.ui.Box.Trans
All Implemented Interfaces:
react.Reactor.RListener, react.SignalView.Listener<Clock>, react.ValueView.Listener<Clock>
Direct Known Subclasses:
Box.Fade, Box.Flip
Enclosing class:
Box

public abstract static class Box.Trans extends react.Slot<Clock>
  • Field Details

    • active

      public react.Value<Boolean> active
      Indicates whether this transition is in process.
  • Method Details

    • interp

      public Box.Trans interp(Interpolator interp)
      Configures the interpolator to use for the transition.
    • onEmit

      public void onEmit(Clock clock)