com.badlogic.gdx.scenes.scene2d.ui
Class ScrollPane.ScrollPaneStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle
- Enclosing class:
- ScrollPane
public static class ScrollPane.ScrollPaneStyle
- extends java.lang.Object
Defines a scroll pane's style, see ScrollPane
.
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
background
public NinePatch background
hScroll
public NinePatch hScroll
hScrollKnob
public NinePatch hScrollKnob
vScroll
public NinePatch vScroll
vScrollKnob
public NinePatch vScrollKnob
ScrollPane.ScrollPaneStyle
public ScrollPane.ScrollPaneStyle()
ScrollPane.ScrollPaneStyle
public ScrollPane.ScrollPaneStyle(NinePatch backgroundPatch,
NinePatch hScroll,
NinePatch hScrollKnob,
NinePatch vScroll,
NinePatch vScrollKnob)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)