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