public static class ScrollPane.ScrollPaneStyle
extends java.lang.Object
ScrollPane.| Modifier and Type | Field and Description |
|---|---|
Drawable |
background
Optional.
|
Drawable |
corner
Optional.
|
Drawable |
hScroll
Optional.
|
Drawable |
hScrollKnob
Optional.
|
Drawable |
vScroll
Optional.
|
Drawable |
vScrollKnob
Optional.
|
| Constructor and Description |
|---|
ScrollPaneStyle() |
ScrollPaneStyle(Drawable background,
Drawable hScroll,
Drawable hScrollKnob,
Drawable vScroll,
Drawable vScrollKnob) |
ScrollPaneStyle(ScrollPane.ScrollPaneStyle style) |