Package arc.scene.ui

Class ScrollPane.ScrollPaneStyle

java.lang.Object
arc.scene.style.Style
arc.scene.ui.ScrollPane.ScrollPaneStyle
Enclosing class:
ScrollPane

public static class ScrollPane.ScrollPaneStyle extends Style
The style for a scroll pane, see ScrollPane.
  • Field Details

    • 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 Details