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