libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Pane.PaneStyle

Packages that use Pane.PaneStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of Pane.PaneStyle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Pane.PaneStyle
 void Pane.setStyle(Pane.PaneStyle style)
          Sets the style of this widget.
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Pane.PaneStyle
Pane(Stage stage, Pane.PaneStyle style)
           
Pane(java.lang.String name, Stage stage, Pane.PaneStyle style, int prefWidth, int prefHeight)
          Creates a new Pane.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)