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