Uses of Class
com.xebisco.yield.Scene
Packages that use Scene
-
Uses of Scene in com.xebisco.yield
Subclasses of Scene in com.xebisco.yieldModifier and TypeClassDescriptionclassThe BlankScene class is a custom scene for an application.Methods in com.xebisco.yield that return SceneModifier and TypeMethodDescriptionApplication.scene()Gets the current scene.SystemBehavior.scene()Returns the current scene reference.Scene.setBackGroundColor(Color backGroundColor) Sets the background color of the scene.Scene.setSystems(Set<SystemBehavior> systems) Sets theSystemBehaviorobjects in the scene.Methods in com.xebisco.yield with parameters of type SceneModifier and TypeMethodDescriptionSets the current scene and disposes of any previous scene and its entities and systems.This function sets the scene for thisSystemBehavior.Constructor parameters in com.xebisco.yield with type arguments of type SceneModifierConstructorDescriptionApplication(ApplicationManager applicationManager, Class<? extends Scene> initialScene, ApplicationPlatform applicationPlatform, PlatformInit platformInit) Constructs a new Application instance.