Uses of Class
com.xebisco.yield.Application
Packages that use Application
-
Uses of Application in com.xebisco.yield
Methods in com.xebisco.yield that return ApplicationModifier and TypeMethodDescriptionChangeSceneTransition.application()ComponentBehavior.application()Returns the application this behavior belongs to.Entity2DContainer.application()Returns the application that thisEntity2DContainerbelongs to.Application.setAxisMap(Map<String, Axis> axisMap) Sets the map of axis configurations.Application.setDefaultFont(Font defaultFont) Sets the default font.Application.setDefaultTexture(Texture defaultTexture) Sets the default texture.Sets the current scene and disposes of any previous scene and its entities and systems.Methods in com.xebisco.yield with parameters of type ApplicationConstructors in com.xebisco.yield with parameters of type ApplicationModifierConstructorDescriptionBlankScene(Application application) Constructs a new BlankScene object with the given application.Entity2DContainer(Application application) Constructs a new instance ofEntity2DContainerwith the given application.Scene(Application application) Constructs a newScenewith the given application. -
Uses of Application in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationManager.applications()Returns the list of applications managed by this manager.Method parameters in com.xebisco.yield.manager with type arguments of type ApplicationModifier and TypeMethodDescriptionApplicationManager.setApplications(List<Application> applications) Sets the list of applications managed by this manager.