public static class ProgressBar.ProgressBarSection extends java.lang.Object implements ProgressBar.IProgressBarSection
| Constructor and Description |
|---|
ProgressBarSection(float percentage,
ProgressBar.SectionStyle style) |
| Modifier and Type | Method and Description |
|---|---|
float |
getPercentage() |
ProgressBar.SectionStyle |
getStyle() |
public ProgressBarSection(float percentage,
ProgressBar.SectionStyle style)
public float getPercentage()
getPercentage in interface ProgressBar.IProgressBarSectionpublic ProgressBar.SectionStyle getStyle()
getStyle in interface ProgressBar.IProgressBarSection