public class ProgressBarGadget extends AbstractGadget
Modifier and Type | Field and Description |
---|---|
String |
progressBarBackground
Defines the background of this progress bar.
|
Size1024 |
progressBarBackgroundSize
Defines the size of the background.
|
String |
progressBarMask
Defines the texture of the mask that indicates the progress.
|
background, backgroundAlpha, backgroundColor, bevel, closeButton, closeButtonUseAlpha, hidden, innerText, mouseOverText, moveable, name, size1024, sizerel1024, sunkenBevel, textFont, textFontSize, tileBackground, tileBackgroundHorizontally, tileBackgroundVertically, titlebar, tooltipText, transparent, windowZStyle, z
Constructor and Description |
---|
ProgressBarGadget()
Creates a new progress bar with default properties.
|
ProgressBarGadget(String background,
Size1024 backgroundSize,
String mask)
Creates a new progress bar with the given properties.
|
public String progressBarBackground
public Size1024 progressBarBackgroundSize
public String progressBarMask
public ProgressBarGadget()
public ProgressBarGadget(String background, Size1024 backgroundSize, String mask)