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