Module technology.sola.engine
Package technology.sola.engine.graphics.gui
package technology.sola.engine.graphics.gui
This package provides functionality for rendering GUI for games.
-
ClassDescriptionGuiDocument is a container for
GuiElementthat also handles passing various key and mouse events to the currently active root element set viaGuiDocument.setRootElement(GuiElement).TheEcsSystemresponsible for updating the attachedGuiDocument.GuiElement is the base class for all elements that can be rendered in aGuiDocument.GuiElementBounds holds the information for the bounding box for part ofGuiElement.GuiElementDimensions holds the width and height of aGuiElementmeasurement.