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