Uses of Interface
org.monte.media.player.StateModel
Packages that use StateModel
Package
Description
Defines a framework for playing video files, and provides base implementations.
-
Uses of StateModel in org.monte.media.player
Subinterfaces of StateModel in org.monte.media.playerModifier and TypeInterfaceDescriptioninterfaceAPlayerwhich supports a second layer of animation by cycling colors in the color palette of the current image in the video track.interfacePlayeris a media handler for rendering and controlling time based media data.Classes in org.monte.media.player that implement StateModelMethods in org.monte.media.player with parameters of type StateModelModifier and TypeMethodDescriptionvoidStateTracker.setStateModel(StateModel model) Sets the StateModel.Constructors in org.monte.media.player with parameters of type StateModelModifierConstructorDescriptionStateTracker(StateModel model) Creates a StateTracker for the indicated StateModel.