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