libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Class ScrollPane.ScrollPaneStyle

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle
Enclosing class:
ScrollPane

public static class ScrollPane.ScrollPaneStyle
extends java.lang.Object

The style for a scroll pane, see ScrollPane.

Author:
mzechner

Field Summary
 NinePatch background
          Optional.
 NinePatch hScroll
           
 NinePatch hScrollKnob
           
 NinePatch vScroll
           
 NinePatch vScrollKnob
           
 
Constructor Summary
ScrollPane.ScrollPaneStyle()
           
ScrollPane.ScrollPaneStyle(NinePatch backgroundPatch, NinePatch hScroll, NinePatch hScrollKnob, NinePatch vScroll, NinePatch vScrollKnob)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

background

public NinePatch background
Optional.


hScroll

public NinePatch hScroll

hScrollKnob

public NinePatch hScrollKnob

vScroll

public NinePatch vScroll

vScrollKnob

public NinePatch vScrollKnob
Constructor Detail

ScrollPane.ScrollPaneStyle

public ScrollPane.ScrollPaneStyle()

ScrollPane.ScrollPaneStyle

public ScrollPane.ScrollPaneStyle(NinePatch backgroundPatch,
                                  NinePatch hScroll,
                                  NinePatch hScrollKnob,
                                  NinePatch vScroll,
                                  NinePatch vScrollKnob)

libgdx API

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