public class ProgressBarPopulator extends java.lang.Object implements UiElementPopulator<ProgressBar>
Constructor and Description |
---|
ProgressBarPopulator() |
Modifier and Type | Method and Description |
---|---|
boolean |
populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag,
ProgressBar uiElement)
Populate properties on the UiElement
|
public boolean populate(org.mini2Dx.gdx.xml.XmlReader.Element xmlTag, ProgressBar uiElement)
UiElementPopulator
populate
in interface UiElementPopulator<ProgressBar>
xmlTag
- - the tag to pull values off ofuiElement
- - the UiElement to be populated