public class VerticalScrollbar
extends Object
Modifier and Type | Field and Description |
---|---|
String |
background
The background image of this Scrollbar.
|
String |
sliderAreaArt
The background image of the area the slider moves in.
|
boolean |
sliderButtons
Sets whether or not the up/down arrows should be added to both ends of the slider.
|
String |
sliderDownBtnSet
The image used for the down button.
|
String |
sliderPipArt
The image used for the slider itself.
|
String |
sliderPipTextureCoords
Defines what part of the slider image should be used.
|
String |
sliderUpBtnSet
The image used for the up button.
|
boolean |
sliderVertical
Sets whether or not this slider has a vertical orientation.
|
Constructor and Description |
---|
VerticalScrollbar()
Creates a new Vertical Scrollbar with default properties.
|
VerticalScrollbar(boolean sliderButtons,
String sliderUpBtnSet,
String sliderDownBtnSet,
String background,
String sliderAreaArt,
String sliderPipArt,
String sliderPipTextureCoords,
boolean sliderVertical)
Create a new Vertical Scrollbar with the given properties.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
public String background
public String sliderAreaArt
public boolean sliderButtons
public String sliderDownBtnSet
public String sliderPipArt
public String sliderPipTextureCoords
public boolean sliderVertical
public String sliderUpBtnSet
public VerticalScrollbar(boolean sliderButtons, String sliderUpBtnSet, String sliderDownBtnSet, String background, String sliderAreaArt, String sliderPipArt, String sliderPipTextureCoords, boolean sliderVertical)
public VerticalScrollbar()