Package com.jme3.cinematic.events
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.
use GuiEvent instead
- Author:
- Nehon
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected de.lessvoid.nifty.NiftyDeprecated.protected StringDeprecated.Fields inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
initialDuration, listeners, loopMode, playState, resuming, speed, time -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPause()Deprecated.voidonPlay()Deprecated.voidonStop()Deprecated.voidonUpdate(float tpf) Deprecated.voidread(com.jme3.export.JmeImporter im) Deprecated.voidsetNifty(de.lessvoid.nifty.Nifty nifty) Deprecated.voidDeprecated.voidwrite(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
-
Field Details
-
screen
Deprecated. -
nifty
protected de.lessvoid.nifty.Nifty niftyDeprecated.
-
-
Constructor Details
-
GuiTrack
public GuiTrack()Deprecated. -
GuiTrack
Deprecated. -
GuiTrack
Deprecated. -
GuiTrack
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:
onPlayin classcom.jme3.cinematic.events.AbstractCinematicEvent
-
onStop
public void onStop()Deprecated.- Specified by:
onStopin classcom.jme3.cinematic.events.AbstractCinematicEvent
-
onPause
public void onPause()Deprecated.- Specified by:
onPausein classcom.jme3.cinematic.events.AbstractCinematicEvent
-
setNifty
public void setNifty(de.lessvoid.nifty.Nifty nifty) Deprecated. -
setScreen
Deprecated. -
onUpdate
public void onUpdate(float tpf) Deprecated.- Specified by:
onUpdatein classcom.jme3.cinematic.events.AbstractCinematicEvent
-
write
Deprecated.- Specified by:
writein interfacecom.jme3.export.Savable- Overrides:
writein classcom.jme3.cinematic.events.AbstractCinematicEvent- Throws:
IOException
-
read
Deprecated.- Specified by:
readin interfacecom.jme3.export.Savable- Overrides:
readin classcom.jme3.cinematic.events.AbstractCinematicEvent- Throws:
IOException
-