Class ProgressBarSettingsImpl
- java.lang.Object
-
- com.microstrategy.web.app.mobile.config.ProgressBarSettingsImpl
-
public class ProgressBarSettingsImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_COLOR
static float
DEFAULT_OPACITY
static int
PROGRESSBAR_POSITION_LEFT
static int
PROGRESSBAR_POSITION_RIGHT
-
-
-
Field Detail
-
DEFAULT_COLOR
public static final int DEFAULT_COLOR
- See Also:
- Constant Field Values
-
PROGRESSBAR_POSITION_LEFT
public static final int PROGRESSBAR_POSITION_LEFT
- See Also:
- Constant Field Values
-
PROGRESSBAR_POSITION_RIGHT
public static final int PROGRESSBAR_POSITION_RIGHT
- See Also:
- Constant Field Values
-
DEFAULT_OPACITY
public static final float DEFAULT_OPACITY
- See Also:
- Constant Field Values
-
-