Class GuiTrack

java.lang.Object
com.jme3.cinematic.events.AbstractCinematicEvent
com.jme3.cinematic.events.GuiTrack
All Implemented Interfaces:
com.jme3.cinematic.events.CinematicEvent, com.jme3.export.Savable

@Deprecated public class GuiTrack extends com.jme3.cinematic.events.AbstractCinematicEvent
Deprecated.
use GuiEvent instead
Author:
Nehon
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected de.lessvoid.nifty.Nifty
    Deprecated.
     
    protected String
    Deprecated.
     

    Fields inherited from class com.jme3.cinematic.events.AbstractCinematicEvent

    initialDuration, listeners, loopMode, playState, resuming, speed, time
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
    GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen)
    Deprecated.
     
    GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen, float initialDuration)
    Deprecated.
     
    GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen, float initialDuration, com.jme3.animation.LoopMode loopMode)
    Deprecated.
     
    GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen, com.jme3.animation.LoopMode loopMode)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    void
    Deprecated.
     
    void
    Deprecated.
     
    void
    onUpdate(float tpf)
    Deprecated.
     
    void
    read(com.jme3.export.JmeImporter im)
    Deprecated.
     
    void
    setNifty(de.lessvoid.nifty.Nifty nifty)
    Deprecated.
     
    void
    setScreen(String screen)
    Deprecated.
     
    void
    write(com.jme3.export.JmeExporter ex)
    Deprecated.
     

    Methods inherited from class com.jme3.cinematic.events.AbstractCinematicEvent

    addListener, dispose, forceStop, getDuration, getInitialDuration, getLoopMode, getPlayState, getSpeed, getTime, initEvent, internalUpdate, pause, play, removeListener, setInitialDuration, setLoopMode, setSpeed, setTime, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • screen

      protected String screen
      Deprecated.
    • nifty

      protected de.lessvoid.nifty.Nifty nifty
      Deprecated.
  • Constructor Details

    • GuiTrack

      public GuiTrack()
      Deprecated.
    • GuiTrack

      public GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen)
      Deprecated.
    • GuiTrack

      public GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen, float initialDuration)
      Deprecated.
    • GuiTrack

      public GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen, com.jme3.animation.LoopMode loopMode)
      Deprecated.
    • GuiTrack

      public GuiTrack(de.lessvoid.nifty.Nifty nifty, String screen, float initialDuration, com.jme3.animation.LoopMode loopMode)
      Deprecated.
  • Method Details

    • onPlay

      public void onPlay()
      Deprecated.
      Specified by:
      onPlay in class com.jme3.cinematic.events.AbstractCinematicEvent
    • onStop

      public void onStop()
      Deprecated.
      Specified by:
      onStop in class com.jme3.cinematic.events.AbstractCinematicEvent
    • onPause

      public void onPause()
      Deprecated.
      Specified by:
      onPause in class com.jme3.cinematic.events.AbstractCinematicEvent
    • setNifty

      public void setNifty(de.lessvoid.nifty.Nifty nifty)
      Deprecated.
    • setScreen

      public void setScreen(String screen)
      Deprecated.
    • onUpdate

      public void onUpdate(float tpf)
      Deprecated.
      Specified by:
      onUpdate in class com.jme3.cinematic.events.AbstractCinematicEvent
    • write

      public void write(com.jme3.export.JmeExporter ex) throws IOException
      Deprecated.
      Specified by:
      write in interface com.jme3.export.Savable
      Overrides:
      write in class com.jme3.cinematic.events.AbstractCinematicEvent
      Throws:
      IOException
    • read

      public void read(com.jme3.export.JmeImporter im) throws IOException
      Deprecated.
      Specified by:
      read in interface com.jme3.export.Savable
      Overrides:
      read in class com.jme3.cinematic.events.AbstractCinematicEvent
      Throws:
      IOException