Uses of Class
com.xebisco.yield.PlatformInit
Packages that use PlatformInit
-
Uses of PlatformInit in com.xebisco.yield
Methods in com.xebisco.yield that return PlatformInitModifier and TypeMethodDescriptionApplication.platformInit()Gets the platform initialization parameters.PlatformInit.setFullscreen(boolean fullscreen) Sets whether the window should be in fullscreen mode.PlatformInit.setInvertZIndex(boolean invertZIndex) Sets whether the Z-index should be inverted.PlatformInit.setStretchViewport(boolean stretchViewport) Sets whether the viewport should be stretched to fit the window.Sets the initial window title.PlatformInit.setUndecorated(boolean undecorated) Sets whether the window should be undecorated.PlatformInit.setVerticalSync(boolean verticalSync) Sets whether vertical synchronization should be enabled.PlatformInit.setViewportSize(Vector2D viewportSize) Sets the initial viewport size.PlatformInit.setWindowIconPath(String windowIconPath) Sets the path to the window icon.PlatformInit.setWindowSize(Vector2D windowSize) Sets the initial window size.Constructors in com.xebisco.yield with parameters of type PlatformInitModifierConstructorDescriptionApplication(ApplicationManager applicationManager, ApplicationPlatform applicationPlatform, PlatformInit platformInit) Constructs a new Application instance with a default blank scene.Application(ApplicationManager applicationManager, Class<? extends Scene> initialScene, ApplicationPlatform applicationPlatform, PlatformInit platformInit) Constructs a new Application instance. -
Uses of PlatformInit in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type PlatformInitModifier and TypeMethodDescriptionvoidGraphicsManager.init(PlatformInit platformInit) Initializes the platform graphics