Uses of Interface
io.github.somesourcecode.someguiapi.scene.Background
Packages that use Background
-
Uses of Background in io.github.somesourcecode.someguiapi.scene
Methods in io.github.somesourcecode.someguiapi.scene that return BackgroundModifier and TypeMethodDescriptionstatic BackgroundBackground.checkerboard(Pixel primary, Pixel secondary) Creates a checkerboard background with the given primary and secondary pixels.static BackgroundCreates a background that fills the background with the given pixel.Parent.getBackground()Returns the background of this parent.Scene.getBackground()Returns the background of the scene.Methods in io.github.somesourcecode.someguiapi.scene with parameters of type BackgroundModifier and TypeMethodDescriptionvoidParent.setBackground(Background background) Sets the background of this parent.voidScene.setBackground(Background background) Sets the background of the scene.