com.badlogic.gdx.scenes.scene2d.ui
Class ProgressBar.ProgressBarStyle

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.ProgressBar.ProgressBarStyle
Direct Known Subclasses:
Slider.SliderStyle
Enclosing class:
ProgressBar

public static class ProgressBar.ProgressBarStyle
extends Object

The style for a progress bar, see ProgressBar.

Author:
mzechner, Nathan Sweet

Field Summary
 Drawable background
          The progress bar background, stretched only in one direction.
 Drawable disabledBackground
          Optional.
 Drawable disabledKnob
          Optional, centered on the background.
 Drawable disabledKnobAfter
          Optional.
 Drawable disabledKnobBefore
          Optional.
 Drawable knob
          Optional, centered on the background.
 Drawable knobAfter
          Optional.
 Drawable knobBefore
          Optional.
 
Constructor Summary
ProgressBar.ProgressBarStyle()
           
ProgressBar.ProgressBarStyle(Drawable background, Drawable knob)
           
ProgressBar.ProgressBarStyle(ProgressBar.ProgressBarStyle 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
The progress bar background, stretched only in one direction.


disabledBackground

public Drawable disabledBackground
Optional.


knob

public Drawable knob
Optional, centered on the background.


disabledKnob

public Drawable disabledKnob
Optional, centered on the background.


knobBefore

public Drawable knobBefore
Optional.


knobAfter

public Drawable knobAfter
Optional.


disabledKnobBefore

public Drawable disabledKnobBefore
Optional.


disabledKnobAfter

public Drawable disabledKnobAfter
Optional.

Constructor Detail

ProgressBar.ProgressBarStyle

public ProgressBar.ProgressBarStyle()

ProgressBar.ProgressBarStyle

public ProgressBar.ProgressBarStyle(Drawable background,
                                    Drawable knob)

ProgressBar.ProgressBarStyle

public ProgressBar.ProgressBarStyle(ProgressBar.ProgressBarStyle style)


Copyright © 2014. All Rights Reserved.