libgdx API

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

Packages that use ScrollPane.ScrollPaneStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of ScrollPane.ScrollPaneStyle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui that return ScrollPane.ScrollPaneStyle
 ScrollPane.ScrollPaneStyle ScrollPane.getStyle()
          Returns the scroll pane's style.
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ScrollPane.ScrollPaneStyle
 void ScrollPane.setStyle(ScrollPane.ScrollPaneStyle style)
           
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type ScrollPane.ScrollPaneStyle
ScrollPane(Actor widget, ScrollPane.ScrollPaneStyle style)
           
ScrollPane(Actor widget, ScrollPane.ScrollPaneStyle style, java.lang.String name)
           
 


libgdx API

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