public class Page
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
com.badlogic.gdx.utils.Array<com.badlogic.gdx.scenes.scene2d.Actor> |
elements
the elements in the page
|
Constructor and Description |
---|
Page(com.badlogic.gdx.utils.Array<com.badlogic.gdx.scenes.scene2d.Actor> elements)
Initializes the page with some elements
|