|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SplitPane.SplitPaneStyle | |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Uses of SplitPane.SplitPaneStyle in com.badlogic.gdx.scenes.scene2d.ui |
---|
Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type SplitPane.SplitPaneStyle | |
---|---|
void |
SplitPane.setStyle(SplitPane.SplitPaneStyle style)
Sets the style of this widget. |
Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type SplitPane.SplitPaneStyle | |
---|---|
SplitPane(Actor firstWidget,
Actor secondWidget,
boolean vertical,
Stage stage,
SplitPane.SplitPaneStyle style)
|
|
SplitPane(Actor firstWidget,
Actor secondWidget,
boolean vertical,
Stage stage,
SplitPane.SplitPaneStyle style,
java.lang.String name)
Creates a new SplitPane. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |