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
GuiElement
that also handles passing various key and mouse events to the currently active root element set viaGuiDocument.setRootElement(GuiElement)
.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 aGuiElement
measurement.