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 Object

The style for a scroll pane, see ScrollPane.

Author:
mzechner, Nathan Sweet

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

Field Detail

background

public Drawable background
Optional.


corner

public Drawable corner
Optional.


hScroll

public Drawable hScroll
Optional.


hScrollKnob

public Drawable hScrollKnob
Optional.


vScroll

public Drawable vScroll
Optional.


vScrollKnob

public Drawable vScrollKnob
Optional.

Constructor Detail

ScrollPane.ScrollPaneStyle

public ScrollPane.ScrollPaneStyle()

ScrollPane.ScrollPaneStyle

public ScrollPane.ScrollPaneStyle(Drawable background,
                                  Drawable hScroll,
                                  Drawable hScrollKnob,
                                  Drawable vScroll,
                                  Drawable vScrollKnob)

ScrollPane.ScrollPaneStyle

public ScrollPane.ScrollPaneStyle(ScrollPane.ScrollPaneStyle style)


Copyright © 2013. All Rights Reserved.