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.ObjectThe style for a scroll pane, seeScrollPane.
-
-
Field Summary
Fields Modifier and Type Field Description DrawablebackgroundDrawablecornerDrawablehScrollDrawablehScrollKnobDrawablevScrollDrawablevScrollKnob
-
Constructor Summary
Constructors Constructor Description ScrollPaneStyle()ScrollPaneStyle(ScrollPane.ScrollPaneStyle style)ScrollPaneStyle(Drawable background, Drawable hScroll, Drawable hScrollKnob, Drawable vScroll, Drawable vScrollKnob)
-
-
-
Constructor Detail
-
ScrollPaneStyle
public ScrollPaneStyle()
-
ScrollPaneStyle
public ScrollPaneStyle(@Null Drawable background, @Null Drawable hScroll, @Null Drawable hScrollKnob, @Null Drawable vScroll, @Null Drawable vScrollKnob)
-
ScrollPaneStyle
public ScrollPaneStyle(ScrollPane.ScrollPaneStyle style)
-
-